how to copy sysdatabase file from c: Drive to D: Drive in
SQL Server.
Answer Posted / bhushan
Use BCP command in SQL server.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is a subquery in a select query statement in ms sql server?
What is clustered primary key?
How to create an identity column?
What is page in sql server?
what types of replication are supported in sql server? : Sql server database administration
What is sql server schema compare? How we can compare two database schemas?
what is nonclustered index
What does null mean?
What is difference between getdate and sysdatetime in sql server 2008?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
Explain multiserver query
What is a partitioned view?
What is an expression in ms sql server?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
What samples and sample databases are provided by microsoft?