Viewing 15 posts - 106 through 120 (of 285 total)
When I have used temp tables in my SSIS packages, I use a local (one #) temp table. I believe that as long as you set the RetainSameConnection and...
June 11, 2010 at 6:53 am
You would use the Windows password for the domain account.
I am not sure about the setting up the Principals tab. In my case, the proxy account I have used...
June 10, 2010 at 8:48 am
You will need to set up a SQL Agent Proxy account on the local server using the domain user they set up on the remote server. From SSMS you...
June 10, 2010 at 6:58 am
In MS Access 2003 there is Tools > Analyze > Documenter which will display the properties of the MS Access objects. You can select the objects and properties you...
June 8, 2010 at 7:02 am
Unfortunately it sounds like nothing short of a server restart is going to clear this headache for you. This issue you have discovered is making a good case to...
June 7, 2010 at 10:29 am
David McKinney (6/4/2010)
James Stover (6/4/2010)
Geek humor - gotta love it! I've had my chuckle for the day... now back to...
June 4, 2010 at 7:33 am
It sounds like the task scheduler is caching your environment variables. I Googled that and came up with this: http://msdn.microsoft.com/en-us/library/aa380715(VS.85).aspx
That's probably whats going on. I would assume that...
June 4, 2010 at 7:19 am
I believe the FileSystemTaskSource property would be the name of the source not the value of the source. My recommendation is to use your expression to set the value...
June 1, 2010 at 7:27 am
I have never had occasion yet to connect to a database from within a Script Task, but I decided to spend a little time to see how it's done. ...
May 28, 2010 at 9:11 am
imani_technology (5/27/2010)
What is a good way to learn about the SSIS 2005 Script Task and scripting in general?
In a broader sense, it uses VB.NET, so becoming familiar with the .NET...
May 28, 2010 at 7:37 am
We run dozens of SSIS jobs daily. I use the [SSIS Configurations] table to store all of our package configs. This works well for us. Everything is...
May 27, 2010 at 7:44 am
It sounds like you need to keep your connection string in a Package Configuration and not inside the package itself. Package configurations can be stored either as files or...
May 25, 2010 at 8:08 am
Are you running this interactively from the BIDS designer, or have you deployed to the server and running it from there? If it's the latter, how have you set...
May 19, 2010 at 11:53 am
Ah... a special unicode character. Well that does make it a bit messy then. We also have an iSeries system, but I have never had to deal with...
May 19, 2010 at 9:56 am
I never knew there was a difference. I don't see anything like that in the standard ascii character table. If you look at it in a hex editor,...
May 19, 2010 at 7:58 am
Viewing 15 posts - 106 through 120 (of 285 total)