Viewing 15 posts - 916 through 930 (of 966 total)
I don't think copying the master databse from one server to another is the best way at going at a DR scenario like you describe. Not unless this server is...
Joie Andrew
"Since 1982"
November 11, 2009 at 3:01 pm
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...
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
November 11, 2009 at 2:40 pm
You could also run the query through SQLCMD and save it to an output text file.
Joie Andrew
"Since 1982"
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.
Joie Andrew
"Since 1982"
November 10, 2009 at 3:30 pm
If you query sysdatabases is there still an entry for the database?
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
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.
http://support.microsoft.com/default.aspx/kb/888799
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
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 SQL 2005 I would...
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
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...
Joie Andrew
"Since 1982"
November 9, 2009 at 3:36 pm
Viewing 15 posts - 916 through 930 (of 966 total)