Tag Archive

Virus found HTML/Framer

Published on April 21, 2009 By admin

Yesterday my antivirus (AVG 8.5) went craizy all day. After a while I found that HTML/Framer virus is a malicious code inserted in index.php, index.htm, index.html and all pages containing index in his name. How can you get rid of it? First edit your index files and look for <iframe src=”http://malicious adress” style=”visibility: hidden; display: [...]

Microsoft SQL Server – Data Types

Published on May 20, 2008 By admin

char[(n)] Fixed-length non-Unicode character data with length of n characters. n must be a value from 1 through 8,000. Storage size is n bytes. nchar[(n)] Fixed-length Unicode character data with length of n characters. n must be a value from 1 through 4,000. Storage size is two times n bytes. varchar[(n)] Variable-length non-Unicode character data [...]