SC. TROPICAL SRL.

SC. TROPICAL SRL.

Joseni

,

Romania

(International)

“Tropicalauto - Trucks, semitrailers, cars, utility vehicles new or second hand for sale Tropicalauto - Camioane, Semiremorci, Masini, Utilaje Noi Sau Second Hand De Vanzare”

ARTICLES

Modifying the ASP.NET Request Queue Limit

Replace <processmodel autoconfig="true" /> in machine.config with <processmodel enable="true" requestqueuelimit="15000" /> See http://technet.microsoft.com/en-us/library/dd425294%28office.13%29.aspx

Defquon.1 Festival 360 Experience

Thanks to @czikatihi

Women with beautiful faces: Dina Meyer

Heavily airbrushed photographs of women leave me cold. Sometimes I express this to other people and I have to prove my point. The only thing that could matter on a photograph remains the face. So I am starting an article ... Read more

Shrinking Microsoft SQL Server Log file

It works, trust me. And when I say me, I mean Microsoft :). SQL Server 2005: BACKUP LOG MyDatabase WITH TRUNCATE_ONLY DBCC SHRINKFILE(MyDatabase_log, 2000) SQL Server 2008: ALTER DATABASE MyDatabase SET RECOVERY SIMPLE GO DBCC Shrinkfile(MyDatabase_log, 2000)