Shared Flashcard Set

Details

Navigating SQL Server lesson 3
How to navigate-Microsoft SQL Server 2008 Exam 70-432
7
Computer Science
Undergraduate 4
09/20/2013

Additional Computer Science Flashcards

 


 

Cards

Term
sp_configure
Definition

USE master;

GO
EXEC sp_configure 'show advanced option', '1';

RECONFIGURE;

EXEC sp_configure; 

Term
Catalog views
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
Metadata functions
Definition

return information about DB and their objects

only a single value is returned

(Catalog views return multiple rows of info)

Term
scalar functions
Definition

Metadata functions:

they return only a single value

this is called scalar function

Term
DBCC
Definition

DataBase Console Checkers

helps you maintain your DB

Supporting users have an ad free experience!