How can sql server instances be hidden? : sql server security



How can sql server instances be hidden? : sql server security..

Answer / Shivangi Rastogi

{"options": ["Changing the default instance name: By modifying the SQL Server service's startup parameters, you can change the instance name, making it less discoverable", "Configuring network level authentication (NTLM) or integrated security: These authentication methods do not require a named instance name and can help hide the instance", "Using firewall rules: Restricting incoming connections to only authorized IP addresses can make the instance less visible"]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is trigger in salesforce?

1 Answers  


please differentiate between delete and truncate?

1 Answers  


How can you get @@error and @@rowcount at the same time?

9 Answers  


What options are available to audit login activity? : sql server security

1 Answers  


What is row-level compre?

1 Answers  


Write the syntax for stuff function in an sql server?

1 Answers  


How do you delete a data source?

1 Answers  


What is view in sql?

1 Answers  


Psudo colums

1 Answers   HP,


What is change data capture (cdc) in sql server 2008?

1 Answers  


What do you understand by intent locks?

1 Answers  


What are partitioned views and distributed partitioned views?

1 Answers  


Categories