SQLPrompt 9.5.18.11513 still misformats IS_ROLEMEMBER and makes the sql statement invalid
gvarol@corelogic.com
Posts: 90 Bronze 3
in SQL Prompt
SQLPrompt 9.5.18.11513 formats
SELECT IS_ROLEMEMBER('db_owner')
to
SELECT [IS_ROLEMEMBER]('db_owner')
and the sql becomes invalid
The list of sql server functions can be found at
https://docs.microsoft.com/en-us/sql/t-sql/functions/functions?view=sql-server-2017
SELECT IS_ROLEMEMBER('db_owner')
to
SELECT [IS_ROLEMEMBER]('db_owner')
and the sql becomes invalid
The list of sql server functions can be found at
https://docs.microsoft.com/en-us/sql/t-sql/functions/functions?view=sql-server-2017
Tagged:
Answers
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
As I said on https://forum.red-gate.com/discussion/85883/sql-prompt-misformats-is-rolemember-function-version-9-5-16-11294 I'll reach out by email for more information.
Thanks.
Tianjiao Li | Redgate Software
Have you visited our Help Center?