Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: T-SQL

    You are correct - I'm an idiot!

    I guess I never tried inserting without column names being explicitly stated, but it does indeed work.

    don

  • RE: T-SQL

    Actually, I'm right - this query will return 0 rows for both SELECT statements as it will never run - you cannot insert into a table with and Identity PK...

  • RE: Format/Transpose table data to Columns and Rows.

    How about using Dynamic SQL - not the greatest for security, but it does work!  I would wrap it up in a proc. 

     

    DECLARE...

  • RE: ADO doesnt connect without network

    Have you tried using a loopback connector?

     

Viewing 4 posts - 1 through 4 (of 4 total)