Viewing 15 posts - 91 through 105 (of 191 total)
Answer this question, please - how much memory do you believe SQL Server is using and where are you seeing this information?
September 26, 2012 at 5:51 pm
Ok, to reiterate David's comments, the memory never really "deallocates" from usage. This is by design. When you first fire up SQL Server, the memory allocation will slowly grow to...
September 26, 2012 at 5:29 pm
So the problem is not that it's using up 90% of the system memory and not releasing it, the problem is that it's using up more than 2.0GB, as you...
September 26, 2012 at 4:00 pm
I hate these types of responses, but how are you certain that it's the query that's causing something to be written to that volume?
September 26, 2012 at 3:56 pm
Alright. Educational session in understanding what a PK constraint actually is today. Thanks a lot.
July 3, 2012 at 2:04 pm
Ok, and the bulk of the time required for creating the constraint is creating the enforcing index? Alright, makes sense. Thank you, and thank everyone else on this thread.
July 3, 2012 at 12:07 pm
Ok. You're right, of course. That's obviously what happened in my test environment. But riddle me this - why was it that it took me only 20 seconds to add...
July 3, 2012 at 12:00 pm
Oh wow. I didn't realize that. To be perfectly honest, I'd never created a PK constraint in this fashion before, so I just assumed that the index that was created...
July 3, 2012 at 11:24 am
What do you mean when you say "enforced?" No, the clustered index is not unique.
I think I may see what you're getting at. Are you saying that when you...
July 3, 2012 at 11:12 am
I thought that the ONLINE specifiers were for indexes only. I'm only talking about a constraint. There's already a clustered index on the table and I don't want to change...
July 3, 2012 at 11:04 am
Yeah, like I mentioned in the original post, this table is part of our live website, which gets millions of hits a day. For it to be down/offline for 5...
July 3, 2012 at 10:46 am
Viewing 15 posts - 91 through 105 (of 191 total)