Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • Reply To: SQL Server System Audit Report

    All entries with:

    EXECUTE sp_msforeachdb 'USE ?

    Should be replaced by:

    EXECUTE sp_msforeachdb 'USE [?]

    Issue: SQL Server database name with hyphen like abc-123

    Thanks

  • Reply To: SQL Server System Audit Report

    All entries with:

    EXECUTE sp_msforeachdb 'USE ?

    Should be replaced by:

    EXECUTE sp_msforeachdb 'USE [?]

    Issue: SQL Server database name with hyphen like abc-123

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)