Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

SQL stops working in every 15 days displaying message that
database log file is full. Log file size is 3.95 GB. It is
happening after shrinking the database also. What is
solution to overcome this problem. Please help me as it's
urgent.

Answer Posted / rajesh ranjan

In MS SQL Server 2005
select * from sys.database_files
Above Query will return .mdf , .ldf file & all other
details releted to these files of the database
After that you should run following DBCC Statement

DBCC Shrinkfile(Log_file_name.ldf,1,truncateonly)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is merge join?

1234


What do you understand by a view?

1044


Tell me what are the essential components of sql server service broker?

986


How many servers can we create in a single subscription?

162


What is best institute to Learn DotNET And SQL in chennai?

2215


What is a Join and explain its types?

1146


What are user-defined functions (udfs) in sql server?

1040


How do you delete a data source?

1044


What are the steps to process a single select statement?

986


What is the tcp/ip port on which sql server runs?

1233


What is store procedure? How do they work?

1066


Name some of the open source software that you can use in alternative to SSR?

168


How to connect ms access to sql servers through odbc?

1067


How to select some specific columns from a table in a query in ms sql server?

1044


What is update_statistics command?

1117