Hi
I have a VB .net front end and an action on it that runs a stored procedure that creates a table in my SQL server. When a user runs the stored procedure the table is created and named with the users user ID as a part of the table name so something like
UserID.tblTable
Does anyone know how I prevent this from happening? I would just like the table to be called tblTable.
Thanks for your time
I have a VB .net front end and an action on it that runs a stored procedure that creates a table in my SQL server. When a user runs the stored procedure the table is created and named with the users user ID as a part of the table name so something like
UserID.tblTable
Does anyone know how I prevent this from happening? I would just like the table to be called tblTable.
Thanks for your time