boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

Better ways to shrink database in SQL Server

Updated on     Kisan Patel

Let’s learn how to shrink database in SQL Server

Step 1 : Right click on database => properties => options => change Recovery model Full to Simple.

shrink database

Step 2 : Right click on database => Task => Shrink => File.

shrink database

Step 3 : First change file type Data to Log and in Shrink action select Reorganize pages before releasing unused space and Click OK.

shrink database

Step 4 : Then change file type Log to Data and in Shrink action select Reorganize pages before releasing unused space and Click OK.

shrink database

Step 5 : After above step revert Recovery model Simple to Full as shown in step 1.


SQL Server

Leave a Reply