Viewing 15 posts - 916 through 930 (of 964 total)
Well I would say that your biggest selling point would be that Microsoft dropped support for SQL 2000 last year. There is still extended support until 2013, but that is...
November 11, 2009 at 2:49 pm
If the tables on your database do not have a timestamp column that you can evaluate you have a few options. The first is what was already posted - run...
November 11, 2009 at 2:40 pm
You could also run the query through SQLCMD and save it to an output text file.
November 10, 2009 at 4:31 pm
Are you using SSMS? In one of the menu options you should be able to direct your query output to a text file instead of a table.
November 10, 2009 at 3:30 pm
If you query sysdatabases is there still an entry for the database?
November 10, 2009 at 3:23 pm
You can use the substring function with text data, so you will not have to deal with text pointers. The only thing is that instead of specifying the offset as...
November 10, 2009 at 3:19 pm
Get that shrink database step out of there! If space is an issue where the storage for the database files are there are better ways to plan/manage for it.
Also, I...
November 10, 2009 at 3:10 pm
Question, you stated that you were running sp3. Why can't you upgrade to sp4? There were several fixes for xp_sendmail and your problem may be resolved by upgrading to sp4.
November 10, 2009 at 2:54 pm
I wonder if the problem could be Active Directory related. If it is having problems getting a timely response from its preferred DC then it may fail. Are there any...
November 10, 2009 at 2:44 pm
http://msdn.microsoft.com/en-us/library/aa213788(SQL.80).aspx
http://support.microsoft.com/kb/263556
For SQL Mail to work though, you will need a MAPI client on the server sending the mail. If you cannot go to Database Mail with...
November 10, 2009 at 2:37 pm
An easy method I use is to set jobs to send success and failure e-mails depending on if the job fails. I do not worry too much about having to...
November 9, 2009 at 3:52 pm
Try running a profiler trace on the server. That should allow you to see what's going on. You can filter what you see by username and/or database id so that...
November 9, 2009 at 3:47 pm
I agree with Paul. Your error seems to indicate that you need a Windows login to send the mail and not a SQL login. Can you add a Windows login...
November 9, 2009 at 3:44 pm
However, I do not know how the log size has changed over time
This could be down to a lot of reasons. The most probable I would think is that the...
November 9, 2009 at 3:36 pm
i had to fight with a consultant to move backups to tape. he set it up to back up to local disk and by accident i found that they...
November 9, 2009 at 2:40 pm
Viewing 15 posts - 916 through 930 (of 964 total)