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 > Create

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-01-09, 23:01
tortoro tortoro is offline
Registered User
 
Join Date: Jan 2009
Posts: 4
Create

I need to create a UAT environment. Only one server is available to me and I already have the development database on it (say Mydb), so I have to create the UAT database with another name (say Mydb_UAT).

What is the simplest way to do it ?
Can I do it using 'load database' command ? In the manual I cannot find the syntax to load a database with a different name.

Thanks for the help in advance.
Reply With Quote
  #2 (permalink)  
Old 07-02-09, 02:34
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,094
You can load using a dump from any db of the same size
Reply With Quote
  #3 (permalink)  
Old 07-03-09, 03:00
erovij erovij is offline
Registered User
 
Join Date: Jun 2009
Posts: 14
Hi,
U can create a database by using the create database with load option and when u create a database check Mydb size and create one "Mydb_UAT" with similar size and load the database mydb in mydb_UAT.
suppose if your database name dump name is /backup/mydb.dmp then u can load as
1>load database mydb_UAT from "backup/mydb.dmp" 2>go
Reply With Quote
Reply

Thread Tools
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