Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ero-sennin26
Starting Member
7 Posts |
Posted - 2007-07-05 : 11:42:00
|
| Good Day guys, sorry i'm just new in SQL Server.My problem is like this:I want to pass Table Object to a declared variable and make View.Usually we make like this:"Select * from Table1"I want like this:"Select * from @Table1"I want to pass Table1 to a variable "@Table1" which the variablereads as Table.Please help me guys, i really appriciated everything.Thanks,Ero-Sennin26 |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
|
|
|
|
|