Forum Replies Created

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

  • RE: Stored Proc to create script of Database

    I tried the command exactly like this:

    declare @command varchar(1000)

    declare @texttime varchar(10)

    SET @texttime = CONVERT(varchar, GETDATE(), 102)

    SET @command = '"d:\Program Files\Microsoft SQL Server\MSSQL\Upgrade\scptxfr.exe"'

    SET @command = @command + ' /s <servername> /d...

  • RE: Monitoring SQL 2000 help

    We currently use NetIQ to monitor all these occurences.  It will look at the application and system logs and send an email to whoever needs to be notified.  You tell...

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