2015-11-02
1,999 reads
2015-11-02
1,999 reads
2015-08-27
1,265 reads
In this level, we will first take a look at how to recognize columnstore indexes in some of the generic catalog views. After that we will investigate the new catalog views that have been added just for columnstore indexes.
2015-08-05
5,778 reads
2014-08-11
2,083 reads
2014-08-05
2,276 reads
2013-06-12
2,773 reads
2013-05-15
2,401 reads
2013-05-14
2,500 reads
2013-04-25
1,819 reads
2013-04-19
1,759 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers