If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > How to use sybase

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-11, 14:56
robert_tr robert_tr is offline
Registered User
 
Join Date: Sep 2010
Posts: 34
How to use sybase

Hi friends, I have a problem. I have to learn sybase but I do not know where to start. Which tool I need? how I create a new data base?

Thanks for your help
Reply With Quote
  #2 (permalink)  
Old 12-09-11, 03:00
Martijnvs Martijnvs is offline
Registered User
 
Join Date: Jan 2004
Location: The Hague/Utrecht, NL
Posts: 415
You can start with the documentation that Sybase provides. Search on Sybase.com for the docs for the appropriate product you want to learn. There are quickstart-guides, installationguides, administrationguides, the lot.
But, it might be even beter to do a course with Sybase Learning, like a Fasttrack-course. Information about that is also available on the website.
__________________
I'm not crazy, I'm an aeroplane!
Reply With Quote
  #3 (permalink)  
Old 12-09-11, 09:25
robert_tr robert_tr is offline
Registered User
 
Join Date: Sep 2010
Posts: 34
Quote:
Originally Posted by Martijnvs View Post
You can start with the documentation that Sybase provides. Search on Sybase.com for the docs for the appropriate product you want to learn. There are quickstart-guides, installationguides, administrationguides, the lot.
But, it might be even beter to do a course with Sybase Learning, like a Fasttrack-course. Information about that is also available on the website.
Thanks, Could you say me how to restore backup? I have a backup but I don't know what type is it!. I use sybase central "restore" option but I got the message "Unable to open device"
Reply With Quote
  #4 (permalink)  
Old 12-12-11, 03:24
Martijnvs Martijnvs is offline
Registered User
 
Join Date: Jan 2004
Location: The Hague/Utrecht, NL
Posts: 415
Quote:
Originally Posted by robert_tr View Post
Thanks, Could you say me how to restore backup? I have a backup but I don't know what type is it!. I use sybase central "restore" option but I got the message "Unable to open device"
There is a lot about backup and restore in the documentation, but the most basic course is loading a databasedump into the database you want to restore.
load database <dbname> from "<location>\<filename>"
This, providing you have a proper databasedump, should/could work. You can try load database <dbname> from "compress::<location>\<filename>" in case the dump was created using compression.
__________________
I'm not crazy, I'm an aeroplane!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On