Microsoft SQL Server Execute SQL Statements in Different Ways
There are many different ways Microsoft SQL Server uses to execute SQL statements. These different way are following :
- Single SQL statement processing
- Batch processing
- Stored procedure and trigger execution
- Execution plan caching and reuse
- Parallel query processing
See Also
No comments:
Post a Comment