Answer Posted / visala
sp_renamedb 'oldname','newname'
alter database <databasename>
modify name=<newdatabasename>
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Can we store videos inside the sql server table?
List some of the rules that apply to creating and using a ‘view’
Explain the difference between primary keys and foreign keys?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
How to edit table in sql server 2017?
Explain the difference between cross join and full outer join?
Where is my database stored on the hard disk in ms sql server?
What is a recursive stored procedure in sql server?
what are different types of backups available in sql server? : Sql server database administration
how many bits ip address consist of? : Sql server database administration
How to list all field names in the result set using mssql_field_name()?
Who is the owner of a schema in ms sql server?
Can you name a few encryption mechanisms in sql server?
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
What are trace flags and mention a few common trace flags used with sql server?