Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK equivalent in Sql-Server
Message
 
 
To
10/06/2002 10:40:28
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00666496
Message ID:
00666522
Views:
18
>>>>>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
>
There's no SEEK in Sql Server.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform