472,804 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,804 software developers and data experts.

create a schema for existing database

Hi Gentle,

How do create a schema for existing database?
Nov 9 '17 #1
2 11111
Kkshivanii
4 Nibble
The Databases folder can be expanded in Object Explorer. Extend the database where the new database schema will be created. When you right-click the Security folder, choose Schema under "New." Enter a name for the new schema in the Schema name box of the Schema - New dialogue box on the General page.
Oct 20 '22 #2
pritikumari
23 16bit
For create a schema for existing database.

In Object Explorer, expand the Databases folder.
Expand the database in which to create the new database schema.
Right-click the Security folder, point to New, and select Schema.
In the Schema - New dialog box, on the General page, enter a name for the new schema in the Schema name box.
Feb 13 '23 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: kuhni | last post by:
Hi everybody, I am totally desperate because I cannot solve a really simple problem: I have a specific text-file which I want to import into an existing database. The problem is that the columns...
9
by: Peter | last post by:
Hello£¬everyone, My program will collect a testing machine's data ,save the data and deal with the data everyday. I want to use vb.net to create database, add and delete tables or modify the...
3
by: Seamus Thomas Carroll | last post by:
Hi, I am trying to create a schema where the schema name has been defined in another table. My sql looks like: create schema (select agent_schema from agents.agents where agent_id =...
2
by: Amber | last post by:
On my DB2 UDB 8.2.7 database user User1 has been granted IMPLICIT_SCHEMA privilege, but when he issues "create schema test", the error message "SQL0552N, USER1 does not have the previliege to...
0
by: jakeesgirl | last post by:
I have an existing database I created in sql server 2000 express that I connect to through the program I'm creating in c# visual studio express. However, I want to add the actual database to my...
0
by: jakeesgirl | last post by:
I have an existing database I created in sql server 2000 express that I connect to through the program I'm creating in c# visual studio express. However, I want to add the actual database to my...
1
by: saraswady | last post by:
Hi, I need to create a copy of the existing database. Please advise me how to go about it. I tried the following. 1. Created a XXX_UAT database. 2. restored data from the backup of the live...
3
by: indyanguy01 | last post by:
We already have an application in production with a database (SQL Server 2005) of users. We want to include a section in the application that has Web Parts in them. I understand that out of the...
2
by: heartwork | last post by:
Hi, I need to create a new schema on new systems on DB2 v9.5/9.7 on AIX 64 (no GUI available) and this schema should be identical with an already existing one on other system. The statement (not...
2
ramanan ram
by: ramanan ram | last post by:
how to get schema corresponding database name? select * from v$database this query only to show current databse name ,but i need databse name corresponding schemas how this possible
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.