↧
How to check the progress of the Shrink Database task in SQL Server
When compacting large databases in SQL Server, whether or not its done via the DBCC SHRINKDATABASE command or done via the SQL Server Management Studio, you will experience a very long delay in the...
View ArticleFinding foreign key constraints in sql server
Sometimes when trying to truncate a table you need to remove all foreign keys referencing that table and that can be hard to do, since you cannot get a nice graphical overview.To get the list of...
View Article