How can we help you today? How can we help you today?
gvarol

Activity overview

Latest activity by gvarol

SQL Prompt does not recognize IS_ROLEMEMBER function during format (9.5.16.11294)
SQL Prompt formats thisSELECT IS_ROLEMEMBER('db_owner') ; to SELECT [IS_ROLEMEMBER]('db_owner') ;Which becomes invalidBelow is some of the other function from https://docs.microsoft.com/en-us/sql/t...
0 followers 0 comments 0 votes
SQL Prompt misformats IS_ROLEMEMBER function (version 9.5.16.11294)
SQL Prompt formats SELECT IS_ROLEMEMBER('db_owner') ;toSELECT [IS_ROLEMEMBER]('db_owner') ;Which becomes invalid.Some other functions from sitehttps://docs.microsoft.com/en-us/sql/t-sql/functions/f...
2 followers 3 comments 0 votes
SQL Prompt misformats IS_ROLEMEMBER function (version 9.5.16.11294)
SQL Prompt formats SELECT IS_ROLEMEMBER('db_owner') ;toSELECT [IS_ROLEMEMBER]('db_owner') ;Which becomes invalid.Some other functions from sitehttps://docs.microsoft.com/en-us/sql/t-sql/functions/f...
0 followers 0 comments 0 votes
SQLPrompt 9.5.18.11513 still misformats IS_ROLEMEMBER and makes the sql statement invalid
SQLPrompt 9.5.18.11513 formatsSELECT IS_ROLEMEMBER('db_owner')toSELECT [IS_ROLEMEMBER]('db_owner') and the sql becomes invalidThe list of sql server functions can be found athttps://docs.microsoft....
3 followers 6 comments 0 votes