InterviewSolution
Saved Bookmarks
| 1. |
Explain multi-server administration and its uses. |
|
Answer» To secure your SQL Server instance, it’s advisable to HIDE your SQL instance. SQL Server instance can be marked as hidden from the SQL Server Configuration Manager. SQL Server Configuration Manager > SELECT the instance of SQL Server, > Right click and select Properties > After selecting properties you will just set Hide Instance to "Yes" and click OK or Apply. You NEED to restart the instance of SQL Server. |
|