Viewing 15 posts - 5,206 through 5,220 (of 9,253 total)
tilew-948340 (8/13/2012)
How do you put the option to "simple"?
Using T-SQL
ALTER DATABASE yourdb SET RECOVERY SIMPLE
[/CODE]
Or using SSMS GUI, right click the database and select properties. On the database properties select...
August 13, 2012 at 10:14 am
GSquared (8/13/2012)
GilaMonster (8/10/2012)
GSquared (8/10/2012)
All I asserted is that multiple I/O channels is best, if tempdb optimization is needed. I don't get why that's being disagreed with.
Late, and I have...
August 13, 2012 at 8:21 am
no, standalone is completely different, it mentions this in the link i posted 😉
August 10, 2012 at 9:52 am
i only recommend changing the network name if you really have to
August 10, 2012 at 9:43 am
robert.baird 2778 (8/10/2012)
Could I in fact change the Network name of the cluster? Not the nodes, just the network name (resource).Dan
network name for the windows cluster or the clustered sql...
August 10, 2012 at 9:08 am
robert.baird 2778 (8/10/2012)
August 10, 2012 at 9:06 am
muthyala_51 (7/27/2012)
i want to create a new distribution database and make the present publisher use this new distribution database.
This is bugging me :ermm:
but why do you want the present publisher...
August 10, 2012 at 8:43 am
no worries. You're bang on the money about the cure\fix, I hope the OP realises what a mammoth task they have if they want to change the dist database.
August 10, 2012 at 8:40 am
you only need 1 quorum disk resource, period. There are other quorum models available and depending on the number of nodes and geographical location, you could probably do away with...
August 10, 2012 at 8:32 am
MysteryJimbo (8/10/2012)
A distributor can only have a single distribution database. You cannot select it as part of a publisher set up.
This is incorrect.
A distributor may have multiple distribution...
August 10, 2012 at 8:28 am
matt.gyton (8/10/2012)
1. Can I specify the same network name for the second instance during setup? So the instances would be as follows...cluster1\inst1, cluster1\inst2.
No, networknames, like computernames, must be unique...
August 10, 2012 at 7:19 am
tilew-948340 (8/9/2012)
The database works fine (except that users makes errors...
August 10, 2012 at 7:12 am
santosh.balaraj (8/9/2012)
This operation is not supported on the primary replica of the availability group.
Failover the group before attempting to join or remove the database
August 9, 2012 at 11:33 am
alanspeckman (8/9/2012)
Browser service needed:
1. If connecting using only the instance name with a non-standard port
2. If connecting to an instance that uses dynamic ports, such as a named instance because...
August 9, 2012 at 11:28 am
Viewing 15 posts - 5,206 through 5,220 (of 9,253 total)