Forum Replies Created

Viewing 15 posts - 121 through 135 (of 268 total)

  • RE: Performance Maintenance

    dbcc showstatistics will give you the needed stats information but I do not believe you need  to manually run statistics

     

    Mike

  • RE: Renaming a SQL 7 HW Server

    Is the old server getting offline?

  • RE: Auto Grow Auto Shrink --- HELP!

    How about creating a very large file to reduce autogrowth at least till the file gets there.The autogrowth process consumes useful resources when the extraction process could  be better served

    Mike...

  • RE: Better hardware consistent performs slower

    Thanks yelena

    I do not have 2005 so your solution may not apply.

     

    Mike

     

  • RE: query runs in fraction of time when run more than once

    Thanks for your reply David.

    Almost every query which joins a couple of tables has to be run twice or more to get timely results <2 minute from about 10 or...

  • RE: Handshake Error. Why now? What happened?

    Had this once and we were on the way to bouncing the server so never had to investigate since it went right after the bounce

     

     

    Mike

  • RE: query returns piece meal

    update

    the query has to be run a couple of times to be able to run properly.

     

    Mike

     

     

  • RE: Moving indexes

    go to database folder

    all tasks generate sql for the indexes and manually drop them from the tables and you also get sql to drop objects

     

    Mike

  • RE: seperating the ''''group by'''' output.

    I think it is possible to group by more than one item

  • RE: Who do you hire?

    This reminds me of the NFL draft.Though those guys earn millions you want a guy you can keep,some one who has respect for themselves and for others some one who...

  • RE: updating the same field in multiple databases at the same time

    Create linked servers to all servers that count  and depending on the results of your query , update the fields on the server in question using the linked servers

     

    Mike

     

  • RE: Help deleting rows in a table

    Thank you that did it .The outer join came in very handy here .....

     

    Mike

  • RE: Help deleting rows in a table

    Thanks Johnrowan and jeyanthan for your answers.

    Let me illustrate with values

    t1                                                t2

    1221  employee                     1221  employee

    2111  employee                     2111 employee

    2311  acquisition                    3111 employee

    3211  employee                 

    The purpose is to compare the two tables add absent...

  • RE: Help deleting rows in a table

    Thanks for your response.It did not seem to do it though .

    Let me restate the problem?

    Purpose .Delete all rows found in t1 that are not in t2.These rows must have a...

  • RE: Orhan Users

    There is a free   GUI tool out there called Sync SQL Logins which could be used to synchronize the logins

     

    Mike

     

Viewing 15 posts - 121 through 135 (of 268 total)