Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

update
statistics [Table of Contents] waitfor

Reference Manual: Commands

[-] Chapter 1 Commands
[-] use

use

Description

Specifies the database with which you want to work.

Syntax

use database_name 

Parameters

database_name

is the name of the database to open.

Examples

Example 1

use pubs2 
go

The current database is now pubs2.

Usage

Standards

ANSI SQL - Compliance level: Transact-SQL extension.

Permissions

If the database has a "guest" account, all users can use the database. If the database does not have a "guest" account, you must be a valid user in the database, have an alias in the database, or be a System Administrator or System Security Officer.

See also

Commands

create database, drop database

System procedures

sp_addalias, sp_adduser, sp_modifylogin


update
statistics [Table of Contents] waitfor