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 the purpose of self join?
What is surrogate key? : sql server analysis services, ssas
Can we install sql server 2016 on windows 7?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
Why use identity in sql server?
Is it important for a database administrator to understand the operating system and file access?
How to create function without parameter in sql server?
Why should one not prefix user stored procedures with ‘sp_’?
What is the need for group functions in sql?
What are different types of raid levels?
How to create stored procedures with parameters in ms sql server?
How to write an inner join with the where clause in ms sql server?
How can we delete a table in sql server?
Explain how many normalization forms?
What are character string data types in ms sql server?