![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a SQL Server database that is showing 2853.44 mb in size but when I export the data into MS Access the size is less than 1 mb. Can anyone tell me how to reduce the size of my SQL Server database so that it's less than 15 mb? |
|
Thanks in advance! Rob |
#3
| |||
| |||
|
|
Thanks guys! It is the log file and now I'm trying to figure out how to reduce the size. The actual database is only 6 mb. I appreciate your help! |
|
Rob "Rob Wahmann" <dotcomstudio (AT) sbcglobal (DOT) net> wrote in message news:LidUa.25515$BM.8256484 (AT) newssrv26 (DOT) news.prodigy.com... I have a SQL Server database that is showing 2853.44 mb in size but when I export the data into MS Access the size is less than 1 mb. Can anyone tell me how to reduce the size of my SQL Server database so that it's less than 15 mb? Thanks in advance! Rob |
#4
| |||
| |||
|
|
"Rob Wahmann" <dotcomstudio (AT) sbcglobal (DOT) net> wrote in message news:IqaVa.27485$BM.8916648 (AT) newssrv26 (DOT) news.prodigy.com... Thanks guys! It is the log file and now I'm trying to figure out how to reduce the size. The actual database is only 6 mb. I appreciate your help! I'm guessing you have full logging turned on, but never do any transaction log backups. If you want full logging, make sure you do transaction backups. If you don't care about full logging, use simple recovery mode. If you want something quick and dirty try: backup log foo with truncate_only That will truncate the log file to the last active transaction. (note you should do a full backup immediately after that.) Rob "Rob Wahmann" <dotcomstudio (AT) sbcglobal (DOT) net> wrote in message news:LidUa.25515$BM.8256484 (AT) newssrv26 (DOT) news.prodigy.com... I have a SQL Server database that is showing 2853.44 mb in size but when I export the data into MS Access the size is less than 1 mb. Can anyone tell me how to reduce the size of my SQL Server database so that it's less than 15 mb? Thanks in advance! Rob |
#5
| |||
| |||
|
|
Worked beautifully... thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
| |