How to get Column Value From a Statement if Table Name passes dynamically through a variable....?
Database
4
Posts
3
Posters
0
Views
1
Watching
-
In SQL Server 2005... How to get Column Value From a Statement if Table Name passes dynamically through a variable....?
-
In SQL Server 2005... How to get Column Value From a Statement if Table Name passes dynamically through a variable....?
-
Declare one more variable and assign first column value and Print this value....... Okay..........
-
But why use a stored procedure at all? Just do the same thing but in regular code.