• Join Us |
  • |
  • Sign in with:

Latest News

werd

by Steve Gibson, May 15, 2001 5:54am PDT

So we're putting together final plans for E3 and stuff and it occurred to me that a few guys out there might have some mega-phat-pipes willing to share the wealth for a special occasion. If anyone has a connection with at least 25mbit upload speed who would like to help mirror a few files that we'll be putting out later this week drop me a shackmsg. I cant really offer you anything really except maybe some neeto bandwidth usage stats to look at if you have a stats proggy. :) Boston Baked Beans are nearly as confusing to me as Grape Nuts Movie: Maybe she's using you to channel some dead lesbian lover.












  • FS's Geek question of the day

    MS SQL 2000

    CREATE PROCEDURE sp_MyProc

    AS

    Create table #mytemp(clid int)

    insert into #mytemp select CL_ClientID from tblClient where CL_ClientID < 1000

    select TOP 1000 * from tblClient


    if i remove the line in red, the it runs fine, but if not, when i run the sp from vbscript (ugh) i doesn't open the object. That is, i don't get an error when i open the recordset but if i try rsTmp.EOF i get "operation not allowed when the object is closed". MWER! If swap the red and the green it works find aswell