Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use Having with SQL Server database
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01562104
Message ID:
01562126
Views:
41
>>Because VFP is not really ANSI complaint and has its own implementation of SQL language. That's why VFP has different syntax. I don't know if internally in VFP that expression is calculated more than needed but in SQL Server in doesn't calculate in both places.
>
>How did you verify that in SQL Server having the same expression ( (COUNT(....))>5) ) is not being calculated in both places?

Try running with showing execution plan. You can also use

SET SHOWPLAN option

See

http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/MSSQLServerAdmin/getting-started-with-execution-plans
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform