Trying to capture output from DBCC SHOWCONFIG WITH ALL_INDEXES to a file.
I have seen examples using 'EXEC ...xp_cmdshell...' that allows output to a file, but access to the shell is blocked for security reasons -- and I don't want to enable it.
Is there some other way to get the statistics (file, table, etc.)
Thanks!
Learn from the mistakes of others. You won't live long enough to make all of them yourself.
I have seen examples using 'EXEC ...xp_cmdshell...' that allows output to a file, but access to the shell is blocked for security reasons -- and I don't want to enable it.
Is there some other way to get the statistics (file, table, etc.)
Thanks!
Learn from the mistakes of others. You won't live long enough to make all of them yourself.