News

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Sql truncate table using this statement you can remove all data of rows or column ( complete data ) not table. in this there is no where clause but where clause is available in delete statement.
Truncate table in SQL DB if DB is approaching max size Description This Azure Automation runbook provides an example of how Azure Automation can be used to execute SQL Agent jobs in the cloud. This ...
When you have a clustered index the table gets physically rearranged every time you insert.<BR><BR>One of my most common moves is to insert into new table, drop old, rename new, add indexes.