What is tcl in sql server?
Give a example to search fr a string in all stored procedure in sql server.
What is a partitioned view?
What is the security principal at the server level that represents your session?
What are the character string functions supported by sql server 2005?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
What is the difference between truncate and delete statement?
6 Answers CarrizalSoft Technologies, CTS,
Is index a datbase objects in sql server?
How to change the password of a login name in ms sql server?
What is the difference between a view and a stored procedure?
Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance
What are the advantages of passing name-value pairs as parameters?
What are the disadvantages of using querystrings to send data from one page to another?