Share this topic on FacebookShare this topic on MySpaceShare this topic on Del.icio.usShare this topic on DiggShare this topic on StumbleUponShare this topic on TwitterShare this topic on GoogleShare this topic on Yahoo

Author Topic: Cara Schedule Backup di SQL Server 2005  (Read 343 times)

0 Members and 1 Guest are viewing this topic.

Offline iwan_wong

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
Cara Schedule Backup di SQL Server 2005
« on: February 02, 2010, 12:44:03 PM »
Dear,
Dalam aplikasi yang saya buat selalu menggunakan
SQL Server 2000 selama ini saya selalu backup database nya dengan menggunakan fasilitas dari SQL Server 2000 tinggal saya
creat di jobnya,, tapi sekarang rata2 server menggunakan
windows server 2003 sehingga harus menggunakan database SQL Server 2005, saya kesulitan untuk melakukan Schedule backupnya.

Bisa Dibantu bang ...

thank's

Offline tino

  • Junior Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 117
Re: Cara Schedule Backup di SQL Server 2005
« Reply #1 on: February 02, 2010, 04:03:49 PM »
1. Open Microsoft Sql Server Management Studio
2. Click management
3. Click kanan pada maintenance plan
4. Bisa pilih New Maintenance Plan atau Maintenance Plan Wizard
5. Langkah2 selanjutnya hampir sama dengan backup Sql 2000

Semoga membantu

Offline taz

  • Administrator
  • Fox-id M.V.P
  • *
  • Thank You
  • -Given: 8
  • -Receive: 18
  • Posts: 2486
  • Do SEARCH berfore post guys!
    • http://fox-id.com
Re: Cara Schedule Backup di SQL Server 2005
« Reply #2 on: February 02, 2010, 05:37:21 PM »
nice tuts. saya sticky agar mudah dalam pencariannya kembali
- Fox-id.org is KiOSS Project exclusive member -


Offline foxy

  • Fox-id M.V.P
  • *
  • Thank You
  • -Given: 2
  • -Receive: 6
  • Posts: 1109
    • Foxy Land
Re: Cara Schedule Backup di SQL Server 2005
« Reply #3 on: February 07, 2010, 11:02:22 PM »
Reply @tino hanya berlaku kalau Anda menggunakan SQL Server Standard Edition. Di Express Edition, SQL Agent tidak ada, sehingga SQL Server Management tidak akan bisa membuat SQL Agent untuk Express Edition.

Untuk Express Edition, otomatis backup data bisa menggunakan stored procedure ExpressMaint. Silakan download di http://www.codeplex.com/ExpressMaint . Dari sana juga ada link ke http://www.sqldbatips.com/showarticle.asp?ID=27 untuk cara penggunaannya.

Regards,
foxy
WELCOME 2010 on http://foxyland.blogspot.com [SET NEWLOOK ON]

Disclaimer: This post is provided as is. Feel free to use all the codes and the information, however understand that I don't have any obligations to fix any bug(s) or follow up this subject.

Offline iwan_wong

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
Re: Cara Schedule Backup di SQL Server 2005
« Reply #4 on: February 09, 2010, 01:48:15 AM »
OK BRO, Saya akan coba langkah2nya,
Dan Kalo Boleh Tanya lagi neh, untuk SQL Server 2005 versi apa yang
bisa di install di windows XP dan bisa create databasenya , Kalo di SQL 2000 kan Versi
Personal atau standard.

Thank's
iwan

Offline foxy

  • Fox-id M.V.P
  • *
  • Thank You
  • -Given: 2
  • -Receive: 6
  • Posts: 1109
    • Foxy Land
Re: Cara Schedule Backup di SQL Server 2005
« Reply #5 on: February 11, 2010, 02:34:23 PM »
@iwan_wong:

Untuk Windows XP Profesional Edition, tidak bisa menjalankan SQL Server 2005 Enterprise Edition.

Untuk Windows XP Home Edition, tidak bisa menjalan SQL Server 2005 Enterprise Edition, Developer Edition, dan Workgroup Edition.

Lengkapnya: http://msdn.microsoft.com/en-us/library/ms143506%28SQL.90%29.aspx . Lihat di bagian Operating System Requirement (32 bit)

hth,
foxy
WELCOME 2010 on http://foxyland.blogspot.com [SET NEWLOOK ON]

Disclaimer: This post is provided as is. Feel free to use all the codes and the information, however understand that I don't have any obligations to fix any bug(s) or follow up this subject.

Offline Feihung

  • Global Moderator
  • Hero Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 782
    • http://feihung.qsh.eu
Re: Cara Schedule Backup di SQL Server 2005
« Reply #6 on: February 11, 2010, 06:53:27 PM »
@Foxy, AFAIK untuk Sql Server Management Studio Express 2008 ada Sql Server Agent nya, jadi bisa Create & Manage Job etc.

Offline foxy

  • Fox-id M.V.P
  • *
  • Thank You
  • -Given: 2
  • -Receive: 6
  • Posts: 1109
    • Foxy Land
Re: Cara Schedule Backup di SQL Server 2005
« Reply #7 on: February 15, 2010, 12:37:33 PM »
@fei_hung:

Ok. Saya akan coba install MS-SQLSMSE 2008 di Virtual Machine. Saya sendiri belum pakai yang SQL Server versi 2008 untuk production. Masih prefer yang 2005. IMHO, 2008 terlalu berat. Requirement VS.NET 3.5, belum lagi requirement MS PowerShell... MS-SQLSMSE 2008 -nya juga lebih lambat daripada MS-SQLSMSE 2005. Tapi kalau memang SQL Agent-nya bisa jalan, mungkin worth the price.

Thanks fyi. :)

Regards,
foxy
WELCOME 2010 on http://foxyland.blogspot.com [SET NEWLOOK ON]

Disclaimer: This post is provided as is. Feel free to use all the codes and the information, however understand that I don't have any obligations to fix any bug(s) or follow up this subject.

Offline Feihung

  • Global Moderator
  • Hero Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 782
    • http://feihung.qsh.eu
Re: Cara Schedule Backup di SQL Server 2005
« Reply #8 on: February 16, 2010, 05:30:50 PM »
@foxy
waktu instalasinya memang terasa banget, tapi waktu pakai terasa jauh lebih ringan dari SSMSE 2005.