Viewing 15 posts - 181 through 195 (of 681 total)
Which property are you trying to set?
November 11, 2009 at 9:32 pm
You can do this with a simple Execute SQL Task and a precedence constraint with an expression. In your Execute SQL Task, configure an output variable (under the Variable...
November 10, 2009 at 10:13 am
Can't tell a lot from what you've provided here, but one thing that stands out in your error text is that you're using a SQL Server Destination. While this...
November 10, 2009 at 9:58 am
Mark,
Assuming you want to archive the file based on the date stamp of the file (rather than the header data of the backup itself), you can use a script task...
November 10, 2009 at 9:38 am
Excellent. Let me know if you run into similar problems.
November 10, 2009 at 6:57 am
For the second issue (missing delimiters), I think you may be confusing delimiters with qualifiers. Delimiters separate values within your text, but qualifiers sort of do the opposite, keeping...
November 9, 2009 at 10:26 pm
Sorry, duplicate file upload... I did this once and it appeared to hang before the reply was done.
November 9, 2009 at 10:17 pm
For the original issue, unfortunately I don't have BIDS 2008 on this dev machine. I'll attach the C# code snippet, which will hopefully give you some insight into what...
November 9, 2009 at 10:10 pm
Sorry for the delayed response, I've been at the SQL PASS summit and a bit behind on replies.
You're actually closer to a solution than you think...
If you're mapping the file...
November 9, 2009 at 9:29 pm
You can do this with a precedence constraint. I wrote a blog about this method recently: http://www.sqlservercentral.com/blogs/tim_mitchell/archive/2009/9/16/skipping-items-in-a-foreach-loop.aspx
Ping me again if I can help further.
hth,
Tim
October 30, 2009 at 11:42 pm
Strick,
I'm not clear on what you're trying to do here. Could you post some more information about what you're trying to accomplish?
hth,
Tim
October 30, 2009 at 11:28 pm
You bet, it's pretty simple to do.
Set up a package-scoped variable of type Int32 to store your row count. In your data flow, drag across a row count transformation...
October 30, 2009 at 11:16 pm
Could be a version incompatibility. What version of BIDS (Business Intelligence Developer Studio) are you using? The sample was developed using BIDS 2008.
October 30, 2009 at 8:18 pm
You'll most likely need to use a Script Component for this. I did a presentation on this a while back, feel free to download my sample code here: http://www.timmitchell.net/page/Resources.aspx,...
October 29, 2009 at 7:18 pm
Just FYI, you'll have better responses if you post your questions to a different heading - this is the SSIS forum.
System databases are a core part of the database engine,...
October 29, 2009 at 8:47 am
Viewing 15 posts - 181 through 195 (of 681 total)