Register   |  Login
You are hereInterview Questions
 Recent Articles
 Recent Interview Question
 Recent Interview Questions and Answers
Asp.Net

[WebMethod]

public int GetPortNumber()

{

return this.Context.Request.Url.Port;

}

  

SQL Server
What is the TCP/IP port number that sql server runs on by default?   Read More...

SQL Server

SELECT Count(*) FROM Syscolumns WHERE ID=(SELECT object_id('tablename'))

  

SQL Server
SELECT  TOP (n) ColName
FROM TableName
ORDER BY ColName DESC 
  

SQL Server

1.       DELETE and TRUNCATE removes rows or records from the table.

2.       DELETE can be used with WHERE clause. But not the TRUNCATE.

3.       DELETE can be rolled back, but not TRUNCATE

4.       DELETE raises TRIGGERS, but not the TRUNCATE

5.       DELETE does not reset the IDENTITY column

  

More Articles...
Page 1 of 2First   Previous   [1]  2  Next   Last   

 Featured Blogs
 You may be interested