Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK equivalent in Sql-Server
Message
From
10/06/2002 10:26:17
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00666496
Message ID:
00666512
Views:
15
>>Hi
>>
>>Can anyone tell me how you would go about effectively seeking on a SQL-Server table, do you need to issue a "Select" and check the number of results.
>>
>>How about speed issues? Is Seek quicker?
>
>The fastest way to check if record or records exist in Sql Server is to use EXISTS operator.
IF EXISTS ( SELECT * FROM mytable WHERE < conditions >
Thanks, do you know what the speed differences are?

Kev
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform