0 votes
in Sql by
how tsql statements can be written and submitted to the Database engine?

1 Answer

0 votes
by

Tsql statements can be written and submitted to the Database engine in following ways,

  1. By using the SQLcmd Utility
  2. By using the SQL Server Management Studio
  3. By connecting from an application that you create
  4. List of the Most Frequently Asked T-SQL Interview Questions:
...