Horkay Blog
The postings on this site are my own and do not represent my Employer's positions, advice or strategies.
Thursday, May 29, 2008

Recently we had some issues with stored procedures having quoted identifiers set differently.  We wanted to run a query to get a listing of any other procedures having quoted identifiers set on or off.

With some help from people at work we found two queries using the DMV's.

select * from sys.sql_modules
where uses_quoted_identifier <> 1

and

Select name
From
sys.all_objects
where ObjectPropertyEx(Object_ID, 'ExecIsQuotedIdentOn') = 0 and type = 'p'

Thursday, May 29, 2008 11:54:24 AM (Central Standard Time, UTC-06:00) | Comments [0] | SQL Server#
Comments are closed.
Search
Popular Posts
Unpatched Vulnerabiltiy discovered ...
Spring Fornicator brewed...
Grant Truncate Table Permissions in...
TOE, Packet Loss, Blue Screen crash...
Error installing Cumulative Update ...
Recent Posts
Archive
Links
Categories
Admin Login
Sign In
Blogroll