Answer Posted / radhakrishnan vaithilingam
Yes.
The SET is keyword in SQL Server. The SET is ANSI standard.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is ddl and dml commands?
List few advantages of stored procedure.
What is repeatable read?
What is apply operator in sql?
What are the options which must be set to allow the usage of optimistic models?
How to use group functions in the select clause in ms sql server?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
Can group functions be used in the order by clause in ms sql server?
how to take backup bcp out for a column in table in sql server?
Which are the new data types introduced in sql server 2008?
What is the default schema of your login session in ms sql server?
What is the difference between drop table and truncate table?
How many replicas are maintained for each SQL Azure database?
What do you know about system database? : SQL Server Architecture
What is extended stored procedures?