Viewing 15 posts - 61 through 75 (of 90 total)
Thanks, I guess my assumptions were right. I will remove the log shipping, restore and then recreate the log shipping. Thanks for the help.
October 20, 2005 at 8:14 am
Linda,
That sounds like a good idea. I will look into that, I'm just concerned about the locking issue with the reindexing, I'm not sure how much we can spread it...
October 20, 2005 at 7:39 am
Thanks for your response Ray. Believe me I understand that reindexing causes the log backups to grow. That is why I am thinking about changing it from weekly to monthly...
October 19, 2005 at 10:04 am
Phil and rschaeferhig,
Thanks to both of you for your help. I have successfully set up my DTS package with the global variables needed to accept the SQL...
September 30, 2005 at 2:01 pm
Good Morning Phil,
In your regards to your reply:
I've no idea why the email wouldn't have been received. Maybe a firewall/port mapping issue ??
I am no expert on network issues, but if...
September 29, 2005 at 6:57 am
Ian,
Thank you for your reply. When I originally setup the SQL Server to Oracle replication I tried both providers, the oracle provider resulted in the replicated data being case...
September 29, 2005 at 6:51 am
Good Morning Phill,
Thanks again for your help and advice to my problem. As I said earlier I did install xp_smtp_sendmail on one of our development servers that is running the...
September 28, 2005 at 6:45 am
Thank you so much for the reply, this is exactly what I want to do. The only global variable I want to define is the message though and I want...
September 27, 2005 at 8:49 am
Phill,
I agree that I am probably making it more complicated than it needs to be, but I am just trying to find something that will work on this server that has...
September 27, 2005 at 7:33 am
Hi Phill,
Thank you for your response. Actually, we have our alerts setup similarly on our other servers. The alerts execute a sql server job that sends a formatted e-mail with...
September 27, 2005 at 6:36 am
The problem with connecting to the distributor from the publisher turned out to be due to firewall settings, so this has been resolved. Hopefully, I won't have any problems setting...
August 26, 2005 at 12:52 pm
We use a VB script to do something simiar to this and run it from a centralized server that has SQL Server client installed on it and can connect to...
August 16, 2005 at 9:22 am
Igor,
You may want to try increasing the Delay between responses setting on the Response tab of the alert. It is set to 1 minute by default.
HTH.......Michelle
August 9, 2005 at 9:59 am
Phil,
Thanks for your help. I think that it works now. The true test will be the next time the replication fails. I guess now I have to figure out why...
August 9, 2005 at 8:52 am
Phill,
I think the problem is I had my @Msg variable wrong. I had it as:
SET @Msg = 'Error: [A-ERR]' + CHAR(10) + 'Severity: [A-SEV]' + CHAR(10) + 'Date: [STRTDT]' +...
August 9, 2005 at 8:10 am
Viewing 15 posts - 61 through 75 (of 90 total)