Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK equivalent in Sql-Server
Message
From
10/06/2002 10:40:28
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00666496
Message ID:
00666520
Views:
16
>>>>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?
>
>Compare to what?

SEEK

Kev
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform