What should we do to copy the tables, schema and views from
one SQL Server to another?
Answer Posted / kmbkrishnan
Copy Database wizard is one of the option to copy a
Database to another Database.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which sql server table is used to hold the stored procedure scripts?
What is the difference between TRUNCATE and DROP?
Why use cursor in sql server?
What do you do in data exploration
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
What language is sql server written in?
What is the need for indexing?
How to create a view with data from multiple tables?
How would you choose between a clustered and a non-clustered index?
What is server-level principal?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
What is the difference between a function and a trigger?
What is the difference between substr and charindex in the sql server?
How do you implement session management in SQL Server mode?
How can a user-defined datatype be created?