Viewing 15 posts - 35,416 through 35,430 (of 39,720 total)
Either the solution aobve (which seems simpler and less problem prone) or Profliler will work.
I've done something similar to that above to track conneciton counts.
January 8, 2004 at 10:26 am
We're working on cleaning up this page. It was completely custom for the upgrade and isn't exactly the same as the other one.
January 8, 2004 at 10:23 am
Do you have multiple backup devices listed? this sounds like a striping issue. Also be sure you have disk space if this is a disk backup.
January 8, 2004 at 10:04 am
Thanks for the update. I've run into this before as well and there was a fix from MS.
January 8, 2004 at 9:55 am
Apologies. We are working on this. The Active Topics wasn't a feature of the forum code we started with, so we are hacking our way through it. I agree since...
January 8, 2004 at 9:54 am
I agree with Allen. I might also run a couple more log backups in the middle of the night.
January 8, 2004 at 9:52 am
Used to be able to buy one from MS on the MSDN site, but I can't find it. I'll check and see if I can get a resource.
January 8, 2004 at 9:49 am
Are your stats being updated? Check the db properties and be sure that update stats is checked.
January 8, 2004 at 9:43 am
I actually kill two birds with one stone. Monitor the size of the backups and trend that. Allows me a verification that the backup completed. And I can see if...
January 8, 2004 at 9:35 am
The server would need rights to get to Exchange and that requires a domain account.
What about retrieving the "to" email from the table and passing that into the email procedure?
If...
January 7, 2004 at 1:57 pm
Not sure there's an easy way to do this in 65. Been a long time. I know modifying system tables worked easier in 65 and you might be able to...
January 7, 2004 at 1:53 pm
Will add it to the list and see. The server is in the US on Mountain time, BTW.
January 7, 2004 at 1:49 pm
select a.*
from table1 a
right outer join table2 b
on ....
where a.xx is null (pick some column)
January 7, 2004 at 1:48 pm
Is this SQL Server 7? The sort order and code page are different on the restore server. You set these when you install the server.
January 6, 2004 at 6:04 pm
Viewing 15 posts - 35,416 through 35,430 (of 39,720 total)