Viewing 15 posts - 16 through 30 (of 34 total)
Here is a sample of what I'm trying to do. The email that is sent is blank:
DECLARE @tableHTML NVARCHAR(MAX) ;
SET @tableHTML =
N'<H1>DB Growth</H1>' +
...
May 3, 2010 at 7:21 am
I'm fairly certain that it's the renaming of the tables that is causing the problems. The step to rename main table to staging took over 2 hours this morning....
April 20, 2010 at 8:09 am
An update. The application support vendor simply needed to specify port 1433 as stated in the KB article mentioned in the beginning (Servername\instance, 1433). All works well. However, you are...
July 31, 2007 at 10:48 am
Repair has never been checked on this plan. Some of the errors in my original post came from the system log and the cluster log. That's about all I have...
January 19, 2007 at 5:31 am
It may not be the prettiest, but it works for me:
Sub Fulldatabasebackup
strDBServerName = "."
Set objSQLServer = CreateObject("SQLDMO.SQLServer")
Set objDatabase = CreateObject("SQLDMO.Database")
objSQLServer.LoginSecure = True
objSQLServer.Connect strDBServerName
Set...
June 16, 2005 at 2:44 pm
The owner of the DTS package is from a non-trusted domain. When we created a new package it gave ownership of the package to an account with sysadmin..this is...
September 23, 2003 at 10:40 am
Thanks...there are some issues with AD and replication. We're going to remove AD for other reasons. I was able to get SQLServerAgent to start anyhow by using a...
August 29, 2003 at 1:17 pm
I learned the hard way. Had to disable IIS before the SP could be applied. I was able to apply it the weekend of 4/5 after disabling IIS.
...
April 16, 2003 at 10:01 am
TShay, thanks but if you'll read back to my previous posts you'll notice that I've upgraded to 2.7SP1 and it still hasn't worked. Did you have any problems with...
April 3, 2003 at 10:44 am
Upgrading to mdac 2.7SP1 did not do the trick for me. Still getting the authentication message. The only thing left that I know of that could be causing...
April 2, 2003 at 1:04 pm
What version of MDAC were you running prior to upgrading to SP3? I rebooted my machine prior to the install as well but that didn't fix my problem.
March 20, 2003 at 7:19 am
Everything in the KB article you mentioned checks out on the system ok. However, this KB article doesn't specifically state that upgrading to MDAC 2.7SP1 as a potential fix...
March 18, 2003 at 9:06 am
Does Microsoft have it documented to upgrade to MDAC 2.7SP1 and then run setup?
March 18, 2003 at 8:29 am
Viewing 15 posts - 16 through 30 (of 34 total)