Journal Calendar
<feb 2003>
SMTWTFS
      1
2 34 5678
91011 12131415
16 1718 19 20 2122
232425 2627 28 

Page Published [19-FEB-2003]

SQL TRUNCATE TABLE Command

TRUNCATE TABLE <table name>

Deletes all rows from a table without logging an transactions. Very useful if the contents of a table you want to delete is very large.

Journal Entry Posted @ 15:46 GMT


SQL Server Login Change

If you happen to install Microsoft SQL Server under a Windows account you later want to change to another Windows account you will have to login to Windows using the account it was installed under (Go to Control Panel>Administrative Tools>Services to find this out). You should then stop all SQL server services (MSSQLServer, SQLServerAgent, Microsoft Search, Full-Text Search, Distributed Transaction Coordinator etc). In Control Panel, click on Administrative Tools and then Services. For every SQL service you have installed you will need to view and edit the logon properties, changing the account for each one. A reboot should then complete the process.

Free Administering SQL Server QuizArticle Image

Journal Entry Posted @ 12:01 GMT


Journal Index