2016-10-21 (first published: 2015-05-12)
2,321 reads
2016-10-21 (first published: 2015-05-12)
2,321 reads
2016-05-25 (first published: 2014-03-06)
2,204 reads
This can be used for data warehouses as well as truncating table with foreign key constraints.
2016-04-08 (first published: 2014-07-07)
2,606 reads
This script shows the total time between two dates.
2016-03-29 (first published: 2014-07-09)
3,068 reads
For successful run, Your SQL Server service account should have permission to old location & new location
2015-05-27 (first published: 2015-05-10)
1,008 reads
Extract only integers or characters from alphanumeric :
2014-10-07 (first published: 2014-09-05)
1,491 reads
By Steve Jones
My slides are here: VCS Primer Denver 2023 This was an overview of what...
By Steve Jones
The Future Data Driven 2023 virtual conference is coming on Wednesday, September 27. Register...
By Steve Jones
A few years ago SQL Prompt added a command palette to let you search...
Any one did Table partitioning in Prod, please list steps here. we have a...
All, In attempts thinking that I am smarter than your average bear, I attempted...
CREATE DATABASE dbsubjects; CREATE TABLE tblstudent( ID INTEGER PRIMARY KEY, TheName Varchar (100), TheAddress...