Viewing 15 posts - 871 through 885 (of 1,584 total)
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...
January 7, 2013 at 7:50 pm
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...
January 7, 2013 at 12:30 pm
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,...
January 7, 2013 at 11:49 am
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...
January 7, 2013 at 7:57 am
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...
December 23, 2012 at 11:24 am
Yep that's the one. It may be old but it works. "Electricity" is quite old, but still works all the same 😀
December 22, 2012 at 11:12 pm
Forgetting the linked server issue, can you run it directly on the reporting server from a job?
December 22, 2012 at 11:10 pm
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...
December 22, 2012 at 7:38 am
I am pretty certain this will work, specify the @job_name parameter...
EXEC ('msdb.dbo.sp_start_job @job_name=N''stakeholderTEST''') AT [TK5BITOOLSVM01];
December 21, 2012 at 10:44 pm
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...
December 21, 2012 at 2:44 pm
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???
December 21, 2012 at 2:29 pm
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",...
December 21, 2012 at 1:37 pm
It's all good:-D I appreciate constructive criticism(s)
December 21, 2012 at 1:18 pm
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...
December 21, 2012 at 1:03 pm
Viewing 15 posts - 871 through 885 (of 1,584 total)