Hi All,
I got an email from my hosting company stating that I was exceeding my alloted limit for my SQL Server database.
After reviewing the data, I determined that there wasn't a lot there.
The hosting company does not include the transaction log as part of the size.
I emailed them and they told me that the data does not matter, that it's the size of the columns. And that I should reduce my column size in order to reduce my database size. ??????
I am a little confused by this. I use varchar as my data type as I was under the impression that it only used the amount of space equal to the data. So, if my column was varchar(100) and I had a value that was 30 characters in length, it would only take up 30 characters. Is this true?
Any other additional comments would be appreciated.
Thanks,
Mark
I got an email from my hosting company stating that I was exceeding my alloted limit for my SQL Server database.
After reviewing the data, I determined that there wasn't a lot there.
The hosting company does not include the transaction log as part of the size.
I emailed them and they told me that the data does not matter, that it's the size of the columns. And that I should reduce my column size in order to reduce my database size. ??????
I am a little confused by this. I use varchar as my data type as I was under the impression that it only used the amount of space equal to the data. So, if my column was varchar(100) and I had a value that was 30 characters in length, it would only take up 30 characters. Is this true?
Any other additional comments would be appreciated.
Thanks,
Mark