1) Difference between VARCHAR in SQL 2000 & 2005?
2) What is @, @@ in SQL?
Any more explanation?Code:ANSWER - @ is used for local variable
@@ is used for global variable
3) Is their any Implicit or Explicit cursors in SQL?
Printable View
1) Difference between VARCHAR in SQL 2000 & 2005?
2) What is @, @@ in SQL?
Any more explanation?Code:ANSWER - @ is used for local variable
@@ is used for global variable
3) Is their any Implicit or Explicit cursors in SQL?