Viewing 15 posts - 466 through 480 (of 625 total)
Will your output file always have the same number of columns? To the best of my knowledge SSIS can not handle a dynamic number of columns.
I am not sure if...
August 3, 2011 at 3:52 pm
>>Would a single shared database server at one of the sites be better/fast enough?
Definitely would be simpler and for me that often means better.
Is it really acceptable for one...
August 2, 2011 at 10:52 am
>>if there are lots of files in this format in a specific folder. I need to extract these files and load it into a db where orderid is a primary...
July 29, 2011 at 5:04 pm
From my license agreement.
Subscriber agrees that it shall not reverse engineer, disassemble, decompile or otherwise attempt to derive the source code of the software provided hereunder.
I think I would rather...
July 29, 2011 at 1:14 pm
The vendor proc is encrypted. I know there are ways around that but I am somewhat reluctant.
The proc also accepts a date range ( I was simplifying in my example)...
July 29, 2011 at 1:00 pm
I'm happy with my EAV setup.
My analysts create analytics and since there are a myriad way to analyze something its not hard to come up with new analytics. It happens...
July 29, 2011 at 12:16 pm
>>Who is your users?
Business users making a decision on if they want to set MyFlag = 1
>>Can they write SQL?
Not at all. They need a user interface that will allow...
July 24, 2011 at 8:18 pm
Thank you. My database structure has been fixed and the additional code you provided is working. The non-normalized structure I need to output to is necessary to satisfy the requirement...
July 24, 2011 at 6:15 pm
My schema design is not vendor-provided, legacy, already-in-production, it simply is ...bad design.
Joe: thank you for pointing this out. I am now fixing the design.
July 21, 2011 at 8:32 am
Read this http://msdn.microsoft.com/en-us/library/ms162810.aspx
Can you use xp_cmdshell?
Where is you package saved as a file or on the server?
What is your variable in the package called?
Whats the datatype of...
July 18, 2011 at 4:28 pm
Some examples below.
First create the variable in your package and have your select statement reference the variable. then look at using DTEXEC to set the variable at runtime.
http://weblogs.asp.net/rrobbins/archive/2009/01/15/ssis-package-user-variables.aspx
July 18, 2011 at 2:43 pm
Viewing 15 posts - 466 through 480 (of 625 total)