Forum Replies Created

Viewing 15 posts - 5,491 through 5,505 (of 9,244 total)

  • RE: how to copy sql2005 msdb ssis packages to sql2008 msdb

    Chris Golla (6/6/2012)


    but you can restore your 2005 msdb onto your 2008 sql server overtop the one currently there.

    do not do this!

    the msdb holds information relative to the sql server...

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

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

  • RE: Difference with Cluster on Standard & Enterprise

    Nicholas Cain (6/6/2012)


    Standard edition limits you to a failover pair of nodes (versus up to 16 with Enterprise Edition) and it's not a "hot standby" situation.

    Note, this does not affect...

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

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

  • RE: SQL Server detected a logical consistency-based I/O error:

    charipg (6/6/2012)


    is there any problem if i stop?

    it's hosed already so it won't make an ounce of difference 😉

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

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

  • RE: Help with script, shrink multiple data files

    THE-FHA (6/6/2012)


    i am trying to change multiple database to full recovery mode so that i can shrink them.

    They'll likely only grow again, are you aware of the ramifications of this?

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

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

  • RE: Windows 2008 Cluster - Install SQL

    How many network cards are installed and what configuration?

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

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

  • RE: Windows 2008 Cluster - Install SQL

    SQLSACT (6/6/2012)


    Perry Whittle (6/6/2012)


    run your cluster verification and ensure there are no errors

    Hi Perry

    I ran the Verification and there are no errors reported

    There is one warning for "Validate Network Communication"...

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

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

  • RE: SQL Server detected a logical consistency-based I/O error:

    charipg (6/6/2012)


    I Checked the database in MS Query Analyser. I am getting the following error when trying to sort a column in the 'table1' in 'proddb' database o

    "SQL Server...

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

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

  • RE: Windows 2008 Cluster - Install SQL

    run your cluster verification and ensure there are no errors

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

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

  • RE: Compare Data between two table

    SQL Server has a TABLEDIFF.exe that you may use to compare objects, check BOL for more info

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

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

  • RE: Restore 2000 Backup in 2008 r2

    zsafakhah (6/6/2012)


    Dear Friends,

    I Created a Backup from Databases on Sql2000 and Restore in sqlserver2008 r2.

    but i worry about which not granteed in sqlserver2008 r2?

    how can i find list of which...

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

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

  • RE: A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

    What is it you are trying to achieve, please post a new thread detailing your issues.

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

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

  • RE: What is the perfect Index , in this special case

    GilaMonster (6/4/2012)


    I'm not a fan of columns with multiple data values in them, or columns I need to do bitwise operations on. With the current design it's trivial to find...

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

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

  • RE: What is the perfect Index , in this special case

    GilaMonster (6/3/2012)


    That might be perfectly valid.

    Personally I can't see any validity.

    GilaMonster (6/3/2012)


    If it is a table listing what days special offers are valid on then Monday, Tuesday and Thursday...

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

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

  • RE: Spliting Huge data file (mdf) into multiple mdf's in different drives.

    nitinuniyal (6/3/2012)


    The problem is now how do i move forward to split the 1.5TB across six different drives.

    Perry Whittle (6/3/2012)


    My preference would be to create extra filegroups\files and move specific...

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

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

  • RE: Spliting Huge data file (mdf) into multiple mdf's in different drives.

    Jeffrey Williams 3188 (6/3/2012)


    As for how to do it - you would create the additional files on the LUNs at the correct size and use DBCC SHRINKFILE(original file, EMPTYFILE).

    Problem is...

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

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

Viewing 15 posts - 5,491 through 5,505 (of 9,244 total)