Viewing 15 posts - 16 through 30 (of 33 total)
Thanks all for the replies.
To clarify a couple of points. The variable is being used as a constant in the code. @yes will always...
April 8, 2013 at 12:31 pm
Agreed, nothing is foolproof. I have a Carbonite subscription for offsite and a external drive with a sync toy transfer setup for onsite. I put my source in...
January 7, 2013 at 7:06 am
With a terabyte of storage for less than $100, free utilities like Sync Toys from Microsoft, and unlimited online backup services as cheap as $60\yr, I will never understand the...
January 7, 2013 at 5:40 am
I wondered about that. The SQL service is running under a local admin account. The permissions for the directory looked normal.
The trace could create...
November 14, 2012 at 4:12 am
Wow, 5 yr old thread answers the question I have today, especially the confio ignite comment 3 days ago.
Go figure.
Thanks,
July 27, 2012 at 9:14 am
Thanks for your help with this Gail. I guess I need to dig deeper and see what is causing the errors.
March 29, 2012 at 1:17 pm
Maybe I'm reading this wrong then. Looking at the middle session, spid 67, it executed the xpLog_Info proc and also printed the ::ERROR::NOERROR line. I guess I would...
March 28, 2012 at 6:02 pm
Below is the code that I used, there is a simulator running against the database and I had to filter down on some of the print messages:
PRINT '::ERROR::BEFORE'
Print 'SQL Error...
March 28, 2012 at 2:19 pm
Thanks for all the help Gail. The problem comes down to the extended proc. No matter the value of the @RecordErrorNumber, that proc fires inside that if loop,...
March 28, 2012 at 11:44 am
Ok, so if I understand your last post, I would need something like this after every sql command
SET @ErrorNumber = @@ERROR
IF (@ErrorNumber != 0)
BEGIN
SET @RecordErrorNumber = @ErrorNumber
END
And then...
March 28, 2012 at 9:14 am
Thanks,
If I make a change and capture the @@ERROR after every SQL statement in the proc, with something like:
IF (@@ERROR <> 0) AND (@ErrorNumber = 0)
BEGIN
SET...
March 28, 2012 at 8:32 am
Thanks for the input. I will see if we can apply SP3 or if they want to limp through the holidays.
November 22, 2011 at 9:42 am
Thanks, I've read the kb article. We're not using FTS. Reading down through the doc Microsoft first fixed the issue in SP1. Since we're at SP2 we...
November 22, 2011 at 7:32 am
We've used this in the past, not as good as Red Gate, but it's free.
November 22, 2011 at 7:12 am
Viewing 15 posts - 16 through 30 (of 33 total)