Sentry Sentry 2.0 Podręcznik Użytkownika Strona 50

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 56
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 56

Komentarze do niniejszej Instrukcji

Brak uwag