Forum Replies Created

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

  • RE: Current Running Job Schedule Id or Name

    So far this works for me. Using tokens....

    SET @myJobName= ( SELECT name FROM msdb.dbo.sysjobs WHERE Job_ID = CONVERT(uniqueidentifier, $(ESCAPE_NONE(JOBID))) )

    SET @lastRunDate = $(ESCAPE_NONE(STRTDT))

    SET @lastRunTime = $(ESCAPE_NONE(STRTTM))

    SET @myScheduleName = (...

  • RE: SQL 2012 Cluster failure during Add node

    I dug deeper into my install logs and found that SQL install was failing because we are using Double-Take and SQL installer cannot handle the "-" in the resource type...

  • RE: SQL 2012 Cluster failure during Add node

    Have you heard anything or figured this problem out?

    I have nearly the same problem installing on the primary node.

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