Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does it mean to have quoted_identifier on? What are the
implications of having it off?

Answers were Sorted based on User's Feedback



What does it mean to have quoted_identifier on? What are the implications of having it off?..

Answer / koti-khammam

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 ?    3 Yes 0 No

What does it mean to have quoted_identifier on? What are the implications of having it off?..

Answer / bobby

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 ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What happens if time-only values are provided as date and time literals?

0 Answers  


can we call functions from stored procedure in SQL Server 2005 ? How?

3 Answers  


CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.

2 Answers  


Can you explain some of the DTS problems?

1 Answers   UBS, Wipro,


How to delete a database in ms sql server?

0 Answers  


Can you explain what are various ways to enhance the ssrs report?

0 Answers  


What is normalization?

9 Answers  


How we create SQL Server 2005 Reporting Services ? Give me Sample

0 Answers   HCL,


Can we add a cpu to sql server?

0 Answers  


How to get a list of columns in a view using "sys.columns" in ms sql server?

0 Answers  


What are the types of lock supported by ?

0 Answers   HCL,


How can you start sql server in different modes?

0 Answers  


Categories