Viewing 4 posts - 1 through 4 (of 4 total)
neeth (8/2/2012)
August 2, 2012 at 9:39 am
What are the datatypes of the columns?
Looks like you are inserting varchars and numbers into the same column in your output.
If you want people to help you, you need to...
December 8, 2011 at 1:21 pm
I originally had the rowcount but I thought it would have concurrency issues. Thanks. I am considering this topic solved.
alter trigger [dbo].[trg_ID_PreventDelete] on [dbo].[PreventDelete] instead of delete
as
begin
declare @NumRowsDeleted...
November 17, 2011 at 11:18 am
Thanks for your valuable suggestions. Please excuse me if the following sounds stupid (I am not much of a sql expert).
I found something on this forum that I've tried and...
November 17, 2011 at 11:05 am
Viewing 4 posts - 1 through 4 (of 4 total)