Viewing post 1 (of 1 total)
Has this script been tested on SQL 2012. I found I had to change this code:
select count(*) '+
' from '+@database+'..sysmembers z , '+@database+'..sysusers su '+
' where...
May 21, 2014 at 11:34 am
#1715445