2012-01-09 (first published: 2007-11-13)
4,789 reads
2012-01-09 (first published: 2007-11-13)
4,789 reads
Like my tdard split but this will take a string and split it by 2 delimiters
2007-12-28 (first published: 2007-11-13)
1,555 reads
2007-08-22 (first published: 2007-02-06)
915 reads
If you’re reading this, there’s a good chance you’re straight, white, male, and English-speaking....
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
By Brian Kelley
Through high school and college, I carried deep wounds due to what was going...
I have a stored procedure with the following: SELECT physical_name FROM sys.master_files Where physical_name...
I have the following tables as a example. Table 1 EmpID, LastName, FirstName 1,Smith,John...
I'm doing an update using a self-join, and just want to confirm something. If...