create database using microsoft sql server management studio

tạo database trong microsoft sql server 2005 enterprise

tạo database trong microsoft sql server 2005 enterprise

... 2GB o Server: NPDUONG_SERVER(IP: 172.29.8.85) - Tiến hành tạo databse cho SQL server Trang 3Bước 1: Khởi động SQL Server Management Studio như sau: Chọn Start  All programs  Microsoft SQL Server ... Trang 2Tạo database Trong Microsoft SQL Server 2005 Enterprise - Cài đặt hoàn tất Microsoft SQL Server 2005 Enterprise trên Server có hệ điều hành Windows 2003 Enterprise ... Server Management Studio như sau: Chọn Start  All programs  Microsoft SQL Server 2005  SQL Server Management Studio Bước 2: Trong trường hợp này sẽ có 02 chế độ chứng thực là của Windows tùy theo

Ngày tải lên: 05/07/2014, 10:22

12 371 0
Oracle Database Administration for Microsoft SQL Server DBAs part 2 pptx

Oracle Database Administration for Microsoft SQL Server DBAs part 2 pptx

... Summary 71 4 Database Definitions and Setup 73 Servers, Databases, Instances, and Schemas 74 SQL Server Setup Versus Oracle Setup 77 Creating Databases 79 Using the DBCA ... Resource Management 109 vi Oracle Database Administration for Microsoft SQL Server DBAs Trang 2Security 109Enterprise Manager Configuration 111 SQL*Plus 112 SQL Developer 117 Client Connections ... show you how to effectively administer the Oracle database system xiv Oracle Database Administration for Microsoft SQL Server DBAs Trang 101 The Database Administrator

Ngày tải lên: 04/07/2014, 05:20

10 374 0
Oracle Database Administration for Microsoft SQL Server DBAs part 5 potx

Oracle Database Administration for Microsoft SQL Server DBAs part 5 potx

... InformationFor SQL Server databases and logins, the master database has the details The master database contains the system information and server configurations So, where is the master database information ... Templates and Temporary Tables The SQL Server model database has the default template for creating new databases The Oracle database is created once with the use of the Database Configuration Assistant, ... system tables are new to version SQL Server 2008 There are also system tables at the database level There are many more tables in both the SQL Server master database and Oracle data dictionary

Ngày tải lên: 04/07/2014, 05:20

10 399 0
Oracle Database Administration for Microsoft SQL Server DBAs part 7 pps

Oracle Database Administration for Microsoft SQL Server DBAs part 7 pps

... outside the database lists So, the 44 Oracle Database Administration for Microsoft SQL Server DBAs Trang 4components you plan to install will also determine what is needed for theserver The disk ... important for being able to connect to the database 46 Oracle Database Administration for Microsoft SQL Server DBAs Trang 6User Account for InstallationThe installer creates the ORA_DBA group automatically ... database Summary SQL Server has system databases, such as master, msdb, model, and tempdb Even though Oracle does not have individual system databases that match the ones in SQL Server, the platforms

Ngày tải lên: 04/07/2014, 05:20

10 387 0
Oracle Database Administration for Microsoft SQL Server DBAs part 8 pdf

Oracle Database Administration for Microsoft SQL Server DBAs part 8 pdf

... 7With Oracle Database 10g and even 11g R2, the ASM installation was partof the database software installation routine Starting with Oracle Database 11g R2, ASM is a separate installation using the ... be created so that they are available for the software install If using the file manager for the regular files, such as create scripts and parameter files, as well as the datafiles for the database, ... while the storage is up and available to the Oracle databases on that server The discussion then just comes down to how many disk groups you will create ASM will take care of mirroring and striping

Ngày tải lên: 04/07/2014, 05:20

10 489 0
Oracle Database Administration for Microsoft SQL Server DBAs part 9 pdf

Oracle Database Administration for Microsoft SQL Server DBAs part 9 pdf

... to SQL Server’s mdf files, and the redo logs could be considered similar to the ldf files Also, if the database is not running, these files can be copied for a cold backup, similar to SQL Server ... taking a database offline or if the instance service has been stopped to take a copy of the mdf file and ldf files SQL Server databases typically have one mdf file and one ldf file per database ... removed Upgrading the Database As part of the installation, if an Oracle database already exists on the server, there will be an option to upgrade the database The Oracle Database Upgrade Assistant

Ngày tải lên: 04/07/2014, 05:20

10 352 0
Oracle Database Administration for Microsoft SQL Server DBAs part 10 docx

Oracle Database Administration for Microsoft SQL Server DBAs part 10 docx

... each database 74 Oracle Database Administration for Microsoft SQL Server DBAs Trang 4server, unlike with SQL Server, which has different layers of system objectsat the server level and the database ... software, which creates the service and allocates the memory The system databases are also created, with some of the defaults being set up in the model database for other databases SQL Server databases ... EMPLOYEE Database server sqlsrvhr01\PRODHR orasrvhr01\PRODHR TABLE 4-1. Database Server Naming Examples Trang 7different version than the server For example, a server can have thecollation of SQL_Latin1_General_CP1_CI_AS,

Ngày tải lên: 04/07/2014, 05:20

10 347 0
Oracle Database Administration for Microsoft SQL Server DBAs part 11 pot

Oracle Database Administration for Microsoft SQL Server DBAs part 11 pot

... views sqlplus> %ORACLE_HOME%\rdbms\admin\catalog.sql sqlplus> %ORACLE_HOME%\rdbms\admin\catproc.sql sqlplus> %ORACLE_HOME%\sqlplus\admin\pupbld.sql ## Create server parameter file sqlplus> ... created. sqlplus /nolog sqlplus> connect / as sysdba Connected to an idle instance sqlplus> startup nomount Trang 3sqlplus> create database dba01; Database created. ## create tablespace for ... model database However, only one database is created for an Oracle server; there is no need for templates to be used over and over again to create the databases, as the model database is used in SQL

Ngày tải lên: 04/07/2014, 05:20

10 411 0
Oracle Database Administration for Microsoft SQL Server DBAs part 12 docx

Oracle Database Administration for Microsoft SQL Server DBAs part 12 docx

... access to the database SYSASM is a new role in Oracle Database 11g that allows for management of the ASM instance, separating storage management from database management In SQL Server, sa used ... added to the database and granted permissions and login from the same server sqlplus>create user ops$oracle identified externally; sqlplus>grant create session to ops$oracle; sqlplus>exit ... log into the database via sqlplus and shutdown database and startup in restrict mode SQL>shutdown immediate; SQL>startup restrict SQL> alter system set aq_tm_processes=0; SQL> alter

Ngày tải lên: 04/07/2014, 05:20

10 461 0
Oracle Database Administration for Microsoft SQL Server DBAs part 13 pot

Oracle Database Administration for Microsoft SQL Server DBAs part 13 pot

... overview of objects and database activity SQL Server Management Studio Oracle Enterprise Manager Run queries SQL Server Management Studio, Query Analyzer SQL Developer, SQL*Plus, SQL Worksheet Trace ... Manager, v$ views Back up databases Maintenance Plans, SQL Server Management Studio Oracle Recovery Manager, Oracle Enterprise Manager Monitor SQL Server Management Studio Oracle Enterprise Manager, ... for database administration: SQL Server Management Studio and Oracle Enterprise Manager (OEM) Let’s start with a look at OEM Oracle Enterprise Manager OEM is similar to SQL Server Management Studio

Ngày tải lên: 04/07/2014, 05:20

10 404 0
Oracle Database Administration for Microsoft SQL Server DBAs part 15 pps

Oracle Database Administration for Microsoft SQL Server DBAs part 15 pps

... restoring Oracle databases should look familiar to SQL Server DBAs Let’s start with the SQL Server command to back up a database: backup database customer_db to disk ='E:\mssql\bkups\customer_db_02022010.bak' ... Backup, Restore, and Recovery 129 Trang 9Here is the SQL Server command to restore a database:restore database customer_db from disk ='E:\mssql\bkups\customer_db_02022010.bak' The Oracle RMAN ... the database, and then setting AUTHENTICATION_SERVICES = ( NTS) will allow for passing the Windows credentials through to the database Since the sqlnet.ora file is on both the client and server

Ngày tải lên: 04/07/2014, 05:20

10 391 0
Oracle Database Administration for Microsoft SQL Server DBAs part 16 potx

Oracle Database Administration for Microsoft SQL Server DBAs part 16 potx

... catalog rman/rmanpswd connected to recovery catalog database RMAN> create catalog recovery catalog created RMAN> register database; database registered in recovery catalog starting full ... After the catalog is created, the databases can be registered with the catalog The target database that is connected is the one that is registered with the catalog Now the target database is ready ... 5In SQL Server, the system databases, as well as master, msdb, and model, need to be backed up Similarly, in Oracle, the control files, system datafiles, and parameter files for the Oracle database

Ngày tải lên: 04/07/2014, 05:20

10 335 0
Oracle Database Administration for Microsoft SQL Server DBAs part 17 docx

Oracle Database Administration for Microsoft SQL Server DBAs part 17 docx

... Oracle RMAN recover database command can bring the database to a point in time, to a change number, or to a specific archive log. 144 Oracle Database Administration for Microsoft SQL Server DBAs How ... target database to PROD02 from active database spfile PARAMETER_VALUE_CONVERT '/u01/oracle/oradata/PROD01/','+DG_DATA01' 150 Oracle Database Administration for Microsoft SQL Server ... until restore point before_upgrade; restore database; recover database; } With a point-in-time recovery, the database will need to be opened using ALTER DATABASE OPEN RESETLOGS, which will reset

Ngày tải lên: 04/07/2014, 05:20

10 368 0
Oracle Database Administration for Microsoft SQL Server DBAs part 18 pps

Oracle Database Administration for Microsoft SQL Server DBAs part 18 pps

... against one of the database servers or multiple databases (from the RMAN catalog) Purging Obsolete Files Keeping the catalog a manageable size is part of backup maintenance In SQL Server, you can ... different database through a database link when importing, as shown in Figure 6-13 This would be run from the server to which you want to copy the objects, and the database link would be created ... well as force the backups to be deleted by using the RMAN DELETE FORCE command Backing Up and Restoring Objects With SQL Server, it is typical to restore a database to get a copy of just the objects

Ngày tải lên: 04/07/2014, 05:20

10 355 0
Oracle Database Administration for Microsoft SQL Server DBAs part 20 potx

Oracle Database Administration for Microsoft SQL Server DBAs part 20 potx

... the database objects and data is used by the database servers to figure out indexes and execution plans for queries In both SQL Server and Oracle, statistics are updated by default In SQL Server, ... must for SQL Server 2000 might still need to be run in SQL Server 2008, but not as frequently because it’s not as crucial Oracle versions make a difference as well, especially if your database ... and some system jobs are set up when the database is created Trang 2Table 7-1 lists some general database maintenance tasks The specifictasks for SQL Server and Oracle may be different because

Ngày tải lên: 04/07/2014, 05:20

10 387 0
MCITP Exam 70-444 Optimizing and Maintaining A Database Administration Solution by Using Microsoft SQL Server 2005 pot

MCITP Exam 70-444 Optimizing and Maintaining A Database Administration Solution by Using Microsoft SQL Server 2005 pot

... allocation: ■ SQL Server: Access Methods: Workfiles Created /Sec ■ SQL Server: Access Methods: Worktables Created /Sec ■ SQL Server: Access Methods: Mixed Page Allocations /Sec ■ SQL Server: General ... SQL Server 2005 and SQL Server 2005 SP1. You can also use SQL Server Profiler to troubleshoot physical server performance. When you have identified the physical resource under pressure, SQL Server ... in either a comma-delimited text file or a SQL Server database file. 2. You administer a SQL Server 2005 server named SQLSRVA. Client applications that connect to SQLSRVA are responding slowly throughout...

Ngày tải lên: 28/03/2014, 19:20

775 3,5K 0
Tài liệu Building XML-Enabled Applications using Microsoft® SQL Server™ 2000 pdf

Tài liệu Building XML-Enabled Applications using Microsoft® SQL Server™ 2000 pdf

... by SQL Server 2000 and the SQL Server- XML architecture. 2 Generate and specify the structure of an XML document from SQL Server data by using Transact -SQL. 3 Insert XML data into SQL Server, ... access SQL Server data and generate XML. 5 Publish a SQL Server database on the Internet/intranet over HTTP, and query the data by using a URL. 5 Create and use XML templates to query the database. ... Guide Building XML-Enabled Applications using Microsoft SQL Server 2000 Part Number: X08-20854 Building XML-Enabled Applications using Microsoft SQL Server 2000 iii Contents Introduction...

Ngày tải lên: 24/01/2014, 10:20

12 355 0
Tài liệu To create a Microsoft SQL Server database for OPN Systemô XT Server pptx

Tài liệu To create a Microsoft SQL Server database for OPN Systemô XT Server pptx

... to create a Microsoft SQL Server database for the OPN System™ XT Server? 3 Step 3: Run the opn_mssql .sql on Microsoft SQL Server 1. Start Aqua Data Studio, and connect to the Microsoft ... (left blank / database is created via the opn_mysql .sql script) How to create a Microsoft SQL Server database for the OPN System™ XT Server? 2 2. Open the opn_mssql .sql file in ... How to create a Microsoft SQL Server database for OPN System™ XT Server? Introduction The OPN System supports McKoi, Microsoft SQL Server, MySQL and Oracle databases. You select the database...

Ngày tải lên: 20/12/2013, 23:15

10 581 0
comparative management cost study of oracle database 10g and microsoft sql server 2000

comparative management cost study of oracle database 10g and microsoft sql server 2000

... Task 2: Create additional database server/ instance Task Oracle SQL Server Step Time Step Time Create a new database instance 1. Launch DBCA from the Start Menu * Create new database ... sec 2. Go to * SQL Server Enterprise Manager  ManagementSQL Server Agent  Alerts  New Alert… * Set Type: SQL Server performance condition alert, * Set Object: SQL Server: Buffer Manager, ... Group, Inc. / Comparative Management Cost Study Oracle Database 10g and Microsoft SQL Server 2000 32 Task 8: Create index Task Oracle SQL Server Step Time Step Time Create Index 1. Go to...

Ngày tải lên: 18/02/2014, 15:53

52 555 0
Tài liệu Microsoft SQL Server and Oracle® Database: A Comparative Study on Total Cost of Administration (TCA) docx

Tài liệu Microsoft SQL Server and Oracle® Database: A Comparative Study on Total Cost of Administration (TCA) docx

... production Oracle Database servers. On average organizations had more Microsoft SQL Server production servers than Oracle Database; 107 Microsoft databases verses 87 Oracle databases per organization, ... of the two database platforms. On average there were twice as many users per server for the Oracle Databases as the Microsoft SQL Server databases; 716 average users per Oracle database, verses ... significantly more Microsoft SQL Server databases than Oracle Databases. On average Microsoft DBAs were able to manage 31.2 database systems per DBA, while Oracle DBAs could only manage 9.9 databases...

Ngày tải lên: 19/02/2014, 12:20

11 541 0

Bạn có muốn tìm thêm với từ khóa:

w