Viewing 15 posts - 33,346 through 33,360 (of 39,909 total)
Thanks for the followup, Kathi, and this is an interesting one. And a bug for MS to fix in SP5 and just grant those rights when you change the service...
April 3, 2006 at 9:01 am
Since tempdb is used for scratch space for worktables, ordering, groups, etc. it's size really depends on the queries and loads that you throw at it. There's no good tool...
April 3, 2006 at 8:58 am
I'll think about it. Not sure how hard that is until I dig into the code. Part of it is we're looking at rewriting some sections in the next few...
April 3, 2006 at 8:56 am
We never added that functionality in there, but it's a good idea. You can email the author, or send a private message.
April 3, 2006 at 8:56 am
How are you transferring the data? I suspect that some tasks may not work, but I'd think a simple data transfer will work.
April 2, 2006 at 11:19 am
Thanks for the complements and apologies for the delay in responding.
I think that using a separate account for each service is a pain. A real admin pain, but it's a...
March 31, 2006 at 1:58 pm
OK, we are looking at this differently. The question asks "which of these accounts", not which type or if there is a better 5th answer not given.
Limited Service is not...
March 29, 2006 at 9:59 am
Profiler won't really give you a load. Follow John's advice and track some counters. A single day isn't really that good a test, more like a whole week or 4-5...
March 29, 2006 at 9:39 am
Why would you do this? It is a bad idea and there's real reason to do it. Each time the trigger ran it would create a new table, which...
March 29, 2006 at 9:37 am
off the cuff:
set rowcount 1
select @i = col1, @j-2 = col2, @k = col3
from mytable
where intcol is null
if exists( select intcol from mytable
...
March 29, 2006 at 9:36 am
I think if you set a role in msdb for them and grant execute on sp_startjob, they can do it.
Alternatively, create a job that queries a table (some new one)...
March 29, 2006 at 9:33 am
I agree with Yelena. You're playing with fire here.
March 29, 2006 at 9:32 am
Don't say horse. Got enough horses, too many horses, shoveling too much as it is.
March 29, 2006 at 9:02 am
I didn't see a great map when searching on Google.
Plus I liked this one ![]()
March 29, 2006 at 9:01 am
Viewing 15 posts - 33,346 through 33,360 (of 39,909 total)