Viewing 15 posts - 31 through 45 (of 102 total)
I hate to have to suggest this, but a server re-boot might be in order.
I have had backup jobs decide to fail because they couldn't get enough memory allocated, and...
September 5, 2007 at 8:23 am
One other caveat I thought of with either solution, is that if the column will end up being mandatory aka Not Null, there will need to be a check at...
May 21, 2007 at 7:05 am
Here is one further distinction to further muddy the waters, a development DBA versus a production DBA.
What do I see the differences to be? Well first off you get to...
May 4, 2007 at 9:32 am
I did some checking on the three proposed types of outerjoins with no data in a second table:
Note: If you want data from the second table when it exists, then...
April 26, 2007 at 11:49 am
If all you care about in the string is the date portion, then you could just substring off the first chartacters only, and the time will/should default to Midnight. If...
March 30, 2007 at 10:05 am
Two points.
1 When you manually start the job and it finishes, you have to right-click and refresh job in EM to see the updated status.
2 Make sure that both the...
March 30, 2007 at 9:55 am
Based on my SQL Server 2000 experience, you either need to write dynamic SQL, which you don't want to do, or you need the view, which will have to be...
February 16, 2007 at 7:22 am
The insert statement above is excellent since you already had copied the structure.
One other suggestions is:
Use DTS to "export" the data. You can tell it to copy the structure, as...
February 16, 2007 at 7:16 am
I tried comparing the
C:\Program Files\Microsoft SQL Server\80 and very important the C:\Program Files\Microsoft SQL Server\80\Tools\Binn
directory across both computers one file I found missing was: cnfgsvr.ini
I also compared Common Software drive...
December 19, 2006 at 8:56 am
Well I got lucky.
I had replace a .ini file on my C: drive, and I rebooted the box today and it worked. Yeah
December 19, 2006 at 8:01 am
I agree with the comment of not leaving defaults, as I have seen that that usually means take all be 1 MB of memory.
I also believe that if you go...
October 16, 2006 at 6:46 am
Thank you for your response. I have forgotten what the exact problem was. I do know I did a restore database. I think I just re-did the restore and all...
October 16, 2006 at 5:03 am
Excellent.
I will even forward a link to this to the folks at Learning tree who developed their high performance DB course, and while they covered SARGs, they did not cover...
July 13, 2006 at 8:53 am
Well, If you say so, it must be recent development however. In Dec 2004 they were still on Version 3 which was the same as it had been 2 or...
July 7, 2006 at 12:13 pm
Not much content.
ERwin WAS a great product, BUT Computer Associates (CA) as is their business model, has not released even bug fixes since they acquired the product. They have done...
June 30, 2006 at 8:27 am
Viewing 15 posts - 31 through 45 (of 102 total)