views:

38

answers:

1

what is sqlserver T-SQL equivalent to oracles "show all" listing the set parms on the DB?

+3  A: 
select @@options

see http://www.mssqltips.com/tip.asp?tip=1415 for how to decode this.

Martin Smith
Thank martin useful link, Bring back Oracle all is forgiven this so long winded
icecurtain
Martin you have answered this question the tick thing won't work
icecurtain
also, `DBCC USEROPTIONS`. Can use `INSERT...EXEC ('DBCC USEROPTIONS')` to grab the values.
Peter
Thanks Peter Mucho Grando just what I needed.
icecurtain
How did you know his middle and last names were Mucho Grando?
Stephanie Page