myLittleTools Community Forum

Welcome Guest Search | Active Topics | Members | Log In | Register

Backups Files Options · View
swdev1
Posted: Tuesday, June 05, 2007 6:30:46 AM
Rank: Newbie
Groups: Member

Joined: 6/5/2007
Posts: 6
Points: 0
I am using myLittleAdmin for SQL Server 2005 version 3.1 on my web host - LunarPages (version 3.1d release 0023 build 2580).

I use the Tools / Backup Wizard (Web Hosting) option to backup my database. This creates a binary format file (.bak) which I can download to my computer.

Is there an option to make this a human readable file? for example as series of SQL statements to create tables / insert data / create stored procedures? similar to that produced by the myPHPAdmin tool that I use to administer my MySQL databases?

If there is not, is there an off-line converter / reader that I can use on the .bak file to read the data? If no tool currently exists, is there a definition of the format used in the .bak file?

elian
Posted: Tuesday, June 05, 2007 7:05:04 AM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
Quote:
Is there an option to make this a human readable file? for example as series of SQL statements to create tables / insert data / create stored procedures?


No. This file is a real backup file, not a dump.
As this binary file is in MS native format, you can use several tool to restore the backup file on your server, including Microsoft SQL Server Management Studio. You can also use T-SQL commands to restore it.
swdev1
Posted: Tuesday, June 05, 2007 7:15:05 AM
Rank: Newbie
Groups: Member

Joined: 6/5/2007
Posts: 6
Points: 0
Ok - thanks for the quick response.

Is there a T-SQL introduction document / manual ?

I have never used T-SQL before, just normal SQL statements.

I assume that I can just type T-SQL commands into 'New Query' window.
elian
Posted: Tuesday, June 05, 2007 7:21:58 AM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
swdev1 wrote:
Ok - thanks for the quick response.
I assume that I can just type T-SQL commands into 'New Query' window.


You won't be able to perform restore from the new query window as it requires permissions your webhoster will never give you.

Could you please explain what you try to do ? I thought you wanted to "make a mirror" of your db (located at lunarpages) on your development server (localhost) ?
swdev1
Posted: Tuesday, June 05, 2007 7:36:59 AM
Rank: Newbie
Groups: Member

Joined: 6/5/2007
Posts: 6
Points: 0

LunarPages hosts our live system. What I want to be able to do is to take the live data from LunarPages, and save it to my local computer ready for our backup server to backup.

I use a source code control system (subversion) that is great at making diffs between text-based files. This means I can easily diff two backup files to see what has changed.

Also, if the file contains basic SQL commands to create tables and insert data, I can use any database on my computer to play around with the data without having to install a full copy of SQL Server 2005 DBMS and associated licenses.

I have this kind of system in place for use with my other websites that use MySQL as the back-end database and I dump that data, using phpMyAdmin, in a text file that is full of SQL commands.

I understand if that is not the accepted way of backing up a SQL Server database - and will just use the default .bak file that the backup wizard generates. It just means that I have no easy way of finding out what has been changed between my backups.
elian
Posted: Tuesday, June 05, 2007 8:08:01 AM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
swdev1 wrote:

It just means that I have no easy way of finding out what has been changed between my backups.


Ok. I understand.
There is several db compare tools available.
Just to name a couple of them ApexSQL Diff or SQL Compare
swdev1
Posted: Tuesday, June 05, 2007 8:20:44 AM
Rank: Newbie
Groups: Member

Joined: 6/5/2007
Posts: 6
Points: 0
Thanks for the links. I will check them out.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Theme created by myLittleTools
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.