GoFrag 'Resume Performance'
GoFrag or Go for Fragmentation anytime during business hours as its not an application stopper.
We can Defrag the fragmented indexes one by one.
The script to fetch fragmentation detail will be shared as per email request.
Below is the query syntax for Reorg
Alter Index [NC_Index_Name] on [dbo].[Table_Name] REORGANIZE;
Additionally,
Rows or Range clause
Restore VERIFYONLY and HEADERONLY
Note:- The SQL Server is an Object/Table Oriented Relational Database Management System
Stored Procedure for sending mail.
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'Your_Email_Profile'
,@recipients = 'recipient@gmail.com'
,@subject = 'Email from SQL DBA Support'
,@body = 'A Test mail'
GO
Sp_rename
Sp_help
Varbinary String
Best Regards
T. Amit Vaid S.
amitvaid81@gmail.com
No comments:
Post a Comment