Viewing 15 posts - 376 through 390 (of 805 total)
Set the Delay Validation to true. It's complaining about a blank value. Delaying validation should solve it.
July 17, 2007 at 2:31 am
Two questions in one..
Your way of setting the variable should work. Try dropping the User:: part.
As for the SQL part, I use OLE DB, not .NET and you map the...
July 17, 2007 at 2:29 am
It would catch it. It would be a IO access denied or read write error.
A simple test would be to write to a UNC path and while writing, disconnect from...
July 17, 2007 at 2:25 am
Darren's example is correct. The key thing is he has selected Package as the scope. Is yours the same?
You can check this by viewing the variables pane and showing all...
July 16, 2007 at 4:11 pm
It's to do with the scope of the variable.
Variables created in a container cannot be seen by parent containers.
The connection managers sit below the package so they will not be...
July 16, 2007 at 2:03 am
I've had the same issue before. You'll have to do it manually and not use the wizard.
See BOL for the examples. It's rather easy.
July 13, 2007 at 12:53 pm
Your name needs to be MyDomain.MyServername.
You cannot use just the server name.
See BOL for the exact name.
July 13, 2007 at 10:20 am
What makes you say it's the stats creation that makes it hang?
What makes you say it is hanging? Creating an index on a large table will take time. Some indexes...
July 13, 2007 at 10:18 am
You cannot migrate DTS packages. You can only save them as structured files and run them from within SSIS. See BOL for details but you'll be better off rewriting the...
July 13, 2007 at 8:29 am
Agreed. Keep files on the OS and store the path. Makes managing the files easier.
July 13, 2007 at 4:51 am
The easiest way to get a row count is by using the rownnumber component, assign the value to a variable and on post execute, use the variable. As for getting...
July 13, 2007 at 2:02 am
Check the Protection level in your package properties. See BOL for more info on that.
Alternatively, you can use a configuration to set the value of the username and password (My...
July 13, 2007 at 1:59 am
The archive attribute is set anytime the file is modified (Opened and read?)
For SQL, this would be understandable as the service would be running background tasks.
Anti virus?
Get File Mon from...
July 12, 2007 at 10:25 am
This sounds simple enough so here goes.
If your file is already in CSV, leave it. It's simpler.
The way I understand it is you...
July 12, 2007 at 2:18 am
Viewing 15 posts - 376 through 390 (of 805 total)