Viewing 6 posts - 1 through 6 (of 6 total)
Thank you, I really appreciate your comments!
for my account table, the primary key is accountId, which is an auto increment integer (I guess sql server will create index for primary...
January 31, 2007 at 7:25 am
thanks for your response!
do you mean if my transaction (select and update) last for 2 seconds,
and the web user create another account at the same time, he will proberbly blocked...
January 31, 2007 at 6:37 am
thank you all for so quick reponse.
one more question, if the table is not so simple, it's a big query
is there any way to avoid repeating the query in the...
November 14, 2006 at 6:42 am
thanks, and I've seen this before.
actually I don't want to load the inner package in ActiveX code like:
Set oPkg = CreateObject("DTS.Package")
' Assign parameters
sServer = "(local)"
sUID = ""
sPWD = ""
iSecurity =...
November 8, 2006 at 2:12 am
thanks, luke
I got another problem when using the Execute SQL task:
I simply call a stored procedure in Execute SQL task, the stored procedure failed due to some insert error (but...
August 17, 2006 at 9:19 pm
hi, greg
thanks for your input, I'm using the Execute SQL task now.
for the data driven query task, it's too complicate for me........
August 16, 2006 at 11:32 pm
Viewing 6 posts - 1 through 6 (of 6 total)