sqlserver prob
Database
2
Posts
2
Posters
0
Views
1
Watching
-
what the meaning of QUOTED_IDENTIFIER ,ANSI_NULLS in this view(sqlserver 2000) SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO - -select *......... -- - GO SET QUOTED_IDENTIFIER OFF GO SET ANSI_NULLS ON GO vivek
Why don't you read the documentation: * SET QUOTED_IDENTFIER[^] * SET ANSI_NULLS[^]
Scottish Developers upcoming sessions include: .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy My: Website | Blog