The misconceptions tag has no wiki summary.
0
votes
1answer
120 views
0
votes
1answer
39 views
does select statement come under the category of Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to SQL
does select statement come under the category of Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to SQL.
4
votes
2answers
1k views
SQL Server: Statements vs. Batches vs. Transactions vs. Connections
My question is simple: What are the differences / similarities / cardinalities between
Transactions
Batches
Connections
and
Statements
in SQL Server?
As far as I understand a connection is a ...