Forum Replies Created

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

  • 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" 😉

  • RE: retrive password for SQL login

    Jeffrey

    the user requires the clear text password for the SQL server account so sp_help_revlogin wont be helpful here

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

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

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

    Abhilash T (6/3/2012)


    yes Right,

    Bu I couldn't change it. Bcz its live and lot of developments done with this.

    hmm, seems a bit daft to me to be honest. What if someone...

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

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

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

    Abhilash T (6/3/2012)


    Hi All,

    I have a table with lots columns(all columns not included here).

    ISSUNDAY BIT,

    ISMONDAY BIT,

    ISTUESDAY BIT,

    ISWEDNESDAY BIT,

    ISTHURSDAY BIT,

    ISFRIDAY BIT,

    ISSATURDAY BIT)

    Why not just have one column for the weekdays...

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

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

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