Term
|
Definition
USE master;
GO EXEC sp_configure 'show advanced option', '1';
RECONFIGURE;
EXEC sp_configure; |
|
|
Term
|
Definition
Another definition for DB is "catalog"
so a catalog view allows you to
query metadata
about
SQL Server database objects |
|
|
Term
SQL Server Management Studio |
|
Definition
primary tool
for management objects
in the DB
integrated environment
for
accessing, configuring, managing, administering and developing
RDBMS components |
|
|
Term
SQL Server Configuration Manager |
|
Definition
start/stop
Windows Servers
to
enable and disable
network protocols |
|
|
Term
|
Definition
return information about DB and their objects
only a single value is returned
(Catalog views return multiple rows of info) |
|
|
Term
|
Definition
Metadata functions:
they return only a single value
this is called scalar function |
|
|
Term
|
Definition
DataBase Console Checkers
helps you maintain your DB |
|
|