Forum Replies Created

Viewing 15 posts - 871 through 885 (of 1,584 total)

  • RE: Login with SA acct failed

    By default when installing SQL Server the built in administrators group is added into the sysadmin role, so as long as you/they can connect to the SQL Server instance with...

  • RE: Full Backup stopped prior to completion

    Are you running this backup task via Maintenance Plan or via your own custom TSQL?

    If running via a Maintenance Task, simply open up the corresponding SQL Agent job that was...

  • RE: Full Backup stopped prior to completion

    The "The job was stopped prior to completion by Shutdown Sequence 0" can be attributed to all kinds of things i.e.(server is extremely busy, hardware issues (lack of RAM, etm,...

  • RE: adding space to tempdb

    If you have more than one tempdb data file, be CERTAIN to size them the exact same size and make sure you do not have autogrowth set to ON, size...

  • RE: SQL Server Error 22007

    The data being passed (varchar value) is too large for the datetime datatype. You haven't posted any code so its tough to tell you where that may be coming...

  • RE: PPTR

    Yes it is possible but there will be a lot of "activity" on the server, especially if it's a busy server.

    Why would you want it all on the same box?...

  • RE: TempDB and SSDs

    Yep that's the one. It may be old but it works. "Electricity" is quite old, but still works all the same 😀

  • RE: JobName Not found error

    Forgetting the linked server issue, can you run it directly on the reporting server from a job?

  • RE: JobName Not found error

    Wow, I must have missed that you were trying to start a reporting service subscription :w00t: The error you posted has nothing to do with the fact you can't...

  • RE: JobName Not found error

    I am pretty certain this will work, specify the @job_name parameter...

    EXEC ('msdb.dbo.sp_start_job @job_name=N''stakeholderTEST''') AT [TK5BITOOLSVM01];

  • RE: Better way to write this?

    Ninja's_RGR'us (12/21/2012)


    I get them just fine.

    I get them, they're just coming in several hours after-the-fact, last night it was after 10pm CST before I got post notifications from 4-5pm earlier.

    Just...

  • RE: Better way to write this?

    Lynn, the actual execution plan is the first first attachment in my original post

    BTW - what is up with SSC today not delivering notifications for posts???

  • RE: Better way to write this?

    To reiterate, the main purpose of me posting this was to see if there was a better way to accomplish these multiple table self joins, not particularly getting it "faster",...

  • RE: Hardware or Bad Queries = Performance issues?

    It's all good:-D I appreciate constructive criticism(s)

  • RE: Hardware or Bad Queries = Performance issues?

    Taking this with a grain of salt and the "it depends" answer, another way to see if you have disk contention is to track the average disk queue length for...

Viewing 15 posts - 871 through 885 (of 1,584 total)