i want to create procedure for create table in sql server
2005
for example
create procedure create_table
@table varchar(20)
as
create @table(
id int,
name char(20)
)
but it will get error
what is solution?
Answer Posted / monty
hello Saravanan Sankar
thank you for your answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is log cache in sql server?
What is data source document?
What command must you use to include the not null constraint after a table has already been created?
How to create a view using data from another view?
What is transaction server consistency?
Can you import Microsoft Excel data to SSRS?
Define a cross join?
How sql server executes a statement with nested subqueries?
Explain active/passive and active/active cluster configurations?
What is difference between rollback immediate and with no_wait during alter database?
What is attribute? : sql server analysis services, ssas
What are the reporting services components?
What happens if time-only values are provided as date and time literals?
Are null values the same as that of zero or a blank space?
What happens when unicode strings concatenate with non-unicode strings?