0 votes
in Sql by
what is the use of SET statement in TSQL?

1 Answer

0 votes
by

In TSQL, SET statement allows you to change the current session handling of specific information like: system language, dateformat, lock timeout, rowcount and so on.

...