Viewing 15 posts - 46 through 60 (of 72 total)
Thanks,
so if I have been importing records using bcp then cancelled this then those records should then not appear after it eventually rollbacks?
An obvious question I know !
Regards,
Mr Careful
March 27, 2007 at 3:22 am
When i kill the process SQL goes into a roll back.
Does this mean that the rows inserted so far from the text file I am importing from will be removed...
March 26, 2007 at 11:36 am
Gail....that's even better...thanks !!!
March 26, 2007 at 10:04 am
John, heyyyy...thanks a million, perfect
March 20, 2007 at 9:55 am
Hi dw,
the call to the currenrt DTS package is
oPkg.LoadFromSQLServer "Svr\Instance", "User", "Pwd", 0, , , , "DTS Package name"
oPkg.Execute
with "DTS Package name" been the name.
This isn't actually that urgent anymore...
November 23, 2006 at 1:14 am
sorted ...
I just changed this line
oPkg.LoadFromSQLServer "MyServer", "MyUserName", "MyPwd", 0, , , , "Full path name and name of DTS package.dtsx"
November 17, 2006 at 7:52 am
Yes, I had the same problem and have a copy of the files I use in Access as linked tables. before the call to DTS I move the data I...
November 15, 2006 at 2:22 am
Hi Guys,
Here the MS Access VBA code I used:
'-------------------------------------------------------------------
' Access VBA code for MyButton
Dim oPkg, oStep, sMessage, bStatus
Const DTSSQLStgFlag_Default = 0
Const DTSStepExecResult_Failure = 1
Set oPkg = CreateObject("DTS.Package")
oPkg.LoadFromSQLServer \\Myserver_name\MyInstance, "MyUsername",...
November 14, 2006 at 9:28 am
Thanks Guys for the guidance
you led me to this link which done the trick
http://support.microsoft.com/kb/252987
Eamon
November 9, 2006 at 7:52 am
there's nothing like answering your own question !
November 6, 2006 at 2:09 am
Thanks alot for this guys both make this very clear now
Eamon
October 8, 2006 at 8:21 am
Hi,
here's a follow on issue/scenario.....
I create DTS packages using my windows user name. I have dbo (not in msdb though) access and would like to save it as dbo....Can I...
September 14, 2006 at 4:16 am
Thanks Sreejith that works for me !!
August 30, 2006 at 1:50 am
THANKS....that was wayyyyyyyyyyy to obvious !
Thanks again,
Eamon
August 16, 2006 at 1:51 am
Hi,
I got this sorted and it was because the command was inside a transaction.
I did a work around on this using some IF statements.
Regards,
Eamon
May 24, 2006 at 6:49 am
Viewing 15 posts - 46 through 60 (of 72 total)