Viewing 15 posts - 46 through 60 (of 139 total)
I didn't pick 1 because isn't the table dropped when the instance is shutting down as opposed to restarting (picky I know but...)
December 17, 2009 at 8:29 am
Is Winzip opening a window when run via SSIS?
It could be that the Winzip process is waiting for a response (which the scheduler is never going to give).
December 3, 2009 at 8:24 am
Add a File system task and use it to rename the file via a variable.
November 30, 2009 at 3:36 am
I can fully sympathize as I am in a hospital office which is shared with people doing "medical stuff" so sometimes you REALLY don't want to be able to hear...
November 27, 2009 at 3:32 am
Another (very good) example of something that initially appears to be a horrendous problem having an elegant and relatively simple solution.
Must add to briefcase 🙂
November 16, 2009 at 2:03 am
It could be an Excel driver limitation as explained here:
http://sqlserversd.wordpress.com/2008/09/14/ssis-excel-values-import-as-nulls/
I've run across it a couple of times with "apparently" good data being NULLed.
October 23, 2009 at 4:50 am
On the Expressions page enter the Arguments expression i.e.
"-s" + @[User:par1] + " -e" + @[User:par2] + " -f" + @[User:par3]
Where par1, 2 & 3 are the declared variables
January 30, 2009 at 1:38 am
I usually have about two weeks worth of backups on the server, each database in its own folder and separate files, which are baked up nightly to a remote location....
January 13, 2009 at 1:15 am
You could also use two For..Loop containers. The outer to loop through each .xls file and the inner to loop through each sheet in a file. The difference...
December 17, 2008 at 7:22 am
Not sure if this would work but shouldn't it be set to the TaskFailure event as "technically" it isn't an error?
I have a setup that sends an email from children...
November 28, 2008 at 1:20 am
I used to install the files required to run dtsrun on the machines that needed it ( I got the list of files from http://www.sqldts.com/225.aspx). Used the...
July 24, 2008 at 4:04 am
bitbucket has already created the filename dynamically. The type in bold is what the @currentdate becomes when run.
July 21, 2008 at 8:34 am
You might try CASTing the datatypes to DT_DBDATE since 2005 does not cast automatically.
July 4, 2008 at 7:15 am
I love photography and (according to the wife) spend far too much on it. Unfortunately I only get a real opportunity to indulge when we're on holiday.
June 27, 2008 at 3:41 am
Viewing 15 posts - 46 through 60 (of 139 total)