2019-01-31
982 reads
2019-01-31
982 reads
2019-01-24
935 reads
2019-01-17
894 reads
2019-01-10
926 reads
In this tip we look at how to insert missing values for an identity column using the SET IDENTITY_INSERT command.
2018-10-04
2,900 reads
This script alert when a table on a DB has a low number of identities available
2016-07-25 (first published: 2016-07-16)
531 reads
2016-03-10
1,399 reads
2015-03-09
1,991 reads
2015-01-20
2,219 reads
2014-11-17
2,045 reads
Thank you to everyone who participated in T-SQL Tuesday #198! When I wrote the...
Efficient query performance in Amazon Redshift often comes down to how well you manage...
By gbargsley
Welcome back to PowerShell Strikes Back. We’re three weeks in, and the training is...
Comments posted to this topic are about the item Stairway to Reliable Database Deployment...
Comments posted to this topic are about the item QUOTENAME Quote Parameters
Comments posted to this topic are about the item Limit the Blast Radius
When I use QUOTENAME(), I can optionally provide the character used to surround the string in the result. Can I use any character?
See possible answers