top of page
SQL Server Development
About SQL Server T-SQL development including queries, functions, stored procedures, views and tables
Sunil Dhaul
Jan 52 min read
Script to create an index for a table variable
Table variables can have a non-clustered or a clustered index. Further, an order can be specified for index column(s). Script to...
19 views0 comments
Sunil Dhaul
Jan 43 min read
Ordering of Row inserts into a table during INSERT statement
In SQL Server, if we try to INSERT rows using a SELECT ORDER BY statement as in the SQL mentioned below, then the inserted rows are not...
22 views0 comments
bottom of page