Viewing 15 posts - 271 through 285 (of 3,011 total)
Strictly speaking, a NEWID() would be converted to 2 BIGINTs, since a UNIQUEIDENTIFIER is 16 bytes, and a BIGINT is 8 bytes.
declare @test-2 table (nid uniqueidentifier not null primary ...
February 23, 2013 at 8:12 pm
Stop the services using the Cluster Administrator application to set them to offline.
February 23, 2013 at 2:08 am
Eric M Russell (2/22/2013)
Michael Valentine Jones (2/22/2013)
Eric M Russell (2/22/2013)
Michael Valentine Jones (2/22/2013)
From the 1960s until about 1990 it...
February 22, 2013 at 3:36 pm
Eric M Russell (2/22/2013)
Michael Valentine Jones (2/22/2013)
From the 1960s until about 1990 it was the language of choice for...
February 22, 2013 at 12:11 pm
I don’t see how this list could be complete without mentioning COBOL.
From the 1960s until about 1990 it was the language of choice for business programming with implementations on every...
February 22, 2013 at 7:57 am
This method seems to do the job:
First find day 21 of next month, then find the Friday on or before day 21.
This code works for all datetime values in the...
February 21, 2013 at 3:54 pm
Dave Vroman (2/19/2013)
February 19, 2013 at 9:35 pm
Dave Vroman (2/19/2013)
February 19, 2013 at 10:48 am
This script provides a good example of what you are trying to do.
Script is used to analyze table space usage using the output from the sp_spaceused stored procedure
Works with SQL...
February 13, 2013 at 11:29 am
Andy Hyslop (2/11/2013)[/b
...
Why should User Defined Functions not be prefixed UDF or udf, views not Prefixed with VW or vw and Stored Procedures not USP or usp
...
That is an odd...
February 13, 2013 at 8:28 am
ScottPletcher (2/12/2013)
If your perception is limited to only this one specific piece of code, then you will never understand what I'm talking about.
I want a general approach that can be...
February 12, 2013 at 4:35 pm
ScottPletcher (2/12/2013)
Michael Valentine Jones (2/12/2013)
ScottPletcher (2/12/2013)
Michael Valentine Jones (2/11/2013)
ScottPletcher (2/11/2013)
Michael Valentine Jones (2/11/2013)
ScottPletcher (2/11/2013)
ScottPletcher (2/11/2013)
...
I haven't been in any business that worked with dates before 1900, but if yours did,...
February 12, 2013 at 2:02 pm
ScottPletcher (2/12/2013)
Michael Valentine Jones (2/11/2013)
ScottPletcher (2/11/2013)
Michael Valentine Jones (2/11/2013)
ScottPletcher (2/11/2013)
ScottPletcher (2/11/2013)
...
I haven't been in any business that worked with dates before 1900, but if yours did, then that would be...
February 12, 2013 at 12:06 pm
The only way to ensure that a query returns results in the order that you want is to have an ORDER BY.
select * from TableA order by col3
February 11, 2013 at 7:07 pm
Tyberious Funk (2/11/2013)
Michael Valentine Jones (2/11/2013)
February 11, 2013 at 5:57 pm
Viewing 15 posts - 271 through 285 (of 3,011 total)