Forum Replies Created

Viewing 15 posts - 601 through 615 (of 636 total)

  • RE: How do I shrink the size of backup file

    Good question

    See the steps below

    1.) I am going to delete most of the data from the tables and have only 10 customers

    This will cut the size of data in the...

  • RE: How do I shrink the size of backup file

    Can somebody help me with a command syntax here please ?

    I know there is a command where you just specify only a table name and then SQL server

    will rebuild...

  • RE: How do I shrink the size of backup file

    RE: Rebuild Indexes ?

    Is there one single command that will start to rebuild all the indexes ?

    (We have about 2000 tables. Some of the tables have upto 20 indexes. )

  • RE: How do I shrink the size of backup file

    How do I shrink the size of the database.

    Is there a command that I can use ?

  • RE: password for sa login got lost

    All right,

    Now that secutity is an issue, I need help on the following:

    1. Need to create a user

    2. The user should only have read priviledges.

    3. Be able to...

  • RE: password for sa login got lost

    Can you give some details here.

    Ok, so I get into SQL Server Managerment Studio and then ???

    Open a new quesry window and type a command ??

    I need some clarity here....

  • RE: password for sa login got lost

    How would I do that ?

  • RE: INDEX REBUILD

    This is a great example!

    Thanks for the effort. Was helpful!

  • RE: INDEX REBUILD

    Just out of curiosity, is there a bulk command that I can issue that will take care of all the indexes

    in the database ( I am just wondering how...

  • RE: INDEX REBUILD

    In one of the posts above you mentioned the following:

    There's no guarantee that any index rebuild of any form will leave you with 0% fragmentation. Don't worry about small amounts...

  • RE: INDEX REBUILD

    Please ignore my question above. I found the answer. There is a field by the name "page_count"

    that is returned by the query.

    Question: So you are saying if a index has...

  • RE: INDEX REBUILD

    So is there a command out there that I can use to count the size of the index in pages ?

    You mentioned the size of the above index may be...

  • RE: INDEX REBUILD

    OK here is my point.

    Lets go to the begining of this thread.

    Here is what I did

    1. Ran the following command

    ALTER INDEX ALL ON APPOINTMENTS Rebuild;

    2. Ran the following query

    select index_id,...

  • RE: INDEX REBUILD

    What would be the command to use to drop a particular index and then recreate it ?

    What I mean is I'd like to build the index but not have...

  • RE: INDEX REBUILD

    You will be surprised. This table does not have more than 100 rows.

Viewing 15 posts - 601 through 615 (of 636 total)