Viewing 15 posts - 181 through 195 (of 1,270 total)
You need to make sure that the port for the endpoint is not already being used. So on the same server, use a different port for each endpoint.
Only 1 thing...
August 8, 2012 at 8:51 am
Yes, you just need to make sure each endpoint on the server is using a different port (or different IP address).
August 7, 2012 at 11:52 pm
Why is the other using a named instance? Is there another instance on the same server? If so, does it have a mirroring endpoint as well? The endpoint and IP...
August 7, 2012 at 10:53 pm
Perry Whittle (8/7/2012)
@Hernan shared storage is never good for performance, using multiple logical drives you'll get logical separation but that's as far as it goes
Amen to that. And in my...
August 7, 2012 at 3:24 pm
Microsoft still recommends 1 data file per CPU, unfortunately. And they will continue to recommend this as long as they are able to produce tempdb contention with less than 1:1....
August 7, 2012 at 2:57 pm
Perry Whittle (8/7/2012)
Hernán Rojas (8/6/2012)
August 7, 2012 at 2:35 pm
To get real performance benefits, you need each LUN to be on completely separate disks. Bad disk/SAN design can very easily negate the benefits of multiple LUNs.
If the SAN/disks are...
August 7, 2012 at 2:26 pm
GSquared (8/6/2012)
....
Same for multiple files. It will often create zero advantage to have multiple...
August 7, 2012 at 12:17 pm
Recovery pending means that it waiting an attempt to recover a file, not the it tried to recovery the file and failed.
August 7, 2012 at 12:06 pm
Thanks! databases and endpoitns look good. Are you following all of the steps for preparing the database?
Restoring the full backup and a log backup? Are you using T-SQL to set...
August 7, 2012 at 9:41 am
Please provide the information requested or we won't help you. Those screenshots showed me a little of the information. The mirroring dialog would have been helpful except you scribbled out...
August 7, 2012 at 12:39 am
Go through the set up process again. If you get an error, post the exact error message and show us screen shots of both databases.
August 6, 2012 at 11:05 pm
If you can do it, that's the option I would go with.
Of that won't work, there's full restore or run checkdb with repair (last option) and reinsert lost data.
August 3, 2012 at 4:11 pm
Do you have backups sufficent to perform a page-only restore? You'll need a full and log backups.
August 3, 2012 at 4:05 pm
Well done!
August 2, 2012 at 9:20 am
Viewing 15 posts - 181 through 195 (of 1,270 total)