How to transfer an existing table from one schema to another schema in ms sql server?
Answer / Rashme Paisal
"To transfer an existing table from one schema to another schema in MS SQL Server, you can use the sp_renamedbed system stored procedure. Here's an example:n`EXEC sp_renamedb @oldname=N'OldSchema.TableName', @newname=N'NewSchema.TableName'; "
| Is This Answer Correct ? | 0 Yes | 0 No |
What are various limitations of the views?
Explain the architecture of SQL Server?
How to delete existing triggers using "drop trigger"?
What is @@Identity in sql?
is there more the two primary key in a single table?
26 Answers Eforce, Systematix,
How to replace given values with null using nullif()?
What Is The Difference Between Primary Key & Super Key
Can you type more than one query in the query editor screen at the same time?
what is normalization? : Sql server database administration
How to use "begin ... End" statement structures in ms sql server?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
Write a program to fetch first 10 records from a file?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)