Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2008-07-01 : 09:08:57
|
| Hi,In sql server configuration manager protocols for <INSTANCE>, I would like to write a sql to pull what is enabled and disabled.i.e.shared memory enabledtcp/ip enablednamed pipes disabledvia disabledHow is this done please?Thanks |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2008-07-01 : 09:40:44
|
exec sp_configure elsasoft.org |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-07-04 : 01:01:07
|
| No, sp_configure doesn't do that. They are set in registry. |
 |
|
|
|
|
|