Forum Replies Created

Viewing 15 posts - 16 through 30 (of 108 total)

  • RE: table tuning

    is it simple "select count(*)" or sumthing else is also running along with this??

  • RE: Installing SQL Server 2005 Standard Edition

    singhsatnam84 (9/6/2010)


    Is it possible to Install SQL Server 2005 Standard Edition on a machine using Windows Server 2003 Standard Edition Service Pack 2.

    Yes

    http://technet.microsoft.com/en-us/library/ms143506%28SQL.90%29.aspx

    Rohit

  • RE: transferring or replacing data from excel into sql table

    Yeah go with what wayne suggested import it into a temp table then join this table with main table and update the data.....

  • RE: Issue with filegroups

    Sandy2704 (9/1/2010)


    Please find the attachment for the screenshot(error message)....

    TO me it seems to be a issue with table partitioning.... and this feature is only available with SQL Server EE..

  • RE: File Group backup & restore in SQL Server 2005

    is this a live db???

    If yes then restore everything on a standby server and then script out this table... create table with all constraints and then import the data...

    else you...

  • RE: How to Tune Data Inserts

    This is really good one... thx...

    Rohit

  • RE: Restore Database - But its in Use

    See... what you can do is when you kill the connections either you can put it in dbo mode before kicking off the restore or even simply delete the db...

  • RE: How to Tune Data Inserts

    Bhuvnesh (9/1/2010)


    Ramji29 (9/1/2010)


    Bhuvnesh (9/1/2010)


    Twinsoft SME (8/31/2010)


    Ordering always helps too...

    Not always

    May be not always but if ordering is done properly then ... in almost all the cases....

    Mostly Sql optimizer do...

  • RE: How to Tune Data Inserts

    Bhuvnesh (9/1/2010)


    Twinsoft SME (8/31/2010)


    Ordering always helps too...

    Not always

    May be not always but if ordering is done properly then ... in almost all the cases....

  • RE: Large number of group bys

    urmarke (9/1/2010)


    Hi All

    Rather than post the execution plan, can someone point me towards a primer on how to read an execution plan generated by the ‘Display Estimated Execution Plan’ button...

  • RE: Large number of group bys

    urmarke (9/1/2010)


    Hi All

    Ramji29 – how does including indexes in the table definition differ from creating indexes normally, outside of the table definition?

    What I meant was when you post the table...

  • RE: High Avg. Disk Queue Length

    Just one more addition to this..... when we select the counters we've an option to select the individual drive (i.e. C or D etc) this will give more specific info...

  • RE: does partitioning table need clustered Index?

    adnani (8/30/2010)


    Does partitioning table need clustered Index on key( example Id or Date)

    If i have a table ( ArticleDate datatime, ArticleId int ,ArticleTitle ,.....) .

    when I want to partitioning this...

  • RE: Large number of group bys

    I'll request you to include the table definitions along with the indexes.

  • RE: Is our log file too big?

    Grant Fritchey (8/31/2010)


    Ramji29 (8/31/2010)


    Matt-1034261 (8/31/2010)


    Ramji29 (8/31/2010)


    GilaMonster (8/31/2010)


    DB I used to work with had a 250GB log file. Make sure that you're maintaining it correctly and don't worry too much.

    Managing Transaction...

Viewing 15 posts - 16 through 30 (of 108 total)