Viewing 15 posts - 33,166 through 33,180 (of 39,740 total)
If it thinks it more efficient, and perhaps 10 is the threshold, locks will be escalated.
I'd be interested in why you cannot manage the updates in one statement. Perhaps stating...
April 4, 2006 at 8:56 am
Neither identity or max(n)+1 will prevent gaps. They both assume the highest value in the table is also the number of values in the table.
Instead if you want to "issue"...
April 4, 2006 at 8:50 am
There's also a NO_LOG option. Look them up in BOL to see which might be more appropriate.
April 4, 2006 at 8:43 am
1. A reinstall wasn't necessary. You missed something.
2. Yes, use the server network utility. Set it to another port. If you have a good firewall router, you may be able...
April 4, 2006 at 8:41 am
Pedro, you need to learn the restore db syntax. Enterprise Manager requires more than one connection to run, so as soon as you start it, you can't restore master.
You need...
April 4, 2006 at 8:37 am
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
Viewing 15 posts - 33,166 through 33,180 (of 39,740 total)