Viewing 9 posts - 1 through 9 (of 9 total)
Thank´s a lot for the information!
Tomas
December 29, 2011 at 11:31 am
Thank's
I have this, do I need the commit or is the transaction automaticly rolled back if I go in to Catch section?
What do you think about this code?
BEGIN TRY
BEGIN TRANSACTION
UPDATE...
December 27, 2011 at 11:21 pm
Used Profiler and did not see anything wrong but I saw that the trigger code generated multiple rows, look here:
INSERT INTO tblArtiklar (idFaktura,Receiver,Artikelnummer,Artikeltext,Antal,Pris)
...
December 20, 2011 at 7:55 am
I can see it in the table B.
Here is the trigger:
ALTER TRIGGER [FidInsertRecordsToArtikles]
ON [dbo].[TblWebArtikles]
AFTER INSERT
AS
DECLARE @err int
BEGIN
DECLARE @p1 varchar(50)
DECLARE @idFakt...
December 19, 2011 at 5:38 am
Thank's all of you! It gave me many tips to solve the problem!
Tomas
February 22, 2009 at 11:35 pm
Thanks Roy. I use Sql server authenticating.
Regards
February 19, 2009 at 7:00 am
Thank's ! Think a do one sp for every table.
Regards
Tomas
January 13, 2005 at 5:08 am
I have GW too, but I use a way to sent the mail to the SMTP server in GW. Has a rutine for it if you want to try. Send...
January 12, 2005 at 7:17 am
Viewing 9 posts - 1 through 9 (of 9 total)