Question : sql server 2008 cleanup?

I have a sql server 2008 web server. The box is using up 135 of 139 GB of space.

I need to purge something. I checked the log files, and there are only 6 that recycle.

What can I purge? How can I figure out how to use up less space on this server? I suspect sql server 2008 is the culprit with log files somehow, but I don't know how to check or purge them.

There are only a few databases on here and they shouldn't be taking up so much space.

thanks!

Answer : sql server 2008 cleanup?

Not being a Crystal person I would hope the customize menu has a separator value of some type but based on the link below, I don't see one.

http://www.c-sharpcorner.com/UploadFile/mahesh/DateFormatInCR06132007092248AM/DateFormatInCR.aspx

You might need to go with the custom method:
------------------------------------
In that case, you do not see the Date and Time tab on the Format Editor.

In this situation, you rely on your own code.

ToText function comes handy to do all formatting. For example, I need a date formatting as following:  23-Mar-2007

The following formula will do the trick:

ToText({MYFIELDNAME }, "dd-MMM-yyyy")

Random Solutions  
 
programming4us programming4us