Forum Replies Created

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

  • RE: Find Stored Procedures and Functions That Reference Certain Tables

    Hakim,

    This is good.

    Sometime in the past I read that you were supposed to use information_schema instead of the sys tables for this...

  • RE: SQL Year and Week numbers

    Little late, but I was looking for something else and saw this one today. I run across this all the time, and was wondering why something like the following...

  • RE: Table Variables

    While I know you are not supposed to be able to add multiple GUIDs to any table, on the systems I have worked on I have found that with table...

  • RE: GO Part 2

    Good Question. Learn something new every day.:-)

  • RE: T-SQL

    I think the question would have demonstrated the concept better if it had been the following:

    CREATE TABLE dbo.Zip_code

    (

    id VARCHAR...

  • RE: Subtle Line Feed / Carriage Return issue

    Not sure what system the author ran the script on, but I ran it in Management Studio 2005 version 9.00.1399.00 and got 1,2,3,4. Also ran it in Management Studio...

  • RE: SQL Execution Order with multiple Joins

    The problem is that the two queries are not equivalent. It has nothing to do with the order of the joins. If you notice, the records for a and...

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