Viewing 15 posts - 1 through 15 (of 17 total)
Thank you, Padhis. That is quite helpful.
January 19, 2012 at 5:58 pm
agreed, a while loop in query window will do.
November 14, 2011 at 8:12 pm
Thanks for the reply.
Yes, I did put a transaction rollback in the code. My question is: will rollback be recorded by the trigger above as well? I asked this because...
September 6, 2009 at 7:27 pm
I queried with below but can find the only one above in the database. Anything I missed?
select * from sys.trigger
September 6, 2009 at 11:09 am
It is the query ran fine, but no data was updated.
September 6, 2009 at 6:54 am
Hi, Fritchey,
Sorry for the late response. The trigger is as below and there is no constrains in this table.
USE [APJNPIDB]
GO
/****** Object: Trigger [dbo].[updated_statuslog] Script Date: 09/06/2009...
September 6, 2009 at 1:47 am
You can set the package owner in the Visual studio and if the owner of the package and the account to run the package are same. It will be easy...
October 15, 2007 at 12:44 am
All,
Thanks a lot for your suggestions.
coby
December 3, 2006 at 10:33 pm
Thanks but I want the result to be
cvr < 18
------------
adfd
I just want to make the column name to change by the value of the integer number, such as 18...
December 3, 2006 at 6:46 pm
wangkhar, rudy,
Thanks for the advice. Do you know how to measure the time I need for the delete or roll back? Or, what is the max records we can endure...
November 13, 2006 at 6:27 pm
Not sure this is the same issue I have ever met.
Did you checked the checkbox to install SQL Server SP4 recently? If you forgot to checked the checkbox, the installation...
November 8, 2006 at 2:35 am
Sergiy, Michael,
I appreciate your answers.
Thanks,
coby
October 28, 2006 at 10:12 pm
1. I was told that update itself is "delete + insert" actually but I think you are right because update is atomic itself and will not provide wrong data to...
October 28, 2006 at 8:29 pm
Thanks a lot.
I will change "delete + insert" to "update + insert if not exists". The begin trans and commit trans are still needed, right?
Another question is:
Is it right that...
October 28, 2006 at 8:00 pm
Viewing 15 posts - 1 through 15 (of 17 total)