SQL Server SP/FN Set Options


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT uses_quoted_identifier, uses_ansi_nulls
  2. FROM sys.sql_modules
  3. WHERE object_id = object_id('yoursp');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.