2012-06-07
2,008 reads
2012-06-07
2,008 reads
2012-03-26
2,189 reads
Verifies that a specified login name exists and has correct settings.
2011-07-27 (first published: 2011-07-11)
1,708 reads
Seth Delconte brings us a technique to solve a common request. Using the NEWID function to return a random record from a result set.
2010-03-01
7,299 reads
This article contains instructions on how to use some of my favorite methods to remove duplicate fields from a table.
2009-11-30
13,561 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...
CREATE TABLE [dbo].[zA]( [InvoiceNo] [nvarchar](255) NULL, [Code] [nvarchar](255) NULL, [Date] [datetime] NULL, [Type] [float]...
Hello all, Is there an easy way to output my records to a flat...
What is the result of this code?
SELECT CONCAT(1, 2, 3) + 4See possible answers