Forum Replies Created

Viewing 15 posts - 151 through 165 (of 346 total)

  • RE: How to recover a single object from a backup media...

    If you have the space somewhere else, just restore it to a development server and then DTS the objects back over.

  • RE: delete

    I meant to say:

    You probably need to run UPDATEUSAGE on all your tables to recover the free space.

    I always UPDATESTATS and UPDATEUSAGE after every TRUNCATE

  • RE: delete

    You probably need to run UPDATEUSAGE on all your tables.

  • RE: Data Modeling

    I like Visio. I haven't used Visio 2007, but I hope that they decreased the install size. I'm not talking about just Visio. When I installed it...

  • RE: CHAR vs VARCHAR

    I keep a good eye on my database sizes. I'm lucky in the fact that I only have to manage 4 servers, 2 in production. I have about...

  • RE: CHAR vs VARCHAR

    I wasn't modifying the old table. I was copying to the new table with all varchar. I know that I could have done the trimming as I copied,...

  • RE: CHAR vs VARCHAR

    Yes, I assumed that "empty" meant no NULLs. I assumed this because I had marked all the columns as NOT NULL.

    It wasn't just the trimming that worked. That...

  • RE: CHAR vs VARCHAR

    As always, I appreciate any help. I was just trying to summarize previous posts.

  • RE: CHAR vs VARCHAR

    ha ha. Good one.

    Out of the 60 SN** columns, only the first 10 are being used right now. The data in the table only goes back...

  • RE: CHAR vs VARCHAR

    As I said -

    Most of the time the SN** columns are blank, hence they will be smaller than the length of the column

    I have already...

  • RE: CHAR vs VARCHAR

    Yea, I also try to copy the whole post before I hit Post Reply. Sometimes I forget. Seems that it messes up everytime I write a long post...

  • RE: CHAR vs VARCHAR

    Ok, I'm getting a little irritated with this forum. Why is it that if you take too long to write your post, when you try to post it clears...

  • RE: CHAR vs VARCHAR

    Thank you for your posts, but I did not fail to mention the data for SN60_NAME:

    I checked SN60_NAME and it contained nothing in any of the rows. (I guess it's...

  • RE: CHAR vs VARCHAR

    I setup a clustered index on the table and did a DBCC INDEXDEFRAG on the table and no change in size.

    The output said that zero pages were removed.

  • RE: CHAR vs VARCHAR

    As I said before I have tried this with NULL and NOT NULL columns and the size didn't change.

    As I said before that the data in the repeated...

Viewing 15 posts - 151 through 165 (of 346 total)