Viewing 15 posts - 1,966 through 1,980 (of 4,272 total)
I don't think you can use Fast Load in this case.
CEWII
June 29, 2010 at 3:05 pm
IS the user account being used to install this an admin type account in XP?
You might look at this:
CEWII
June 29, 2010 at 3:04 pm
You're probably not going to like it though..
You can use a script task as a data-flow data source, you read the data directly and map it into the columns you...
June 29, 2010 at 3:01 pm
The first thing that comes to mind is using the Import/Export wizard and saving the package which you can edit later.
CEWII
June 29, 2010 at 2:58 pm
I think you can actually look at the DTSX file and find them but it is a hassle.
There is a component on CodePlex that will do this for you:
CEWII
June 29, 2010 at 2:56 pm
No, I haven't run accross this specifically, but I can see your logic and agree. You might report this as a defect on http://connect.microsoft.com and see what they say.
CEWII
June 29, 2010 at 2:55 pm
Great, good to hear it, can you tell us what it was?
CEWII
June 29, 2010 at 2:49 pm
swendrich (6/29/2010)
But you are right. The problem is to create the structure in the mdb file.
I think, i can do a SELECT COLUMN_NAME...
June 29, 2010 at 1:18 pm
You can find out what security context of SQL by doing this:
EXEC master.dbo.xp_cmdshell 'SET'
Near the bottom you should see:
USERDOMAIN=SQLsLoginDomain
USERNAME=SQLsUserName
If you see neither of those then you might not have gotten...
June 29, 2010 at 1:06 pm
I like to make my processes pretty bullet-proof when I can.
I believe Spencer wrote about checking the max id, that method may work, provided the data always deletes everything below...
June 29, 2010 at 12:54 pm
I think the problem you'll find is you still need to add the structure to the MDB file, creating the file is nothing, the dataflow has to have something to...
June 29, 2010 at 12:34 pm
PaVeRa22 (6/29/2010)
Simply, you can export into two flat files and then use execute process task to merge above two filesset below Execute process task properties
Executable : copy.exe
Arguments : target1.txt+target2.txt finaloutput.txt
I...
June 29, 2010 at 12:28 pm
I am going to agree with Lowell, start with those suggestions.
I am also thinking his original suggestion is a possibility, if for any reason the exe throws out...
June 29, 2010 at 12:25 pm
Not really automatically, but if you already have the structure of the tables in a database (ie you are copying column for column from existing source) you can generate the...
June 29, 2010 at 12:17 pm
Is it defined as a .net connection or an OLEDB connection, if it is the latter then the code will not work, you have to define the connection consistent with...
June 29, 2010 at 11:00 am
Viewing 15 posts - 1,966 through 1,980 (of 4,272 total)