Forum Replies Created

Viewing 15 posts - 4,351 through 4,365 (of 9,253 total)

  • RE: Mirroring failover

    SQLCrazyCertified (2/1/2013)


    DECLARE fixusers CURSOR

    FOR

    SELECT UserName = name FROM sysusers

    WHERE issqluser = 1 AND (sid IS NOT NULL AND sid <> 0x0)

    This first part declares a cursor checking sql server...

  • RE: place fulltext index into diffrent filegroup

    ratheesharc (2/1/2013)


    Thank you anthony.green,

    Fulltext index already created the in developing server and want to implement in production server with changing the filegroup.

    How do i change my full text file group.

    On...

  • RE: what is the need for placing mdf and ldf files in different drives

    Koen Verbeeck (2/1/2013)


    Also, if one of the disks crashes, you don't lose everything.

    That's not entirely true.

    If you have separate data and log drives and no backups and the data...

  • RE: like to install the failover cluster in pc

    You need to create virtual machines and set up a cluster from there. See my guide at these links

    Part1[/url]

    Part2[/url]

    Part3[/url]

  • RE: Setting log shipping in AlwaysOn environment

    LS does not provide a true read only standby whereas AO does, up to 4 of them in fact.

    If you're not convinced that AO replaces LS read the MS...

  • RE: Jobs not running in cluster

    Is the SQL Server agent service running?

    Open Failover Cluster manager and check the clustered service resource is healthy

  • RE: Mirroring Log Issue

    SQLCrazyCertified (1/29/2013)


    Hi, Thanks for both of your replies.

    I have fixed the issue by doing couple of more log backups then I shrank and it worked.

    You have cycled the log back...

  • RE: SQL Log Shipping out of sync - Comparing Log shipping Primary and Secondary Servers

    sdpages (1/29/2013)


    Hello all,

    I have a SQL log-shipping High availability setup from a Primary Server to a Secondary Server which ships transactional logs every 1 hour. Both the databases are running...

  • RE: Mirroring Log Issue

    SQLCrazyCertified (1/28/2013)


    Hi All,

    I have a db with mirroing in place and log is growing about 49GB.....Log is growing since log backup not running as it scheduled. So, I manually...

  • RE: getting total disk space

    anthony.green (1/29/2013)


    Many thanks for that, as I have not worked with mount points before (well not to my better knowledge) I was un aware of that, added to the knowledge...

  • RE: sql server datapage storage content

    anthony.green (1/28/2013)


    A page is allocated to a table

    or an index 😉

  • RE: getting total disk space

    OPC is correct, XP_FIXEDDRIVES cannot enumerate mounted volumes. A straight WMI call will also work using

    wmic volume get capacity, "free space", name

    You can also supply an output file and...

  • RE: Setting log shipping in AlwaysOn environment

    I wasnt being sarcastic i'm genuinely surprised!

    you're right, i dont think theres a good reason, AO replaces log shipping and mirroring and pretty much makes them redundant 😉

    Leo.Miller (1/24/2013)


    AOHA doesn't...

  • RE: SQL Server Clustering Questions

    Shouldn't you be actually gaining the required knowledge rather than brain dumping a few answers. No doubt if you do manage to land the role any support you require will...

  • RE: SQL Server 2008 Failover cluster Hardware

    Niyala (1/25/2013)


    I can evict one and install the other widnows cluster.

    No! Don't just evict the nodes.

    Niyala (1/25/2013)


    If I remove one node of sql server, will the other run...

Viewing 15 posts - 4,351 through 4,365 (of 9,253 total)