Viewing 15 posts - 151 through 165 (of 258 total)
I've come up with a possible work around. If you have permission to run Exe SQL Task to update the schema on the source to the dbo schema which more...
October 11, 2012 at 9:39 am
OK, thanks I will try it that way. I have another question. I was trying tp update my task to only copy one table over but when I tried to...
October 4, 2012 at 1:08 pm
Hmm, more than likely not. How do I find out? Im thinking thats not something I can add through TSQL?
September 20, 2012 at 1:25 pm
I was told someone interviewing me would ask this. In my 7 years of DB Development Ive never had a need like this but thought I could vaguely remember some...
July 17, 2012 at 8:49 am
Is there a way to do it in the declaration?
July 17, 2012 at 5:55 am
I figured it out, I forgot to add the Order By clause. Apparently having the the settings in the oledb src isnt enough to get it sorted you have to...
February 18, 2012 at 6:50 am
won't that still return both records?
January 26, 2012 at 4:54 pm
I found the following on forcing thepkg to run in 32 bit mode:
Source: http://sqlserverpedia.com/blog/sql-server-bloggers/quick-reference-ssis-in-32-and-64-bits/
Choosing Bitness Inside Business Intelligence Development Studio (BIDS)
If you're running your package inside BIDS, the...
January 13, 2012 at 9:11 am
Thanks Elliot, is there a setting to force it to run in 32 bit?
January 13, 2012 at 8:35 am
Ok, I have another issue so please disregard the previous post.
The issue I have now is that I have an OLE DB source using a connection mgr that is...
January 6, 2012 at 8:26 am
I'm not sure what they are doing yet. I just need to learn how to do this.
November 28, 2011 at 3:48 pm
Would there be any tables in MSDB that may have a record of the job exe?
October 12, 2011 at 8:56 am
Unfortunately the job was run sometime last night between 5pm and 9pm and our backup is scheduled nightly at midnight so I wouldn't think the lastnights backup would have the...
October 12, 2011 at 8:46 am
I figured it out. I went into the Expressions for the Exe SQL task and set the SQLStatementSource to the following:
"Exec uspDatafileExists " + @PrefixVariableName + "inscode_t"
October 6, 2011 at 10:55 am
Viewing 15 posts - 151 through 165 (of 258 total)