adspace
Answer Posted / Devesh Singh
To hide SQL Server instances, you can configure SQL Server to listen on a dynamic port or use named pipes instead of TCP/IP. However, it is important to note that these methods are not recommended for production environments as they may cause connectivity issues.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How to convert character strings into numeric values?
Disadvantages of the indexes?
What is an indexed view?
How to enter binary string literals in ms sql server?
How to remove duplicate rows from table except one?
What is in place upgrade in sql server?
Can one drop a column from a table?
How do I find query history in sql server?
Explain system functions or built-in functions? What are different types of system functions?
What is sql or structured query language?
Why use identity in sql server?
What are the properties of the transaction?
How raid can influence database performance?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?