ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
What does it mean to have quoted_identifier on? What are the
implications of having it off?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What does it mean to have quoted_identifier on? What are the implications of having it off?
Answer
# 1
when QUOTED_IDENTIFIER option is specified as ON ,the
identifiers are placed with in double quotation and
constants are placed with in single quotation.
when QUOTED_IDENTIFIER is OFF,the identifiers are not placed
with in double quotation and we must follow all T-SQL  rules
for the identifiers.
 
Is This Answer Correct ?    0 Yes 0 No
Koti-khammam
 
  Re: What does it mean to have quoted_identifier on? What are the implications of having it off?
Answer
# 2
When SET QUOTED_IDENTIFIER is ON, identifiers can be
delimited by double quotation marks, and literals must be
delimited by single quotation marks. When SET
QUOTED_IDENTIFIER is OFF, identifiers cannot be quoted and
must follow all Transact-SQL rules for identifiers. For more
information, see Identifiers. Literals can be delimited by
either single or double quotation marks.
 
Is This Answer Correct ?    0 Yes 0 No
Bobby
 
 
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
How do I compare two values when one value(data type) is char and the other is an integer?  3
What is the basic functions for master, msdb, tempdb databases? CSC2
how to copy sysdatabase file from c: Drive to D: Drive in SQL Server. IBM4
What is blocking and how would you troubleshoot it?  1
What is the system function to get the current user's user id? TCS3
How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that TCS5
What is the order in which the SQL query is executed? list them in order. CTS1
What is normalization and what are the different forms of normalizations?  1
What is Peer to peer Replication? HCL1
What is the difference between DTS and SSIS? Allianz3
Difference between Triggers and Stored Procedure Protech9
How can I create a plain-text flat file from SQL Server as input to another application?  2
What about UPDATESTATISTICS ? Intelligroup2
What is the default value of CHAR type? Bosch8
What is a trigger?  3
Explain DBMS, RDBMS?  4
what is the output for this query select * from employee where 1=1;  4
i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution? Aptech4
what is the Surrogate key?and wt is the diff between Primary key and Surrogate Key?  2
What are the different types of replication? How are they used?  3
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com