Ms SQL Server Cheat Sheet: by Via
Ms SQL Server Cheat Sheet: by Via
Ms SQL Server Cheat Sheet: by Via
Processor x86: 1.0 GHz 2.0 GHz or faster. .Net Framework 3.5.1 + 4.0
x64: 1.4 GHz 4.0 is installed during feature installation
Role Description
Ports used by SQL Server
Note An instance lies between the SQL Software and the
Description Port databases.
Analysis Services TCP 2383 Sysadmin Can perform all activities possible on the Database Engine
instance.
Database Mirroring Chosen by administrator
Dedicated Admin Connection TCP 1434 Serveradmi Can perform instance-wide configuration tasks.
n Can shut down the instance
Default Instance TCP 1433
Securityadm Able to manage instance-level permissions
Integration Services: Microsoft remote TCP 135
in
procedure calls
Processadm Can terminate processes running on a Database Engine
Integration services run time TCP 135
in instance
Microsoft Distributed Transaction TCP 135
Setupadmin Can add linked servers to and remove linked servers from
Coordinator (MS DTC)
the Database Engine instance.
Named instances in default Configure named instances to
Bulkadmin Allowed to use the BULK INSERT statement on databases
configuration use fixed TCP ports
hosted on a instance.
Replication TCP 1433
Diskadmin Can manage instance-related files
Reporting Services Web Services TCP 80
Dbcreator Able to create, alter, drop, and restore databases hosted
Reporting Services configured for use TCP 443 on the Database Engine instance.
through HTTPS
Public All logins are forced members of this role. By default has
Service Broker TCP 4022 no rights and shouldn't be given rights
SQL Server Browser service TCP 1434 Custom Custom roles with Custom rights, can be created on
SQL Server Browser Service TCP 2382 (Only used for an Roles server/Database level. Database level, allows per table
analysis service named custom rights. Can be defined by: Security -> Database
instance) role -> new -> Securables (search) -> all objects -> tables,
and ticking what you want of rights, defined per-table.
SQL Server instance running over an TCP port 80 for CLEAR_PORT
HTTP endpoint traffic
TCP port 443 for SSL_PORT
traffic
SQL Server Agent is a protocol to automate the execution of jobs. Transaction Makes a backup of all transactions which has occured in
Category Description
Backup Types
Name Description
Incremental Back up data that has been changed since last full backup
and incremental backup.
File attributes are altered.
Differential Back up data that has been changed since the last full
Backup backup.
Use differential backups in conjunction with the last full
backup.
File attributes are not altered.