|
-
Apr 22nd, 2013, 03:10 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] SQL Backup
Hi
Can we take the Backup of SQL Database using VB as front-end .
Thanks
-
Apr 22nd, 2013, 03:39 AM
#2
Re: SQL Backup
Thread moved to the 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)
-
Apr 22nd, 2013, 05:11 AM
#3
Re: SQL Backup
How do you want to back up the data, in to another database or output it to .sql file?
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Apr 22nd, 2013, 05:16 AM
#4
Thread Starter
Fanatic Member
Re: SQL Backup
Hi
One option if possible is to copy MDF , LDF files with date extension . Secondly if possible output to .sql file.
Thanks
-
Apr 22nd, 2013, 05:43 AM
#5
Re: SQL Backup
The second attachment here shows how to create a .sql backup script from a mysql database.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Apr 22nd, 2013, 05:51 AM
#6
Thread Starter
Fanatic Member
Re: SQL Backup
Hi
I am talking about Microsoft SQL Backup not MySQL of PHP
Thanks
-
Apr 22nd, 2013, 05:57 AM
#7
Re: SQL Backup
 Originally Posted by Jagjit
Hi
I am talking about Microsoft SQL Backup not MySQL of PHP
Thanks
Ah ok! I remember someone else asking the same question a while back have you searched the forum?
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Apr 23rd, 2013, 08:45 PM
#8
Re: SQL Backup
 Originally Posted by Jagjit
Hi
One option if possible is to copy MDF , LDF files with date extension . Secondly if possible output to .sql file.
Thanks
You cannot copy those 2 files while the database is attached and live. SQL Server has it's own format to store both database and the log in 1 file (unless you want it in .sql file as an export).
-
Apr 23rd, 2013, 11:28 PM
#9
Thread Starter
Fanatic Member
Re: SQL Backup
Hi
Can u help me how it can be done
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|