2011-08-31 (first published: 2011-08-24)
2,496 reads
2011-08-31 (first published: 2011-08-24)
2,496 reads
2011-06-07
3,459 reads
2011-05-17
3,172 reads
This script is used for drop and create a new or existing user. IF User is already exists in database then first it will dropped and then recreate.
2011-05-11 (first published: 2011-04-28)
1,780 reads
2011-04-26 (first published: 2011-04-20)
2,656 reads
This script show a demonstration of how to interst tore Procedure Output in a Table.
2010-01-08 (first published: 2009-12-18)
2,478 reads
2009-05-11
4,533 reads
2009-02-26
3,581 reads
2009-02-19
3,241 reads
2009-02-16 (first published: 2009-02-03)
2,621 reads
By Zikato
I’ll walk through the KDA UI and tackle the first challenge before diving into...
By Zikato
While I mostly write about SQL Server, I have a soft spot for Kusto....
By Steve Jones
Many organizations list customer testimonials and quotes on their websites or literature. It makes...
Comments posted to this topic are about the item Life Moves Pretty Fast
Hello SSC, Happy Friday! I have to optimize a process that uses dynamic SQL...
Comments posted to this topic are about the item 50 Years of Microsoft
Can I have a collation expression like this in SQL Server 2022?
... WHERE ColumnA = ( 'abc' COLLATE French_CI_AS) COLLATE French_CS_AS ...See possible answers