What is the tcp/ip port on which sql server runs?
No Answer is Posted For this Question
Be the First to Post Answer
Define compound operators?
New concepts of sql server 2005 use in your project.
what is a traditional network library for sql servers? : Sql server database administration
When multiple after triggers are attached to sql table, how to control the order of execution?
Why we use the openxml clause?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
What is use of except clause?
What is 2nf normalization form?
one of my database size is 2gb and Unrestricted Growth for Data file up to 10%.But every day after day I am getting Primary Data file is full 99.999 please take appropriate actions.Why it is? Even disk space is also not full,but still I am getting the alerts.
Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500
What are primary keys and foreign keys?
How to disable stored procedure sql server?