I need to move a database, but I want to make sure I do it safely and with all triggers, store proc and functions.
I was think to simply detach the database from my server using MS-SQL-SMS and move the .mdf and .ldf to the new directory and attach it to the new server.
Can someone guide me please ?