July 14, 2009 at 3:39 am
Hi all,
As we know semicolan is a query terminator when we run queries in batch. We also know that (;) is optional to use.
Ex: select * from table1;select * from table2;
Now my question is , can we use any other operator instead of (;).
If yes then are there any settings to do so.
If no please provide some links that say no.
Its urgent:)
July 14, 2009 at 3:59 am
Why do you want to use any other operator instead of ;?
The semicolon character is a statement terminator. It is a part of the ANSI SQL-92 standard.
SQL Server 2008 Books Online (June 2009)
http://msdn.microsoft.com/en-us/library/ms177563.aspx
Transact-SQL statement terminator.Although the semicolon is not required for most statements in this version of SQL Server, it will be required in a future version.
July 14, 2009 at 10:33 am
You've asked the same question 3 different times, 3 different ways and you've stated that it is urgent, but you have not told us what your problem is. Are you having problems not using statement terminators or with using the semicolon?
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply