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 are the different types of normalization?
What is the difference between implicit and explicit transaction?
How to populate a table in sql server?
Which joins are sql server default?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
What does top operator do?
How does stuff differ from the replace function?
What are the 3 types of schema?
What is recompile sql server?
Is it possible to call a stored procedure within a stored procedure?
Why use “nolock” in sql server?
Can the “if update (colname)” statement be used in a delete trigger?
How to replace the Query Result 'Null Value' with a text ?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
Do you know what is lock escalation?