Viewing 15 posts - 241 through 255 (of 567 total)
peterswe (8/12/2013)
August 13, 2013 at 9:28 am
Bakhesh (8/12/2013)
August 13, 2013 at 8:55 am
madferdy2009 (8/12/2013)
I needed to make a stored procedure for maintaining a database SQLServer 2008. The idea is to automate the deletion of records in the tables and load table...
August 13, 2013 at 8:25 am
ChrisM@Work (8/12/2013)
Jeff Moden (8/10/2013)
Brandie Tarvin (8/2/2013)
How many SQL Spackle articles are there?
Yes, I have a reason for asking. But...
August 12, 2013 at 8:02 am
Brandie Tarvin (8/12/2013)
Jeff Moden (8/10/2013)
Brandie Tarvin (8/2/2013)
How many SQL Spackle articles are there?
Yes, I have a reason for asking....
August 12, 2013 at 7:57 am
Sean Lange (8/9/2013)
wolfkillj (8/9/2013)
Sean Lange (8/9/2013)
Ed Wagner (8/9/2013)
Stefan Krzywicki (8/9/2013)
August 9, 2013 at 3:23 pm
Sean Lange (8/9/2013)
Ed Wagner (8/9/2013)
Stefan Krzywicki (8/9/2013)
August 9, 2013 at 1:59 pm
paul.knibbs (8/9/2013)
wolfkillj (8/9/2013)
Or is this documented somewhere (if so, I must admit that my Google-fu is weak today)?
It's definitely documented (which I wish I'd read before answering the question incorrectly):
http://technet.microsoft.com/en-us/library/ms177562.aspx
See...
August 9, 2013 at 10:33 am
I figured the answer had something to do with the effect of using non-determinative functions and the NULLIF(), because if I stripped away the ISNULL() and ran this:
SELECT NULLIF(CONVERT(varchar, SIGN(CHECKSUM(NEWID()))),...
August 9, 2013 at 9:40 am
Perhaps a silly question, but did you install a default instance? IIRC, you can install a named instance without first installing a default instance. If you only ran the install...
August 7, 2013 at 9:08 am
Sean Grebey (8/6/2013)
Thanks for the replies. Out of curiosity, this is the approach I took. Is there an issue with it?
select ROUND(sum(ContractValue),2) ContractValue, MONTH(ContractDate), YEAR(ContractDate)
From Reporting.dbo.PrgSum
Group by YEAR(ContractDate), MONTH(ContractDate)
Only that...
August 7, 2013 at 8:53 am
L' Eomot Inversé (8/6/2013)
August 6, 2013 at 10:53 am
I have a question that has been nagging at me for a while, and I think the probability that someone on this thread will know the answer exceeds the probability...
August 6, 2013 at 9:48 am
tdanley (8/2/2013)
wolfkillj (7/30/2013)
tdanley (7/29/2013)
August 2, 2013 at 8:25 am
sandosh.star (8/1/2013)
I have two JOBS A and B in JOB Activity monitor
I want to trigger...
August 2, 2013 at 8:19 am
Viewing 15 posts - 241 through 255 (of 567 total)