Sentry Sentry 2.0 Guide de l'utilisateur Page 50

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 56
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 49
COMMITTRANSACTION
GOTOEndSave
QuitWithRollback:
IF(@@TRANCOUNT>0)ROLLBACKTRANSACTION
EndSave:
GO
ifexists(select*fromsys.objectswhereobject_id=object_id(N'[dbo].
[spTrapAlert_20]')andOBJECTPROPERTY(object_id,N'IsProcedure')=1)
dropprocedure[dbo].[spTrapAlert_20]
ifexists(select*fromsys.objectswhereobject_id=object_id(N'[dbo].
[spSetupAlertsTrap_20]')andOBJECTPROPERTY(object_id,N'IsProcedure')=
1)
dropprocedure[dbo].[spSetupAlertsTrap_20]
ifexists(select*fromsys.objectswhereobject_id=object_id(N'[dbo].
[SQLSentryAlertLog_20]')andOBJECTPROPERTY(object_id,N'IsUserTable')=
1)
droptable[dbo].[SQLSentryAlertLog_20]
ifexists(select*fromsys.objectswhereobject_id=object_id(N'[dbo].
[SQLSentryLogData_20]')andOBJECTPROPERTY(object_id,N'IsUserTable')=1)
droptable[dbo].[SQLSentryLogData_20]
ifexists(select*fromsys.objectswhereobject_id=object_id(N'[dbo].
[SQLSentryObjectVersion_20]')andOBJECTPROPERTY(object_id,
N'IsUserTable')=1)
droptable[dbo].[SQLSentryObjectVersion_20]
ifexists(select*fromsys.objectswhereobject_id=object_id(N'[dbo].
[fnGetSQL_20]')andOBJECTPROPERTY(object_id,N'IsScalarFunction')=1)
dropfunction[dbo].[fnGetSQL_20]
ifexists(select*fromsys.objectswhereobject_id=object_id(N'[dbo].
[fnGetWaittypeDesc_20]')andOBJECTPROPERTY(object_id,
N'IsScalarFunction')=1)
dropfunction[dbo].[fnGetWaittypeDesc_20]
10.4 Watched Server Objects
PERFORMANCE ADVISOR WATCHED SERVER OBJECTS
When a SQL Server instance is watched by SQL Sentry Performance Advisor, the below objects are
placed on the target server. To remove these objects, see the Uninstalling SQL Sentry topic.
TABLES (MSDB):
SQLSentryObjectVersion_20
SQL Sentry Quick Start 50
©2015 SQL Sentry. All Rights Reserved.
Vue de la page 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 56

Commentaires sur ces manuels

Pas de commentaire