Browse by Tags

All Tags » Documentation (RSS)

Security Overview

Q: I don't understand the security relationship between sql server, IIS and sql server compact edition. Is there a good starting point for me to get a grip of how it all works. A: One of the great features added into SQL Server Compact Edition is the...

Nested expressions

Q: Can I perform nested aggregate query expression such as: select [Order ID], [Customer ID] from orders left outer join ( select [Order ID], sum(Quantity * [Unit Price]) as Total from [Order Details] group by [Order ID] ) as details on orders.[Order...
Posted by Administrator | with no comments
More Posts