Forum Replies Created

Viewing 15 posts - 24,376 through 24,390 (of 26,490 total)

  • RE: The Active DBA

    Jack Corbett (8/11/2008)


    Lynn Pettis (8/11/2008)


    Most games I do are DSC, not dual whistle (or like we do at the High School varsity level (JV does dual whistle) here in Colorado,...

  • RE: The Active DBA

    jcrawf02 (8/11/2008)


    starting to sound like one of Steve's articles on related jobs that overlap with IT . . .

    Does help build the soft skills you need in the business world,...

  • RE: The Active DBA

    Jack Corbett (8/11/2008)


    [

    ... The kids are only a problem when the adults are.

    Not always true. Had a player get fouled, blew the whistle and called the foul for his...

  • RE: The Active DBA

    Jack Corbett (8/11/2008)


    Lynn Pettis (8/11/2008)


    That is sad. Did you guys keep refing after that? My older two are/were refs, and both have quit because of nasty coaches/parents. ...

  • RE: The Active DBA

    Most games I do are DSC, not dual whistle (or like we do at the High School varsity level (JV does dual whistle) here in Colorado, Double Dual (3 whistle,...

  • RE: The Active DBA

    That is sad. Did you guys keep refing after that? My older two are/were refs, and both have quit because of nasty coaches/parents. The money was nice,...

  • RE: The Active DBA

    lol :hehe:

    You either ref yourself, or seen an older ref do that. Only problem, we may be god on the field, but we do need to keep control of...

  • RE: The Active DBA

    I wasn't the atheltic type when I was younger. Getting involved in soccer has changed that. Realizing that many of the refs I work with are in their...

  • RE: RTRIM not working

    Alan Frelich (8/8/2008)


    I use the ASCII function to return the ascii characters of the string and it returns char(32) numerous times on the end of the string. When I run...

  • RE: RTRIM not working

    I've never had a problem with rtrim. How do you know that it isn't working?

    😎

  • RE: XP_cmdshell inside Trigger

    Just a guess, but the service account running SQL Server may not have sufficent priviledges to run xp_cmdshell.

    😎

  • RE: The Active DBA

    I have been officiating soccer since March 2003. I have started going to the gym on a regular basis finally back in June. I was getting myself ready...

  • RE: CASE Error

    Lynn Pettis (8/8/2008)


    Since you want A, B, C, or all three, try the following:

    DECLARE @product_name nvarchar(3)

    SET @product_name = 'All'

    SELECT

    *

    FROM

    dbo.product

    WHERE

    ...

  • RE: CASE Error

    Since you want A, B, C, or all three, try the following:

    DECLARE @product_name nvarchar(3)

    SET @product_name = 'All'

    SELECT

    *

    FROM

    dbo.product

    WHERE

    (product_name =...

  • RE: IF STATEMENT IN WHERE CLAUSE

    dream coder (8/8/2008)


    Thanks, but i need a IF because of the following:

    DECLARE @product_name nvarchar(3)

    SET @product_name = 'All'

    SELECT * FROM product

    WHERE product_name = CASE @product_name

    WHEN 'All' THEN...

Viewing 15 posts - 24,376 through 24,390 (of 26,490 total)