(SOLVED) I have my own class library that I've been successively developed, iterated and modified during my programming course, it contains a multitude of metho
Recently put polybase into production and have noticed that pushdown isn't working for joins. Take the following query: CREATE TABLE #VendIDs (VendorAN int pri
a colleague and I have tried for a couple of days to get Selenium to work with groovy, with no success at all. We can get complex tests work with java no p
I'm trying to use java.security.Keystore in scala application Below is how my code looks like - val ks: KeyStore = KeyStore.getInstance("PKCS12") val ke
I use the username, Password for authentication of a single react app. I would like for my users to log in once on either of the web apps and not have to log in
I've written a Scrapy spider that I am trying to run from a python script located in another directory. The code I'm using from the docs seems
I am using the bottomTabs navigator from react-native-navigaton to navigation within my app. However, each time I have for example a TextInput field, the bottom
I am trying to figure out a way of calculating/visualizing the cumulative percentage change in price (close price) of an ETF in PowerBI, such that I can create
I have two tables that have the same column of position and salary. Table_a ID Name Position Salary 1 Peter Sale 10,000 2 Tom IT 15,000 3 Jane Sale 12,000 4 Ma