Viewing 15 posts - 61 through 75 (of 536 total)
Did any of you ever get a resolution to this problem?
October 15, 2010 at 4:51 am
are you using the standard maintenance plan tasks or a custom script? at first i thought you were using the standard tools but then you mentioned about dynamically adding...
October 8, 2010 at 2:24 am
interesting. what limit are you hitting? number of publications?
August 9, 2010 at 10:36 am
beejug1983 (8/6/2010)
Is there any way to find out details of particular transaction. We can check current transaction ID in SQL 2005, but can we check the whole details of transaction...
August 6, 2010 at 2:38 am
try adding some logging on your agent job and output it to a text file, see how far the agent is getting and whether its running into any problems. ...
August 5, 2010 at 2:50 pm
regarding how often you back up the t-log that depends on your environment. you need to ask yourself how much you can afford the log to grow, how often...
August 5, 2010 at 2:44 pm
"Emptying"/backing up the transaction log makes the inactive part of the transaction log available again to store more transactions. so before a backup your active transaction log will grow...
August 5, 2010 at 2:42 pm
one other point, using the send mail task just uses sp_send_dbmail in the background anyway, so if they already have the sql code you may as well just use it...
August 5, 2010 at 2:22 pm
ask whoever maintains your mail server (assuming you have an SMTP driven mail service). if you dont then there are plenty guides around to use various web mail providers...
August 5, 2010 at 2:21 pm
ive had database mail randomly change itself after a server reboot. normally using profiles where it will work for a period of time, then will start sending mails from...
August 5, 2010 at 2:16 pm
thanks guys. ive used redgate sql compare before and trialled data compare but never used it in production. Ill have a look into that but will probably go...
August 4, 2010 at 12:45 pm
Steve Jones - Editor (8/4/2010)
August 4, 2010 at 9:29 am
Brandie Tarvin (8/4/2010)
If you absolutely have to do this, set up Transactional Replication down to your Dev environment to a non-Dev database. Back up THAT database every morning and restore...
August 4, 2010 at 5:46 am
Brandie Tarvin (8/4/2010)
August 4, 2010 at 5:12 am
Viewing 15 posts - 61 through 75 (of 536 total)