2017-12-05
957 reads
2017-12-05
957 reads
2017-02-02 (first published: 2017-01-30)
769 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
6,800 reads
See how the OVER() clause was used in a live system to fix overlapping field version numbers.
2016-10-17
2,350 reads
2016-08-10
1,074 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,958 reads
searches entire db for a string, number, or date, returns list of results
2016-05-02 (first published: 2016-04-20)
1,176 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)
793 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)
626 reads
Determine what day easter sunday will be based upon the year you pass the function
2016-04-25 (first published: 2016-03-30)
458 reads
This Black Week, don't just get a discount—get ahead! Whether you're a total newbie...
The post When is the perfect moment to build a data strategy in a...
In this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful...
I have a disagreement with the programming team on an app that I designed....
I have a table dbo.tblPresentationStatus (sql script attached - table script.txt) I have to...
We are planning to migrate our on-premises SQL Server to an AWS PostgreSQL database...
If I want to rename the OldSales database to ArchiveSales, how can I do this? (choose 2)
See possible answers