Forum Replies Created

Viewing 15 posts - 5,746 through 5,760 (of 9,244 total)

  • RE: Can we use a specific network for backup copy process in log shipping?

    what IP ranges do you have assigned to the NICs, what IP are you copying backups out to?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Changing Physical IP Addresses - SQL Server 2005 Cluster

    thelegendarywolf (4/9/2012)


    Hi All,

    As per application upgradation/design, we're suppose to change the physical IP of the nodes for an Active/Passive cluster.

    Why?

    thelegendarywolf (4/9/2012)


    The I.P. address changes will be for physical nodes only,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Size of a Root Disk for Mount Point

    make the root disk as small as possible, i usually use a size of around 100MB. See my article at this link[/url] for more info

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Question about tempdb data files filling up

    Are the remaining drives separate or are they merely logical drives on the same physical disk(s) as the C drive?

    What is the current total size and free space of the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Move Physical Files

    opc.three (4/9/2012)


    If I have two data files in my database, both on D:\, and I want to move one to E:\ and one to F:\, if I run an alter...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Move Physical Files

    opc.three (4/9/2012)


    however what if you had multiple files to move and missed one?

    The database would not come online!

    The only time this would differ in any way is with file group...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Move Physical Files

    If you'd bothered to read the code in the post it reads as follows

    alter database DatabaseName set single_user with rollback immediate

    go

    -- Set databae Offline

    alter database DatabaseName set Offline

    go

    --- Cut and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Move Physical Files

    opc.three (4/9/2012)


    but having the database in single-user mode when it is brought online again is useful as it gives us a chance to run some verification checks on the database...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Can you switch from 2008 R2 x64 Enterprise to Developer Editions

    I've never tried it but I'm pretty sure you won't be able to use the upgrade wizard. The 2 are essentially the same eition with different licensing constraints. Having said...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Create Nonclustered Index hangs and won't complete

    Stefan Krzywicki (4/7/2012)


    The creation of the index you suggested did complete after 2 hours. That's much slower than it should be, but at least it completed.

    Ok the index i suggested...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Failover / Reboot notifications

    You could capture the failovermgr events in the windows system log and also check the windows application log for concurrent event messages.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Create Nonclustered Index hangs and won't complete

    Stefan Krzywicki (4/7/2012)


    Perry Whittle (4/7/2012)


    Unfortunately I can't supply you a query as I'm not at my computer. As Gail said kill the current session id for the create index and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Create Nonclustered Index hangs and won't complete

    Unfortunately I can't supply you a query as I'm not at my computer. As Gail said kill the current session id for the create index and re run with maxdop...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Create Nonclustered Index hangs and won't complete

    Stefan Krzywicki (4/7/2012)


    I'm not going to be able to take the database offline until tomorrow..

    Don't worry not necessary

    You need to find the actual wait type. There should be multiple threads...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Create Nonclustered Index hangs and won't complete

    GilaMonster (4/7/2012)


    Blocking session of 0 means it's not blocked by another session

    What's the wait type?

    Doh totally misread that one lol

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 5,746 through 5,760 (of 9,244 total)