Viewing 15 posts - 151 through 165 (of 346 total)
If you have the space somewhere else, just restore it to a development server and then DTS the objects back over.
July 23, 2007 at 12:49 pm
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
July 23, 2007 at 12:47 pm
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...
July 23, 2007 at 12:39 pm
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...
July 19, 2007 at 9:57 am
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,...
July 19, 2007 at 8:53 am
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...
July 19, 2007 at 7:17 am
As always, I appreciate any help. I was just trying to summarize previous posts.
July 18, 2007 at 10:45 am
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...
July 18, 2007 at 10:44 am
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...
July 18, 2007 at 9:31 am
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...
July 18, 2007 at 8:41 am
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...
July 18, 2007 at 8:23 am
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...
July 17, 2007 at 2:35 pm
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.
July 17, 2007 at 12:45 pm
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...
July 17, 2007 at 10:54 am
Viewing 15 posts - 151 through 165 (of 346 total)