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
Can group functions be mixed with non-group selection fields in ms sql server?
What is awe?
What authentication modes does sql server support?
What is Service Broker in sql server 2012?
Which are the third-party tools used in sql server and why would you use them?
What is it’s similarity with sql server?
What are partitioned views and distributed partitioned views?
Define right outer join in sql server joins?
Explain use of expression builder.
What is temporary table in sql server? Why we use temp table?
ow to bring suspect mode datbase online from scratch
How to insert new line characters into strings?
Explain insert into select statement?
How do you Implement SSIS Packages in your Project?
What is the report builder?