martes, 15 de abril de 2014

Some DBCC SQL Server Commands

Reseed an identity column of a table

DBCC CHECKIDENT (TABLE, RESEED, 1)

Shrink the log file of a database

DBCC SHRINKFILE (DB_log, Size)
BACKUP LOG DB 
WITH TRUNCATE_ONLY

Transacciones Fiori

  /UI2/CACHE Register service for UI2 cache use /UI2/CACHE_DEL Delete cache entries /UI2/CHIP Chip Registration /UI2/CUST Customizing of UI ...