Viewing 15 posts - 1,246 through 1,260 (of 3,738 total)
jungle.ed (7/26/2012)
July 26, 2012 at 7:59 pm
Matt Miller (#4) (7/26/2012)
Welsh Corgi (7/25/2012)
This procedure will be executed in an...
July 26, 2012 at 7:33 pm
I thought that it could be as simple as a return code to indicate that there was an error.
This procedure will be executed in an SSIS Package.
If someone knows of...
July 25, 2012 at 4:58 pm
I'm confused.:unsure:
July 25, 2012 at 4:28 pm
If I execute:
EXEC .usp_Insert_Into_Problem_Type_Codes
I get:
Command(s) completed successfully.
But the CATCH Block fired of and Inserted a record into the Error Table because I did not TRUNCATE the Table which resulted...
July 25, 2012 at 3:46 pm
Sean Lange (7/25/2012)
July 25, 2012 at 3:31 pm
Sorry. I did mention that I had converted the SELECTS to an INSERT INTO TABLE but it was not obvious.
In the CATCH Block of the offending Stored Procedure I'm calling...
July 25, 2012 at 3:18 pm
Sean Lange (7/25/2012)
Welsh Corgi (7/25/2012)
GSquared (7/25/2012)
Modify your error proc (usp_GetErrorInfo) so that it inserts into a table, then you're good to go.
I did that and it worked fine.
I have a...
July 25, 2012 at 2:31 pm
I just got the same error.
I had created jobs perform backups and I'm the owner.
I'm backing up to the local machine.
I'm sysadmin and all of I sudden the job...
July 25, 2012 at 2:24 pm
Sean Lange (7/25/2012)
Welsh Corgi (7/25/2012)
GSquared (7/25/2012)
Modify your error proc (usp_GetErrorInfo) so that it inserts into a table, then you're good to go.
I did that and it worked fine.
I have a...
July 25, 2012 at 1:24 pm
GSquared (7/25/2012)
Modify your error proc (usp_GetErrorInfo) so that it inserts into a table, then you're good to go.
I did that and it worked fine.
I have a very basic question.
If I...
July 25, 2012 at 12:50 pm
Sean Lange (7/24/2012)
There is nothing magical about try/catch blocks in t-sql. They work just like the same constructs in every programming language.
Sean,
I got this code from your link. How would...
July 25, 2012 at 11:23 am
Sean Lange (7/24/2012)
Matt Miller (#4) (7/24/2012)
Sean Lange (7/24/2012)
http://www.sqlservercentral.com/Forums/Topic1325508-391-1.aspx
There is nothing magical about try/catch blocks in t-sql. They work just like...
July 24, 2012 at 3:02 pm
Sean Lange (7/24/2012)
http://www.sqlservercentral.com/Forums/Topic1325508-391-1.aspx
There is nothing magical about try/catch blocks in t-sql. They work just like the same constructs in every...
July 24, 2012 at 1:29 pm
Lynn Pettis (7/22/2012)
begin try
create index IX_NotNullID on dbo.TestUpd (
TestUpdId,
...
July 22, 2012 at 4:27 pm
Viewing 15 posts - 1,246 through 1,260 (of 3,738 total)