Hi,
We have a website with SQL server as the database. We do not have any physical nor admin access to it. We can only do the usual- query, edit, add, delete data using .aspx.
The people who maintain our database say that they are backing up our database regularly but we also want to backup our database as well as the stored procedures. At the moment, we are doing the importing SQL server DB using MS Access. Although Access is ok but I know it's not getting all the data in the bigger text field of SQL server because Access can only hold so much data text in its field.
Do you know of other ways, we could backup the whole data of our SQL server?
Thanks for any tips.
We have a website with SQL server as the database. We do not have any physical nor admin access to it. We can only do the usual- query, edit, add, delete data using .aspx.
The people who maintain our database say that they are backing up our database regularly but we also want to backup our database as well as the stored procedures. At the moment, we are doing the importing SQL server DB using MS Access. Although Access is ok but I know it's not getting all the data in the bigger text field of SQL server because Access can only hold so much data text in its field.
Do you know of other ways, we could backup the whole data of our SQL server?
Thanks for any tips.