| Author: Shiva SaiRam 14 Jun 2007 | Member Level: Diamond | Rating:  Points: 2 |
3. what is the limitation of querystrings in .net? - It depends on the browser. In case of Internet explorer it is 255
what is stand for @@ in sql? In SQL Server 2000 global variables are preceeded with @@ symbols
|
| Author: Sukanya 14 Jun 2007 | Member Level: Diamond | Rating:  Points: 2 |
Stored procedure is a compiled code and if you want to compile it you can just alter the stored procedure and compile it again. And you can have global variables in stored procedures they will start with @@
|