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


Please Help Members By Posting Answers For Below Questions

What guidelines should be followed to help minimize deadlocks?

493


How to create dbo table in sql server?

504


What is replication with database mirroring? : sql server database administration

519


Explain the etl (extraction, transformation, and loading)?

548


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

570






What are translations and its use? : sql server analysis services, ssas

593


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?

532


What happens when converting big values to integers?

558


What is nested transaction?

528


What do you understand by physical_only option in dbcc checkdb?

574


What are acid properties of transaction?

540


How to drop existing indexes in ms sql server?

577


What is self contained scalar sub query?

526


What is federation member?

91


What are sql server procedures?

534