Forum Replies Created

Viewing 15 posts - 481 through 495 (of 543 total)

  • RE: TSQL help

    Okay thanks Doug.

  • RE: TSQL help

    Hi Doug,

    So what should be my WHERE conditopn be? If I put a WHEERE Clause as freq_type = 1, no output is displayed.

  • RE: TSQL help

    Hi All,

    I was able to get some help and got the query. But it doesn't work if we select "Occurs once at" in the Schedule section of the job....

  • RE: Question on index rebuilds

    Thank you Gail.

  • RE: Question on index rebuilds

    Thanks Gail. If you don't mind, can you please elaborate the 1st question answer? regarding network round trips? Its little top of my head.

  • RE: TSQL help

    I pasted from GUI. Went to the Job properties -> Schedules.

    Programmatically, we have to get it from msdb.dbo.sysschedules.

  • RE: TSQL help

    Anybody ???

    Repeating the requirement,

    For example, The job is scheduled to execute every 1 hour in a day (Occurs every day every 1 hour(s) between 12:00:00 AM and...

  • RE: updating statistics for big tables

    Hi TripleAxem

    Answers Inline.

    Are you updating the statistics on the table in one command i.e. update statistics <tablename> or updating individual statistics one by one i.e. update statistics <tablename> (<statisticsname>)...

  • RE: Job failure on AG replica

    Thanks Orlando. That clears a lot of doubts.

  • RE: Job failure on AG replica

    Hi Orlando,

    Thanks for the response. I am basically looking for 2 clarifications here.

    In AG, does Primary replica will be sending log records constantly to secondary and applied on secondary...

  • RE: Job failure on AG replica

    Can anybody share their thoughts or comment above understanding?

  • RE: Job failure on AG replica

    its not a permission issue. the account has db_owner on the database. But something is missing here. Alwayson is a db mirroring which sends log records from Principal to Mirror(i.e....

  • RE: Job failure on AG replica

    Yes, the database is part AG.

  • RE: Database mail issue

    Thank you Lowell. Will try the workaround 🙂

  • RE: Job failure due to connectivity issues

    All I see from SQL Agent Job history is,

    Error Description: "Communication link failure". An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description:...

Viewing 15 posts - 481 through 495 (of 543 total)