Hi, My problem contains two issues which I would like to resolve. First can anyone help me with writing stored procedure that will create table with name and columns passed as
arguments. There may be as much columns as user wants to and I would like to be able to pass arg. column name column type, ... Is it possible ?? Second issue is that I would like to call that stored procedure...