Learn Microsoft Sql Server
Learning is never ending process
Monday, 18 March 2013
On which port sql server run on?can I change It?
Hi
SQL Server runs on port 1433. It can be changed from the Network Utility TCP/IP properties.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Graphical Query Plan
When SQL Server executes a query it uses a query plan to determine how to access data and complete the query. SQL Server offers DBAs and d...
SQL Tuning or SQL Optimization
SQL Tuning or SQL Optimization Sql Statements are used to retrieve data from the database. We can get same results by writing different ...
First Database In Sql Server
No comments:
Post a Comment