Create a Huge File

posted in: Tech | 0

Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the … Continued

Redundant Internet Connections Using Linux

posted in: Tech | 0

Seann Herdejurgen With the advent of high-speed Internet links from Internet Service Providers (ISPs), it’s easier for users to host services on their home computers. But what happens when your ISP connection goes down? An obvious solution is to have … Continued

Create HTML from SQL

posted in: Tech | 0

Run this in SQL Server Job or QA: EXEC sp_makewebtask @outputfile = ‘\\intweb\websites\closing.nyhrc.com\dailyrpt.html’, @query = ‘select * from vw_DailyRptHTML’, @templatefile = ‘C:\Test1.tpl’, @singlerow = 0, @whentype = 1 This is Test1.tpl: <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 3.2//EN”> <html> <head> <title></title> … Continued