Viewing 15 posts - 76 through 90 (of 223 total)
Jones,
You could create stored procedure(s) that can handle the logic of update/insert and make a call to the sp from your DTS package.
The only other option I can think of...
July 13, 2005 at 9:49 am
Aru,
We have a similar situation here. Our solution was to apply SP4 to SQL 2000 and use the SQL_Latin1_General_CP850_BIN2 collation setting on the database. We discovered some issues using other...
July 13, 2005 at 8:05 am
You could create a control DTS package which would call each import package and then check the results. If it (the child) doesn't complete successfully you can then re-run it...
July 12, 2005 at 7:21 am
I have always thought of this forum as a place where you help if you can and learn if you can't!! That is probably why I am always monitoring and...
July 11, 2005 at 8:19 am
I am in agreement about Case Sensitivity!! Unfortunately I work with a group that needs to be able to handle Unicode data from around the world and we provide some data...
July 8, 2005 at 9:59 am
Brian is correct, and there are some issues with overall performance (and consistency) using the filesystemobject this way. But it is always an option when all else doesn't seem to solve...
July 7, 2005 at 12:22 pm
Now there is one meeting were I would love to have been a "fly on the wall"!!!!!
Darrell
July 7, 2005 at 12:18 pm
sushila,
You are welcome for the comments!
July 7, 2005 at 10:45 am
Mark,
You could try this query:
select * from INFORMATION_SCHEMA.KEY_COLUMN_USAGE
Good Luck,
Darrell
July 7, 2005 at 9:34 am
Saw an article once (and can't remember if it was on this site or not - gotta love senior moments ) about using the...
July 6, 2005 at 4:19 pm
I don't have a good book to recommend (at least not yet ) but here is a good site to start with:
July 6, 2005 at 12:56 pm
I have never worked with a BBF file before but I have imported some Foxpro data. If it is truly a Foxpro database you should be able to create an...
July 5, 2005 at 3:03 pm
July 5, 2005 at 12:18 pm
Brett,
Take a look at this link - it should answer your questions.
July 5, 2005 at 12:05 pm
Viewing 15 posts - 76 through 90 (of 223 total)