Viewing 15 posts - 35,011 through 35,025 (of 39,793 total)
Boy it's been awhile. I think this was some system account for remote linked server type activity. I remember it being a little of a security hole.
May 3, 2004 at 1:36 pm
There is an mdf in there (didn't look for the ldf). You can attach these to your SQL Server.
May 3, 2004 at 1:35 pm
Is this through a maintenance plan? Might be hosed up. Check the schedules and be sure everything is enabled.
May 3, 2004 at 1:34 pm
The EM count comes from teh index, usually the indexid = 1, so I'm not surprised there. I'd drop and recreate the index if you can. If the above doesn't...
May 3, 2004 at 1:33 pm
Haven't run into this, but that sounds like it might be a bug.
May 3, 2004 at 1:32 pm
Which checklist? I run this and compare to the last time I ran it.
May 3, 2004 at 1:31 pm
I don't think so. I believe that stored procedure cache, and perahps internal structures (locks, connections, etc.) can consume memory that is not reported in the buffer cache.
April 30, 2004 at 3:08 pm
I believe that WITH DROP_EXISTING will minimize the nonclustered rebuilds. It's possible if you just drop and then recreate the index for nonclustered ones to be moved more than once.
April 30, 2004 at 2:51 pm
I'm assuming this is some sort of parsing routine, so I won't ask why you care. My guess is that + and - are not just characters, but operators as...
April 29, 2004 at 1:20 pm
While I don't think it's a big deal, it is a possible security risk. Just one more attack vector that is open. You might want to be sure that their...
April 29, 2004 at 1:15 pm
Booksonline has some basic information. The best place I've seen on the web is http://www.google.com/microsoft
April 29, 2004 at 11:41 am
Not that I'm aware of. AFAIK, a restore should put everything back as expected. If it was a different server default, perhaps it changed. An interesting thing to look at.
April 29, 2004 at 11:40 am
I don't think there is any way to change this. You could have them script changes and then run them through someone who does own the table.
April 29, 2004 at 11:39 am
You can do what I do. I have a script that checks the flat files as well as the jobs and generates an HTML file that is stored on the...
April 29, 2004 at 10:53 am
A few things to consider. Allocations are in extents, so you will always use space according in extent lengths. Similar for pages.
Indexes are separate (nonclustered) and have some small overhead,...
April 29, 2004 at 10:35 am
Viewing 15 posts - 35,011 through 35,025 (of 39,793 total)