2014-11-17
2,031 reads
2014-11-17
2,031 reads
2014-07-01
1,919 reads
2014-03-25
2,185 reads
2014-01-24
2,456 reads
2013-04-10
2,146 reads
2012-12-19
2,237 reads
Generate a script of insert statements with column names for any table including those with identity columns.
2012-06-15 (first published: 2012-05-22)
3,093 reads
2011-08-26
2,766 reads
When you enter a new record into a table that contains an identity column, the identity value will be set with the next available value. Your database design often requires you to obtain that value, so you need to be able to find it.
2011-05-05
5,354 reads
2010-10-06
3,258 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