Viewing 15 posts - 286 through 300 (of 805 total)
I would imagine it might have something to do with access.
Can you run xp_CMDShell 'MD C:\usr\xxx'
Does it create the directory?
If you run the oSQL from CMD with the asme syntax,...
August 6, 2007 at 5:00 am
None.
Well, none to run your package.
Any connections in your package will use their authentication.
So if your package is connecting to SQL using NT Auth, it will be using the context...
August 6, 2007 at 4:54 am
Would the UserName and password not be for packages saved in MSDB only and not files?
If you omit the parameters, does it work?
August 6, 2007 at 4:37 am
SQL is most likely giving up with a decent plan and using a lot of parrallelism due to poor indexing.
What does the query plan look like? Some table or index...
August 6, 2007 at 3:55 am
In the advanced editor, if you go to column mappings and click the Refresh button, does that do the trick?
Failing that, it could just be some corruption in the component....
August 6, 2007 at 3:48 am
You could use a combination of xp_CMDShell and oSQL to execute the file.
Another option would be, and I have not tried this, to use openQuery to load the contents of...
August 6, 2007 at 3:40 am
Well said
"Something as simple as a flaw in a clustered index design could kill all of the performance gain you might get with RAID 10."
August 3, 2007 at 4:13 pm
Have you looked in BOL?
In BIDS, go to Menu > SSIS > Configurations.
Enable it and add new. Go through the wizard and from the tree, select properties you want to...
August 3, 2007 at 3:03 pm
SSIS is a very steep learning curve. Worse if you knew DTS well.
The book you mention is well worth it and helps a create deal...
August 3, 2007 at 9:07 am
I am not aware that you can do that.
You best bet is then to create a custom component and call that.
Or, create a DLL and use that from withing the...
August 3, 2007 at 7:40 am
There are many articles on custom components on the net. You options would be to use a script task and VB.NET to unzip stuff. Again, there are more than enough...
August 3, 2007 at 7:19 am
If you use a config file to set the passwords at run time, does that help?
August 3, 2007 at 3:17 am
You should install SP2 for many reasons.
A package will not save sensitive information such as passwords.
Your best bet is to use a config file to set the passwords for the...
August 3, 2007 at 3:11 am
It's the mapping SSIS uses. There is a XML file in the SSIS root which hopes the data type mappings. (Don't fiddle with the file)
You can open up the advanced...
August 3, 2007 at 3:06 am
Have you remapped the source manager?
If you use a data viewer, what columns exist in it and what are the values in the rows?
August 3, 2007 at 3:04 am
Viewing 15 posts - 286 through 300 (of 805 total)