2017-12-05
952 reads
2017-12-05
952 reads
Tables used purely for reporting sometimes lack a unique identifier. Find out how to remove duplicates from such a table when data loads go bad.
2016-11-08
5,802 reads
See how the OVER() clause was used in a live system to fix overlapping field version numbers.
2016-10-17
2,248 reads
2016-08-10
1,071 reads
This script will generate 5 lottery numbers plus one mega and you can set how many tickets and the range for the numbers for the different types of lotteries.
2019-04-27 (first published: 2016-07-13)
1,375 reads
searches entire db for a string, number, or date, returns list of results
2016-05-02 (first published: 2016-04-20)
1,060 reads
I was recently asked to monitor the Database size on the SQL server, and display the results in a report.
2016-05-05 (first published: 2016-04-16)
773 reads
A stored procedure to generate database file moves along with Robocopy script and the attach / detach scripts
2016-04-20 (first published: 2016-04-04)
561 reads
Determine what day easter sunday will be based upon the year you pass the function
2016-04-25 (first published: 2016-03-30)
425 reads
When you want gain exclusive access to database in order to restore database
2015-11-06 (first published: 2015-10-14)
1,885 reads
By Steve Jones
We added a solar system to the ranch as a way to hedge against...
TLDR; The code to do this is below but it’s a bit hokey and...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
Comments posted to this topic are about the item Shared Work Spaces: Hell, Heaven,...
Hello, Consider the following table that gives the validity dates of an item :...
Comments posted to this topic are about the item Migrate the SSIS Catalog in...