2010-04-15 (first published: 2010-03-28)
14,938 reads
2010-04-15 (first published: 2010-03-28)
14,938 reads
The Stored Procedure sp_whocpu shows cpu_delta - a metric I introduced to define the real time CPU activity
2010-04-14 (first published: 2010-03-28)
3,581 reads
The Stored Procedure sp_whoio shows DiskIO_delta - a metric I introduced to define the real time I/O activity
2010-04-12 (first published: 2010-03-28)
3,845 reads
By James Serra
Microsoft Purview can be the best data governance tool in the world, but it...
By Arun Sirpal
Second in a series on Ai and databases. One Story, three signals – I...
I’ve been working on a project that combines two things I spend a lot...
Are there any good articles on all the trace flags that are enabled on...
Comments posted to this topic are about the item The Data Model Matters
Comments posted to this topic are about the item Understanding SQL Server PARTITION BY...
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers