2011-08-31 (first published: 2011-08-24)
2,483 reads
2011-08-31 (first published: 2011-08-24)
2,483 reads
2011-06-07
3,459 reads
2011-05-17
3,171 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,779 reads
2011-04-26 (first published: 2011-04-20)
2,652 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,475 reads
2009-05-11
4,532 reads
2009-02-26
3,580 reads
2009-02-19
3,240 reads
2009-02-16 (first published: 2009-02-03)
2,618 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 have an application team that is insisting on daily (and for some, weekly)...
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...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers