Forum Replies Created

Viewing 10 posts - 16 through 25 (of 25 total)

  • RE: Import taking too long?

    I have done several VFP and SQL Server conversions and found that I can access SQL Server tables using VFP and the ODBC drivers for SQL Server, including the running...



    Arden

  • RE: FoxPro to Sql 2000 Migration

    I have done several VFP and SQL Server conversions and found that I can access SQL Server tables using VFP and the ODBC drivers for SQL Server, including the running...



    Arden

  • RE: T-SQL book recommendation

    Responding to your question about examples to work thru -- I found Joe Celko's "SQL Puzzles and Answers" will give your brain a good workout -- it also gives more...



    Arden

  • RE: T-SQL book recommendation

    I am finding that the "The Best of SQLSeverCentral.com 2002" book to be of great value -- and by buying it you can show your support for this site too.

    ...



    Arden

  • RE: How to embed if logic into a query

    Need to study your code more closely and learn, but the SQL code that I implemented turned out to be quite simple

    SELECT * FROM IMS

    WHERE...



    Arden

  • RE: How to embed "if" logic into a SQL query

    Thanks for your help -- I should have been able to figure that out all by my lonesome -- too late at night I guess (lame excuse).



    Arden

  • RE: How to embed "if" logic into a SQL query

    I understand the where clause usage (I think). See pseudo code to hopefully clarify the intent of the condition query.

    IF mUSER_ID = IMS.CREATE_BY THEN

    SELECT * FROM IMS

    ELSE

    ...



    Arden

  • RE: More SQL Transaction stored procedure help.

    Think you want to use the update construct but do not include the ID field in the update list and then use the "where fldStudentID = @ID" clause to hit...



    Arden

  • RE: Installing SQL Server, help

    Are you sure you are running Win2k "Server" and not just the Professional Edition.

    I had the same problem -- to solve it I bought the Developer Version of SQL Server...



    Arden

  • RE: Version 8.00.780

    Because SQL Server service packs are cumulative, you do not need to install previous service packs. Each service pack includes all fixes from previously released service packs, and can be...



    Arden

Viewing 10 posts - 16 through 25 (of 25 total)