Viewing 15 posts - 331 through 345 (of 529 total)
I don't know off the top of my head but I did come across this article by Kalen Delaney which seems to be along the right lines.
http://www.windowsitpro.com/SQLServer/Article/ArticleID/27520/27520.html
Hope it helps,...
May 12, 2005 at 6:26 am
To answer one part of your question you can check to see what is failing in a maintenance plan by enabling the report writing option (just specfiy what you want the...
May 12, 2005 at 6:23 am
I'd be looking to do something in profiler to monitor activity in each DB and the NT username/login being used.
You'd probably need to leave it running for quite a while...
May 12, 2005 at 6:13 am
Thanks for that Colin, it's a handy thing to know
We're working on 64-bit Itanium2 servers here so I don't need to use boot.ini...
May 12, 2005 at 6:09 am
Couldnt have put it better myself (but thats probably the wines fault )
May 11, 2005 at 4:57 pm
Can I ask if you have active directory in place because I've seen this a couple of times before and have used the information from the following article to resolve...
May 11, 2005 at 9:42 am
Yes SQL 2000 Enterprise edition deals with more than 2 GB, however, you also need to look at the memory availability for the OS.
Assuming you're on advanced server or above...
May 11, 2005 at 9:38 am
I've just expained that in order for the tables to be merged they'd all need the same structure, my time is way too expensive to waste on it; so if...
May 11, 2005 at 8:51 am
Taken from BOL
The deleted table stores copies of the affected rows during DELETE and UPDATE statements. During the execution of a DELETE or UPDATE statement, rows are deleted from the...
May 11, 2005 at 6:43 am
I'd start by actually setting the variable, that might help you a little
SET @Counter = 1
(don't forget to set in in the while...
May 11, 2005 at 6:35 am
Obviously the getting drunk and impressing the ladies were refering to 2 entirely seperate parts of the evening (or if some of the sorry states i've seen people in are...
May 11, 2005 at 4:53 am
At least you're doing it for the right reasons, to get drunk and impress the ladies
Although comming from the North East of England...
May 11, 2005 at 3:12 am
The only time I would think about shrinking the transaction log is when someone had done something stupid to fill it up (occasionally even me).
So long as you make sure...
May 11, 2005 at 2:38 am
I'd have to agree with Frank, why waste valuable drinking time looking to design a DB to track the wines you like/have drunk
May 11, 2005 at 2:32 am
Viewing 15 posts - 331 through 345 (of 529 total)