Viewing 6 posts - 1 through 6 (of 6 total)
I have additional 10 GB NICs on each node of the mirror...
On the principal I used the following to create the end point:
CREATE ENDPOINT [DB_Mirror]
...
September 2, 2011 at 9:50 am
Strictly FYI -
Going to give it a try...
August 16, 2010 at 7:00 am
Anyone ever use SQL Power Tools for SQL2008 ENT?
We inherited a custom app with substantial amount of generated dynamic tsql.
I need to identify the code being executed so it can...
March 12, 2010 at 9:43 am
Looks like the business has agreed to a weekly data load. It appears i'll have to copy a compressed full backup file across a relatively slow WAN connection and perform...
February 18, 2010 at 10:16 am
Thanks for the response. Currently running on WIN2008 R2, SQL 2008 64 Bit Enterprise Multi-site cluster.
Just looking for the best way to create a read only copy of the database...
February 18, 2010 at 6:58 am
Found it:
select * from sys.objects
where modify_date >= '12/1/09'
order by name
December 2, 2009 at 8:40 am
Viewing 6 posts - 1 through 6 (of 6 total)