Viewing 15 posts - 496 through 510 (of 1,271 total)
What is the output of the following when connected directly to the server/database?
Select *
from fn_my_permissions ( '<Table Name>' , 'object')
June 21, 2010 at 5:02 pm
Script out the linked server or take a screen shot of the security tab of the linked server property dialog and post it for us to see.
Also, are you using...
June 21, 2010 at 7:56 am
Richard's #3 is exactly it. How frequently are you performing log backups. It should be a minimum frequency of 30 minutes. If your server is very busy, then you should...
June 16, 2010 at 8:37 am
Yes, as far as setup goes, nothing has changed.
June 15, 2010 at 9:42 am
Yes, there were improvements in mirroring from 2k5 to 2k8.
Mirroring takes advantage of compression and the transactions are compressed before sending across the network improving throughput.
The way mirroring uses the...
June 15, 2010 at 8:16 am
If your snapshot failed, that's not the reason. You need to keep looking to determine the correct reason.
June 13, 2010 at 7:56 pm
That's not an error message. Every time you create a snapshot, it has to run crash recovery on the snapshot because it may have transactions in progress when the snapshot...
June 11, 2010 at 11:15 am
Your timeout value should NOT be getting reset when the mirror fails over. What is your SQL version/build #?
You can change the timeout value in any mode, but the value...
June 10, 2010 at 7:36 am
Yes Kwilt, you'll have to set up everything for the encryption to work on the mirror as well.
June 2, 2010 at 10:24 pm
I use the same method as ALZDBA; however, you should be aware that the procedures being used are not supported and are subject to change or deletion without advance notice.
The...
June 2, 2010 at 10:11 pm
Agree with Cliff. Most likely you are dividing by 1000 instead 1024.
LPIM permissions wouldn't cause you to use extra memory.
June 2, 2010 at 10:07 pm
You're trying to restore the database over an existing database. It appears that you are using the GUI, so in this case, you need to choose the option to overwrite...
June 1, 2010 at 11:27 am
I'm not familiar with any of the training resources mentioned. If you really want the best training available, I would keep an eye open for training opportunities from sqlskills.com (Paul...
June 1, 2010 at 11:21 am
David.Poole (5/31/2010)
Imagine how you'd feel if it was June 2010 and you were still using SQL2000 with people questioning why they needed to upgrade?:angry:
Hopefully not complacent and comfortable.
May 31, 2010 at 4:21 pm
This is the same kind of situation that prompted me to leave my first DBA position. I was DBA, lead of the database developers (which meant I was still doing...
May 30, 2010 at 11:27 pm
Viewing 15 posts - 496 through 510 (of 1,271 total)