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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-01-04 : 14:50:06
|
Jeremy writes "i saw your response to keith from: graz on 8/3/00 5:00:00 AM in Administration
the code he suggests is:
if EXISTS (select * from INFORMATION_SCHEMA.tables where table_name = 'Table8')
my question is how one would apply this if "Table8" is a variable say...strtable
thanks, Jeremy" |
|
|
|
|
|