Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String search in all tables??
Message
 
 
To
08/11/2005 09:09:04
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01065391
Message ID:
01067241
Views:
22
>Perhaps manual was a poor word choice. I was just courious if the method you used had an advantage over the cursor. BTW, your code worked fine.


Rollin,

I find T-SQL cursor cumbersome, inflexible and slow. A table variable with identity column on other hand allows almost the same flexibility as a VFP cursor. You can loop through it in any direction, use it in subsequent queries, update, if neccesary, e.t.c
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform