SQL Saturday #453–Minnesota 2015–A Window Into Your Data
Thanks for attending my session on window functions in TSQL. I hope you learned something you can take back and...
2015-10-10
468 reads
Thanks for attending my session on window functions in TSQL. I hope you learned something you can take back and...
2015-10-10
468 reads
A few months back I created a blog post showing that you can indeed create and use indexed views on any core SQL server edition. It has proved to...
2015-10-10
10 reads
A few months back I created a blog post showing that you can indeed create and use indexed views on...
2015-10-10
197 reads
A few months back I created a blog post showing that you can indeed create and use indexed views on...
2015-10-10
459 reads
In the previous blogs we saw how to encrypt data using symmetric and asymmetric keys. We saw how to use...
2015-10-10
821 reads
In the previous blog we learnt about symmetric key encryption. We also learnt through an example how data is stored...
2015-10-10
3,673 reads
In the previous blog we learnt about encryption and a brief about the SQL server option provided for data protection...
2015-10-10
808 reads
Encryption is a methodology used to hide confidential information from any illegitimate user is such a way that they do...
2015-10-10
1,623 reads
My session yesterday was recorded, apart from the fact that me and mark were having a chat for about 25...
2015-10-09
394 reads
My session yesterday was recorded, apart from the fact that me and mark were having a chat for about 25...
2015-10-09
20 reads
Redshift keeps its SYS_* monitoring views for seven days in cluster, which is fine...
By Steve Jones
I was updating my session for the Data API Builder (DAB) recently, mostly to...
I am excited to host T-SQL Tuesday for the first time. I want to...
Working with SQL Server can involve more than just writing queries. Understanding database design,...
Comments posted to this topic are about the item Measuring Productivity
Comments posted to this topic are about the item Importing Excel files into SQL...
I have 3 instances of a brand new long running query that are executing on a SQL Server 2025 instance. Query store is enabled. One of the queries is killed by the administrator, one is cancelled by the user. The other runs to completion. How many rows are in Query Store for this query?
See possible answers