There are times when you need to delete large amounts of records from a table. Deleting a few million records from Windows Azure SQL Database using a single statement will probably result in a 40552 The session has been terminated because of excessive transaction log space usage error. This is how I go about cleaning my database.
Archives For DELETE
REST (Representational state transfer) Services play an important role in today’s interconnected systems. By exploiting HTTP, a well-known protocol, they enable applications of all types to easily exploit these service.
Continue Reading...