Viewing 15 posts - 256 through 270 (of 313 total)
Can the user run the statement without going through the linked server? That will help rule out any issues with the linked server permissions.
If not, I would try putting...
January 3, 2009 at 4:06 pm
you can try granting that login public access to the DB, and then seeing if that works...
January 3, 2009 at 1:27 pm
I would also suggest that shrinking the files is a bad practice. I'm surprised Gail didn't mention that 😉
Shrinking the log for it to only grow again will cause...
January 3, 2009 at 1:03 pm
How much physical memory do you have on each node of the cluster? I'm assuming they are both configured with the same amount of memory.
Instead of failing the services...
January 3, 2009 at 12:53 pm
It's been my experience that small files, such as the ones you are working with, will often have fragmentation based on their size. I have tested this out by...
January 3, 2009 at 12:33 pm
I don't think you'll be able to obtain the data you're looking for because SQL doesn't keep track of that out of the box. As others suggested, you'd need...
December 19, 2008 at 2:27 am
I could be wrong, but I don't think that restoring MSDB and MASTER on a new installation is recommended if it's going to be a different server name.
I would script...
November 6, 2008 at 11:57 am
Also, here is another document that I use when laying out the disks. The 80% usable column represents the max space that the DB files should use. We...
November 4, 2008 at 8:05 pm
I have attached an outline that I put together for when I was performing database migrations from server to server.
The main hurdle to get over is coordination among all of...
November 4, 2008 at 7:56 pm
Thanks for the reply. Your first option was the one that I figured was the likely choice, moving the tables to a new filegroup that was set up on...
October 8, 2008 at 9:50 pm
Umar,
What you'll want to do is this:
1. Remove the dependencies on the disks that you moving between.
2. Remove the cluster resources from Cluster Administrator completely.
3. Re-create the cluster resource that...
October 6, 2008 at 9:09 pm
To my knowledge, you can install a one-node cluster within Windows, and then add servers to the cluster as they come in.
However, I believe you will need to re-run the...
October 6, 2008 at 6:40 pm
Thanks Brian. This is excellent information to have.
August 13, 2008 at 2:52 pm
Thanks for the reply.
I just went through each DB on the instance and queried with the following:
select [name], suser_sname([sid])
from sys.database_principals and was able to see that the dbo owner was...
August 13, 2008 at 1:32 pm
Thanks for that information. That is exactly what I was looking for. I had looked at that report but it didn't provide the size and I wasn't sure...
May 22, 2008 at 10:26 pm
Viewing 15 posts - 256 through 270 (of 313 total)