I'm one of those paranoid programmer types and really want to be able to back up my MSSQL database periodically to my local system. I went through an earlier thread about backing up a database, but have a question.
I can easily export my database to another MSSQL database on my local system using the "All Tasks|Export Data" command, it works great -- EXCEPT -- The stored procedures aren't exported along with the tables and stuff.
I'm not a MSSQL guru by any stretch of the imagination, so if someone could give me a fairly easy procedure by which I can export my whole database with stored procedures and everything, I'd really appreciate it!
I can easily export my database to another MSSQL database on my local system using the "All Tasks|Export Data" command, it works great -- EXCEPT -- The stored procedures aren't exported along with the tables and stuff.
I'm not a MSSQL guru by any stretch of the imagination, so if someone could give me a fairly easy procedure by which I can export my whole database with stored procedures and everything, I'd really appreciate it!