February 11, 2005 at 9:55 pm
Hi all,
I am using a SP to the Explained task as below :
Using BCP to transfer Data into temp table.
Reading Data from temp table.
Validating the Data. Like check of Duplicacy. Error Handling and all.
This takes Lots of time to process the Loading.
Can any one suggests how to optimize the performance ?
Can i use indexing inside SP or better use Index Before Execution?
Thanks
February 12, 2005 at 3:11 pm
Maybe?
Sharing some code might shed some light on whether or not it can be optimized; but have you considered using DTS for this?
--
Adam Machanic
whoisactive
February 14, 2005 at 2:46 am
See if this helps:
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/incbulkload.mspx
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply