RADIANS function: SQL syntax | RADIANS function [Numeric] |
RAISERROR statement: Transact-SQL syntax | RAISERROR statement [T-SQL] |
raising: errors in Transact-SQL | RAISERROR statement [T-SQL] |
RAND function: SQL syntax | RAND function [Numeric] |
read only: locking tables | LOCK TABLE statement |
READ statement: SQL syntax | READ statement [Interactive SQL] |
reading files: stored procedures | xp_read_file system procedure xp_write_file system procedure |
reading SQL statements from files | READ statement [Interactive SQL] |
reading: text and image values from the database | READTEXT statement [T-SQL] |
READTEXT statement: Transact-SQL syntax | READTEXT statement [T-SQL] |
REAL data type: about | REAL data type [Numeric] |
recalibrating the cost model | ALTER DATABASE statement |
recovery: LOAD TABLE | LOAD TABLE statement |
redescribing cursors | CREATE PROCEDURE statement |
REFERENCES permissions: granting | GRANT statement |
referential integrity: actions | CREATE TABLE statement |
referential integrity: FROM clause | FROM clause |
relationships: in the system tables | SYSFOREIGNKEY system table |
RELEASE SAVEPOINT statement: SQL syntax | RELEASE SAVEPOINT statement |
releasing: savepoints | RELEASE SAVEPOINT statement |
REMAINDER function: SQL syntax | REMAINDER function [Numeric] |
remember_last_statement: about | sa_server_option system procedure |
remote data access: FORWARD TO statement | FORWARD TO statement |
remote DBA permissions: granting | GRANT REMOTE DBA statement [SQL Remote] |
remote DBA permissions: revoking | REVOKE REMOTE DBA statement [SQL Remote] |
remote message types: altering | ALTER REMOTE MESSAGE TYPE statement [SQL Remote] |
remote message types: creating | CREATE REMOTE MESSAGE TYPE statement [SQL Remote] |
remote message types: dropping | DROP REMOTE MESSAGE TYPE statement [SQL Remote] |
remote options: setting | SET REMOTE OPTION statement [SQL Remote] |
remote permissions: granting | GRANT REMOTE statement [SQL Remote] |
remote permissions: revoking | REVOKE REMOTE statement [SQL Remote] |
remote procedures: creating | CREATE PROCEDURE statement CREATE PROCEDURE statement |
remote procedures: creating in Transact SQL | CREATE PROCEDURE statement [T-SQL] |
REMOTE RESET statement: SQL syntax | REMOTE RESET statement [SQL Remote] |
remote servers: altering attributes | ALTER SERVER statement |
remote servers: assigning logins for | CREATE EXTERNLOGIN statement |
remote servers: capabilities | SYSCAPABILITY system table SYSCAPABILITYNAME system table sp_servercaps system procedure |
remote servers: creating tables | CREATE TABLE statement |
remote servers: dropping | DROP SERVER statement |
remote servers: dropping logins for | DROP EXTERNLOGIN statement |
remote servers: sending SQL statements to | FORWARD TO statement |
remote tables: columns | sp_remote_columns system procedure |
remote tables: creating | CREATE TABLE statement |
remote tables: foreign keys | sp_remote_exported_keys system procedure sp_remote_imported_keys system procedure |
remote tables: listing | sp_remote_tables system procedure |
remote tables: primary keys | sp_remote_exported_keys system procedure sp_remote_imported_keys system procedure |
remote users: REVOKE REMOTE statement | REVOKE REMOTE statement [SQL Remote] |
remoteoption table: about | SYSREMOTEOPTION system table |
remoteoptiontype table: about | SYSREMOTEOPTIONTYPE system table |
REMOVE JAVA statement: SQL syntax | REMOVE JAVA statement |
removing: granting permissions | GRANT statement |
removing: Java classes | REMOVE JAVA statement |
removing: permissions | REVOKE statement |
renaming: columns | ALTER TABLE statement |
renaming: tables | ALTER TABLE statement |
REORGANIZE TABLE statement: SQL syntax | REORGANIZE TABLE statement |
reorganizing: tables | REORGANIZE TABLE statement |
REPEAT function: SQL syntax | REPEAT function [String] |
REPLACE function: SQL syntax | REPLACE function [String] |
replacing objects: sa_make_object | sa_make_object system procedure |
REPLICATE function: SQL syntax | REPLICATE function [String] |
replication: procedures | ALTER PROCEDURE statement |
request_level_debugging: about | sa_server_option system procedure |
request_level_logging: about | sa_server_option system procedure |
reserved words: SQL syntax | Reserved words |
reserved words: using as identifiers | The quoted_identifier option |
reserved_pgs Adaptive Server Enterprise function | System functions |
RESIGNAL statement: SQL syntax | RESIGNAL statement |
resignaling: exceptions | RESIGNAL statement |
RESOURCE authority: granting permissions | GRANT statement |
resource authority: in the system tables | SYSUSERPERM system table |
RESTORE DATABASE statement: SQL syntax | RESTORE DATABASE statement |
restoring: databases from archives | RESTORE DATABASE statement |
RESTRICT action: CREATE TABLE statement | CREATE TABLE statement |
result sets: resuming execution of procedures | RESUME statement |
result sets: selecting from stored procedures | FROM clause |
result sets: shape of | DESCRIBE statement [ESQL] |
result sets: unloading | UNLOAD statement UNLOAD statement |
result sets: variable | CREATE PROCEDURE statement DESCRIBE statement [ESQL] PREPARE statement [ESQL] |
RESUME statement: SQL syntax | RESUME statement |
resuming: execution of procedures | RESUME statement |
return codes: Interactive SQL | EXIT statement [Interactive SQL] |
RETURN statement: SQL syntax | RETURN statement |
returning: values from procedures | RETURN statement |
REVOKE CONSOLIDATE statement: SQL syntax | REVOKE CONSOLIDATE statement [SQL Remote] |
REVOKE PUBLISH statement: SQL syntax | REVOKE PUBLISH statement [SQL Remote] |
REVOKE REMOTE DBA statement: SQL syntax | REVOKE REMOTE DBA statement [SQL Remote] |
REVOKE REMOTE statement: SQL syntax | REVOKE REMOTE statement [SQL Remote] |
REVOKE statement: SQL syntax | REVOKE statement |
revoking: consolidate permissions | REVOKE CONSOLIDATE statement [SQL Remote] |
revoking: permissions | REVOKE statement |
revoking: publish permissions | REVOKE PUBLISH statement [SQL Remote] |
revoking: remote DBA permissions | REVOKE REMOTE DBA statement [SQL Remote] |
revoking: remote permissions | REVOKE REMOTE statement [SQL Remote] |
REWRITE function: SQL syntax | REWRITE function [Miscellaneous] |
RIGHT function: SQL syntax | RIGHT function [String] |
RIGHT OUTER JOIN: SQL syntax | FROM clause |
Rijndael encryption algorithm: CREATE DATABASE statement | CREATE DATABASE statement |
role names: about | CREATE TABLE statement |
role names: foreign keys | CREATE TABLE statement |
ROLLBACK statement: SQL syntax | ROLLBACK statement |
ROLLBACK TO SAVEPOINT statement: SQL syntax | ROLLBACK TO SAVEPOINT statement |
ROLLBACK TRIGGER statement: SQL syntax | ROLLBACK TRIGGER statement |
rolling back: transactions | ROLLBACK statement |
rolling back: transactions to savepoints | ROLLBACK TO SAVEPOINT statement |
rolling back: triggers | ROLLBACK TRIGGER statement |
ROLLUP operation: GROUPING function | GROUPING function [Aggregate] |
ROLLUP operation: SELECT statement | SELECT statement |
ROUND function: SQL syntax | ROUND function [Numeric] |
roundoff errors: about | Numeric data types |
row limits | SELECT statement |
row-level triggers | CREATE TRIGGER statement |
rowcnt Adaptive Server Enterprise function | System functions |
ROWCOUNT option: Adaptive Server Enterprise compatibility | SET statement [T-SQL] |
rows: deleting all from a table | TRUNCATE TABLE statement |
rows: deleting from cursors | DELETE (positioned) statement [ESQL] [SP] |
rows: fetching from cursors | FETCH statement [ESQL] [SP] |
rows: inserting in bulk | LOAD TABLE statement |
rows: inserting into tables | INSERT statement |
rows: inserting using cursors | PUT statement [ESQL] |
rows: limiting number returned | SELECT statement |
rows: selecting | SELECT statement |
rows: unloading | UNLOAD statement |
rows: updating | UPDATE statement |
RTRIM function: SQL syntax | RTRIM function [String] |
rules: SQL language syntax | Keywords |