I want to be sure that I have enabled RCSI on my SQL Server 2008. Is there a way to display the flags on different features of SQL to tell if they are on or off? I also wasn't sure if running the query to turn the feature on again would hurt anything.

Thanks

link|improve this question
feedback

1 Answer

I believe if you run SELECT * FROM SYS.DATABASES, one of the columns will tell you.

see http://msdn.microsoft.com/en-us/library/ms178534.aspx

link|improve this answer
Yes - that's it! Thanks! – Michele Mar 9 '11 at 18:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.