Viewing 15 posts - 106 through 120 (of 2,278 total)
One parent package with a For Each loop that gathers all the appropriate configuration parameter values and passes them to a single child package that takes the configuration parameter values...
June 18, 2013 at 8:44 am
My first thought is that it is a file system access issue for the SQL Agent. But you say you tried a proxy. Was the proxy set up...
June 5, 2013 at 11:51 am
I think this is more or less the way I would do it as well. The one caveat that I see is customer level security will have to be...
June 5, 2013 at 11:47 am
The best way to do this is with package configurations for your connections. Each server can have its own configuration table/file indicating the appropriate connection string for each connection....
June 5, 2013 at 11:34 am
Yes, there are 2 values associated with a parameter, the Label and the Value. The Label is what is displayed to the user, the Value is what is passed...
June 5, 2013 at 11:25 am
Revenant (6/4/2013)
L' Eomot Inversé (6/4/2013)
crookj (6/4/2013)
WOTD - Atomicityindivisibility
Copyright
infringement
June 5, 2013 at 11:20 am
Revenant (5/13/2013)
SQLRNNR (5/13/2013)
JAZZ Master (5/13/2013)
DangerMouseKaBoom (5/13/2013)
RatatouilleParis
Petit Chef
Le Grand Restaurant
Anyone can cook
May 13, 2013 at 11:28 am
The driver we use is
IBM DB2 for i IBMDASQL OLE DB Provider.
If I am not mistaken there is a download, install, and configuration process to get this driver working. ...
April 29, 2013 at 2:57 pm
This is a hard question to answer because there are so many variables.
Do you have the latest drivers?
Is the pipe, and all the components in between you and the DB2...
April 29, 2013 at 8:23 am
I suggest you read these 2 links
So the real challenge is getting the data out of the stored procedure. You could build a work table and then
INSERT INTO dbo.WorkTable
EXEC...
April 29, 2013 at 8:17 am
Viewing 15 posts - 106 through 120 (of 2,278 total)