Viewing 15 posts - 33,241 through 33,255 (of 39,810 total)
Be sure tempdb is not growing under the load. While it grows, writes and work stop in that db, which can lead to non-response on the other dbs that use...
April 4, 2006 at 8:34 am
Alexander, you bring up some good points, but that's a rather naive view of the world.
Let's say you are Oracle selling your ERP system, or attempting to sell it, to...
April 4, 2006 at 8:28 am
I think you'r need to set this as a job and start the job.
April 3, 2006 at 9:09 am
There are a couple articles on the site dealing with this subject
http://www.databasejournal.com/features/mssql/article.php/3521101
http://sqljunkies.com/HowTo/705F07C3-69FE-4CAF-8CF8-CADBF145F372.scuk
http://sqljunkies.com/HowTo/705F07C3-69FE-4CAF-8CF8-CADBF145F372.scuk
April 3, 2006 at 9:07 am
There might be orphaned users with the restore. sp_change_users_login will fix that.
Check and see if any of your users in the db are not mapped to logins and then use...
April 3, 2006 at 9:03 am
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
Viewing 15 posts - 33,241 through 33,255 (of 39,810 total)