Viewing 6 posts - 1 through 6 (of 6 total)
Your right the ISNULL funtion would be a better way of doing this.
Thanks
cls
October 18, 2006 at 3:28 pm
Thanks everyone for your help on this. It's very much appreciated.
Using a combination of the scripts I received here I resolved my issue as follows:
select a.*,
(case when (select top...
October 18, 2006 at 3:19 pm
Thanks, it worked.
Not sure why Microsoft would send out a Resource kit with this issue on licensing for thr VPC.
February 17, 2005 at 9:25 am
Thank you very much for the help, unfortunately it looks like it pulls in some null records but not all.
Some accounts pull in only a few of the PeriodID's.
You are...
April 7, 2004 at 1:49 pm
I posted additional information however it doesn't look like it worked so if I duplicate something it is by accident.
I tried using the suggested joins however as soon as I added...
April 6, 2004 at 4:15 pm
Adding to this question, since I have the same issue.
Can you use DBCC SHRINKDATABASE anytime to shrink the tempDB or should this only be done when the SQL server does not...
February 25, 2004 at 10:31 am
Viewing 6 posts - 1 through 6 (of 6 total)