Viewing 13 posts - 16 through 28 (of 28 total)
I need to pivot on some not all rows, I have search the sqlservercentral site for the answer but nothing yet..
Thanks
October 9, 2008 at 4:30 pm
You are correct, this is only for Dev to test... then after intensive test we deploy to prod..
Let me try that script and I'll let you know..
Thanks
July 14, 2008 at 12:57 pm
This is great!!!
Thank you!!!:cool:
June 26, 2008 at 12:49 pm
I just have to say that you guys are great, I really apreciate all your help -
SQLServerCentral Rocks!!!
June 25, 2008 at 3:14 pm
I guess I cannot leave the date blank if I do want to test on it.
With the Or I have to pick a date for any datetime column, but what...
June 20, 2008 at 1:30 pm
I need to be able to enter a date for InvoiceDate and leave the other alone or enter a date for PaidDate and leave the others alone.
June 20, 2008 at 12:23 pm
I have created this procedure with only 2 date columns, but I get nulls and all the records when I enter a date and it wont narrow it down...
June 20, 2008 at 11:06 am
It did not work, maybe because I do not understand how is suppost to work, can you please explain?
May 5, 2008 at 3:21 pm
thanks, here is the line I entered and gave me the same error!
CASE when ODCDAT = ' ' or ODCDAT is null then null
else convert(datetime, ODCDAT,102)END AS LastDateUsed,
November 28, 2007 at 11:09 am
Viewing 13 posts - 16 through 28 (of 28 total)