Viewing 15 posts - 31 through 45 (of 130 total)
here is a nice example in how to use global variables and sp's
http://www.sqldts.com/default.aspx?234
JFB
June 7, 2004 at 3:49 pm
June 7, 2004 at 3:44 pm
Make sure the user name that creates the dts package has permissions to use sql agent as schedule job.
Also you can't use mapped drives in a schedule job.
Regards...
JFB
June 7, 2004 at 3:42 pm
Hi Tom, this is one idea...
1.import the txt file or files to a temporary table.
2.using Execute sql task you can delete all the records that already exist in you master table.
3.import the...
June 7, 2004 at 3:39 pm
Could be time, make sure you have Connection timeout setup properly in the disconnected edit option menu.
Also double check you code, looks like a connection still open.
Regards
JFB
May 5, 2004 at 2:52 pm
You probably can create a loop using Bulk insert task. To have an idea in how to perform a loop, check this link:
JFB
May 5, 2004 at 8:01 am
If you have all setup for a text file, it should be easy to create a html file. Get more info about sp_makewebtask, sp_runwebtask and sp_dropwebtask procedures from BOL.
JBF
May 5, 2004 at 7:57 am
Check "Close connection on completion" in the workflow properties for each step.
Let me know if this works.
JFB
May 5, 2004 at 7:53 am
Each step has an rollback transaction under workflow properties. If you check this in all steps it should rollback the dts pkg.
Regards
JFB
April 28, 2004 at 8:16 am
Which log file? Give us more details... What are you trying to do?
Remember FTP tool is only for get files from an ftp not to put files.
Regards
JFB
April 28, 2004 at 8:04 am
Use save as but change the location to structured storage file(file.dts). Transfer this file to you server and open there. It should work. Please let me know.
Regards
JFB
April 28, 2004 at 8:01 am
Nope... you need to create you own program
JFB
April 22, 2004 at 12:29 pm
You file needs to be clean up before using dts, for this you can create a regular expression to clean you file in vb and execute the DTS package using...
April 22, 2004 at 8:10 am
You can execute a dts package using vb, vb.net or using asp over the internet. What are you trying to do?
JFB
April 22, 2004 at 8:04 am
Viewing 15 posts - 31 through 45 (of 130 total)