Forum Replies Created

Viewing 15 posts - 31 through 45 (of 360 total)

  • RE: Cursors and stored proc

    From BOL: (Declare cursor)

    Describing the select statement of a cursor:

    select_statement

    Is a standard SELECT statement that defines the result set of the cursor. The keywords COMPUTE, COMPUTE BY, FOR BROWSE, and...

    Quand on parle du loup, on en voit la queue

  • RE: Identity field as a key

    Sad to say Ron never made that statement. Check out his comments on the article -

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=6136

    I am not commenting on the article altogether, but only a quote attributed to...

    Quand on parle du loup, on en voit la queue

  • RE: Interpretation of BoL - table variables

    David -

    Yes, there is a large difference between commercials in Europe and the States. They are our last gasp of Puritan ethics. The French side of my family was amused...

    Quand on parle du loup, on en voit la queue

  • RE: LOOP or IF/THEN ?

    SELECT email, CASE WHEN firstd > lastd THEN firstd

    ELSE lastd

    END

    FROM @val

    Quand on parle du loup, on en voit la queue

  • RE: Retrieving Database Names

    Frank,

    I vaguely remembered that information_schema had the database catalog names - I just could not remember which one.

    Thanks

    Quand on parle du loup, on en voit la queue

  • RE: Interpretation of BoL - table variables

    David -

    American cable is the same dreck - shows that were cancelled years ago rise from the dustbin to "entertain" you again. Who wants to watch 150 channels showing...

    Quand on parle du loup, on en voit la queue

  • RE: SQL Server does not exist or access denied

    Is the server set up for Mixed Authentication, or only SQL Server?

    Quand on parle du loup, on en voit la queue

  • RE: Default empty string

    What I do sometimes is create a User Defined Data type of SQLEmpty (or whatever naming convention is used). Define it as ' ', then use that for the defaults....

    Quand on parle du loup, on en voit la queue

  • RE: Frank''''s Addition to Family

    Congratulations Frank.

    I hope you have enough diapers.

    Quand on parle du loup, on en voit la queue

  • RE: Finding gaps in ranges...how?

    I used checksum(whatever product) for the same purpose.

    Quand on parle du loup, on en voit la queue

  • RE: import/export problem

    Yes, it looks as if you are trying to move a column that is defined a text. Not sure, since you did not post your DDL.

    I would try Yelena's...

    Quand on parle du loup, on en voit la queue

  • RE: Numbering of Records

    Ah, someday...Yukon...

    Quand on parle du loup, on en voit la queue

  • RE: help with rewriting query (performance optimization)

    You also should run Profiler and then a trace with this query. After that use Index Wizard to see if it finds any new indexes, etc.

    Quand on parle du loup, on en voit la queue

  • RE: Maybe a simple question

    Sorry, QA does not do that. Changing from grid to text is not defined in SQL as far as I know.

    Quand on parle du loup, on en voit la queue

  • RE: Very basic question - Insert or Update?

    It is probably more efficient to use IF EXISTS() instead of Count(). Depends on the size of your table. Exists checks for the values and stops when it finds the...

    Quand on parle du loup, on en voit la queue

Viewing 15 posts - 31 through 45 (of 360 total)