Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I pass a local fox cursor as an parameters into to s
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01032134
Message ID:
01032143
Views:
27
This message has been marked as the solution to the initial question of the thread.
>I know that, I can get same result by transfer the cursor record by record in scan loop.
>But in this tecnique at one time tranfer periyod is very long for 500.000 records. I hope to shorten execution time by transfering cursor.
>
>Ali Altun

Never tryed this, so the ansver is pure theoretical, but you can write a Stored Procedure in SQL Server and pass the table as parameter then you can use INSERT ... FROM OPENROWSET() or BULK INSERT from a VFP table (not cursors I suppose)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform