Viewing 15 posts - 4,711 through 4,725 (of 9,253 total)
so what is the current state of the principal is it still connected?
Post the results of the following please against the principal instance
select * from sys.database_mirroring
October 26, 2012 at 8:45 am
w8buch 88800 (10/26/2012)
Sooo, I tried to disable db mirroring on the mirror using ALTER DATABASE db SET PARTNER OFF;, which completed successfully, but the DB STILL remained in a mirrored-configuration.
It...
October 26, 2012 at 8:21 am
n00bDBA (10/26/2012)
Is it possible to list out all the tables/SP in a database and if a role has a GRANT on it what it allows...
I cant find...
October 26, 2012 at 5:33 am
I saw an advert for a contract here in the UK only last week and the agency stated
Must have 5+ years experience on SQL Server 2008 R2
Now, remind me, what...
October 26, 2012 at 2:00 am
Elizabeth.Block (10/25/2012)
Thank you both for your replies! I thought that database snapshots might be the same as the snapshots used for replication but wasn't sure.
You're welcome. I guessed that's...
October 26, 2012 at 1:42 am
There is a recovery path that has occurred but not been synchronised by log shipping. What does the following return when run against the new mirror principal instance and the...
October 25, 2012 at 5:10 pm
distas (10/25/2012)
October 25, 2012 at 2:25 pm
arkiboys (10/25/2012)
In the script, I see the name for the production server.
On running this script in the mdr (mirrored server), do I change the...
October 25, 2012 at 8:46 am
bjcharles (10/25/2012)
Perry Whittle (10/25/2012)
Elizabeth.Block (10/24/2012)
October 25, 2012 at 8:00 am
Elizabeth.Block (10/24/2012)
October 25, 2012 at 6:50 am
arkiboys (10/25/2012)
GilaMonster (10/25/2012)
SQL Agent jobs are not included in mirroring, mirroring is just the DB you configure, jobs are in MSDB. If you want them, you have to transfer them.
How...
October 25, 2012 at 6:00 am
arkiboys (10/25/2012)
GilaMonster (10/25/2012)
SQL...
October 25, 2012 at 5:59 am
This is an improvement
selectOBJECT_NAME(i.object_id) AS TableName
, i.name AS IndexName
, FILEGROUP_NAME(i.data_space_id) AS FileGrpName
from sys.indexes i inner join sys.objects o
on i.object_id = o.object_id
where i.index_id = 1 and o.is_ms_shipped <> 1
and i.data_space_id...
October 25, 2012 at 5:55 am
Ratheesh.K.Nair (10/25/2012)
give server name as smtp.gmail.com and check the ssl.Try the below link.
You can only route your mail through google mail or windows live if you have a gmail or...
October 25, 2012 at 4:12 am
The listener has no concept of instance names, its a connection route into the AlwaysOn availability group. What details are you using to connect via the listener?
October 25, 2012 at 4:04 am
Viewing 15 posts - 4,711 through 4,725 (of 9,253 total)