by: Adam Augusta |
last post by:
In a Multi Server Job under SQL Server Agent (MSX), we have a series of
steps like:
DTSRun /~Z0x8E8635E6BBA...
The ~Z means it's an encrypted hexidecimal string. The person who created
this...
|
by: JimA |
last post by:
I have an application that needs to execute dtsrun from a remote
machine. Basically I have a batch file on the remote box, which
handles the execute. This works fine on a machine with client tools...
|
by: m3ckon |
last post by:
Hi,
I'm writing a stored procedure to run a dts package and I've successfuly
got this working using my sotred proc and the syntax of dtsrun is
correct.
However, I'm trying to pass a variable...
|
by: Daniel Reber |
last post by:
I am trying to run a DTS package using C#. When I try to execute DTSRun it
runs hidden, I do not see the command window anywhere.
Here is my code:
System.Diagnostics.ProcessStartInfo info =...
|
by: TaeHo Yoo |
last post by:
Hi all,
to run a DTS package you run dtsrun in the command prompt. It worked
fine. But how to run dtsrun in c# console application?
Thanks a lot
*** Sent via Developersdex...
|
by: mike |
last post by:
I have a question. I am doing some work for someone and I have a batch
file that they can run that will execute an OSQL line and a DTSRUN
line. In both lines I run them using the /S /U /P...
|
by: Brian Peasland |
last post by:
I am trying to get a DTS package to be run from the command line with
the dtsrun utility. The DTS package is stored in the database. The user
I supply is a user in the database. I get an error...
|
by: dutdut |
last post by:
Hello,
With MS SQL Server 2000, to run a DTS package called « test » through a stored proc, I use :
exec master..xp_cmdshell 'DTSRun /S (local) /E /N "test" /L "C:\Temp\log.txt"'
When I...
|
by: David Greenberg |
last post by:
Hi
We use Sql 2000.
I have a user that I want to be able to run a bat file with the DTSRUN
command in it on a remote computer.
What happens now is that she runs the bat file , reads the DTSRUN...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: lllomh |
last post by:
How does React native implement an English player?
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|