Painting Blue Code
Simple, self-explanatory code snippets.
2013-02-22
Teradata - How to rename a table
rename
table
DATABASE_NAME.OLD_TABLE_NAME
to
DATABASE_NAME.NEW_TABLE_NAME
;
2013-02-19
TSQL - Database stuck in restoring mode
If your database seems to have gotten stuck in "(Restoring...)" mode, then simply run this.
RESTORE
DATABASE
[DATABASE_NAME_GOES_HERE]
WITH
RECOVERY
;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)