Back Yourself Up
Ever thought about yourself as a resource that should be backed up to minimize your loss?
2018-09-05
88 reads
Ever thought about yourself as a resource that should be backed up to minimize your loss?
2018-09-05
88 reads
What makes SQL Server professionals stick together? Can we draw any conclusions from this?
2017-07-10
117 reads
Both options have their advantages and disadvantages. Neither is universally right for all situations. Understand the differences before picking the model that works for your situation.
2017-06-12
11,302 reads
Are you a do-it-all DBA, or do you specialize in one aspect of database work?
2015-09-07
302 reads
One Way to Handle a Very Complex Database Project with Several Databases and Cross References
2015-05-19
11,686 reads
2013-07-26
599 reads
A table does not so much 'have' a clustered index as a table 'is' a clustered index.
2013-07-22
6,496 reads
An introduction to Universal Product Codes with code to help you use them in your database.
2013-02-28
6,509 reads
A table doesn't so much "have" a clustered index as a table "is" a clustered index.
2012-12-24
8,351 reads
Today we have a guest editorial from Hakim Ali. Today Akim talks about why holding back out of politeness in code reviews may be a self-defeating practice.
2012-08-06
348 reads
By Steve Jones
I saw a post internally that asked this question: Anyone have a handy powershell...
By Rob Sewell
The partner directory connects your agency with new customers.
I had an excellent group of people in Gothenburg Sweden when I taught there...
Comments posted to this topic are about the item GIT Configuration and Automated Release...
Hello all, Is there an easy way to output my records to a flat...
Comments posted to this topic are about the item Refactoring Databases: Evolutionary Database Design
What is the result of this code?
SELECT CONCAT(1, 2, 3) + 4See possible answers