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 is the difference between TRUNCATE and DROP?
What are the types of sql server?
What are information schema views?
What is usually the first word in a sql query?
How will you optimize a stored procedure optimization?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
How can we improve performance by using SQL Server profiler?
How raid can influence database performance?
Which sql server table is used to hold the stored procedure scripts?
What is 3nf normalization form?
Well sometimes sp_reanmedb may not work you know because if some one is using the db it will not accept this command so what do you think you can do in such cases?
What are null values in ms sql server?