#sql-server
Read more stories on Hashnode
Articles with this tag
Recently I realised working with quite a few data teams across UK and US that many of these data teams still using VM hosted SQL Server and manually...
Installing DBT using SQL server is extremely simple. I had many clients coming to me and asking if they could use DBT with SQL Server on-prem or...
Find the third largest spender on our web app's users' data without using LIMIT or OFFSET. Here is the table: Create database testing_1; Use...