Which TCP/IP port does SQL Server run on?
Answers were Sorted based on User's Feedback
Answer / guest
SQL Server runs on port 1433 but we can also change it for
better security.
Is This Answer Correct ? | 11 Yes | 1 No |
What are the benefits and tasks of object explorer? : sql server management studio
What command do we use to rename a database?
What are the instances when triggers are appropriate?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
0 Answers Amdocs, Apps Associates,
What is instead of dml trigger?
How to find tables without indexes?
What will happen if a column containing char type data is changed to the nchar data type?
What is a data source or ds? : sql server analysis services, ssas
how to count datewise data in sqlserver
4 Answers CarrizalSoft Technologies, IndusInd Bank,
difference between select column name from table name where serviceid=2; and select max(column name) from table name where serviceid=2; IN ORACLE
Explain logical operators in sql server?