Forum Replies Created

Viewing 15 posts - 48,991 through 49,005 (of 59,065 total)

  • RE: Can't debug CLR locally

    Michael,

    Although using a WHILE loop to split a string is a tried and true method, it's relatively slow compared to other methods. Please see the following two articles... they're...

  • RE: Stored Procedures Reconsidered

    Manie Verster (8/1/2008)


    What is everybody's problem with cursors! How many articles do I still have to read where people talk about how bad cursors are! What is the difference if...

  • RE: Insert data into column from a stored procedure

    Vampire (7/31/2008)


    Sql Server doesn't allow us to capture the rows returned by a Sproc since Sprocs dont have ability to return a result set.

    Absolutely not true in SQL Server... ;)...

  • RE: Can't debug CLR locally

    I have no idea how to troubleshoot, never mind even write a CLR. But, I am interested in what your UDF does... if you don't mind.

  • RE: osql input command file limitation?

    Yeaup! I agree with Sergiy... The file should only contain delimited data and then use either BCP or BULK INSERT to import the data. See Books Online for...

  • RE: Creating Views - SQL School Video

    What a great set of "mini-courses" you're in the process of having published! Nicely done!

    My only question on this one would be... why would you ever teach anyone to...

  • RE: Using PATINDEX to find all numeric values

    Heh... of course it's a perfect solution... but only for what it was designed for... it's an IsAllDigits function and wasn't meant to be anything else. If you want...

  • RE: Licensing a QA/UAT Server

    Steve Jones - Editor (7/31/2008)


    Jeff,

    You should get clarification from MS. They can be funny about this.

    My understanding is you can use Dev for yourself, but everyone else needs a CAL...

  • RE: Licensing a QA/UAT Server

    Thanks for the clarifications, folks... between what has already been posted and what I found at the links included in the following, it turns out that you can have as...

  • RE: Licensing a QA/UAT Server

    Outstanding, Ian... that's just what I was looking for. Thanks for the very quick reply, too!:)

  • RE: OSQL extremely slow comparing to Query Analyzer?

    kubilay husmenoglu (7/31/2008)


    Hi, I have exactly the same problem with OSQL.

    Does anybody has a solution

    I'd recommend you start a new thread for this... it'll get more attention.

  • RE: UK Cultures

    Ross McMicken (7/31/2008)


    Public schools in the US are free from age 5 to 18. Unless you live in a place where the schools aren't very good, then you may choose...

  • RE: LEFT JOIN vs EXCEPT

    Oh, yeah... almost forgot... "In the land of the blind, the one eyed man is King!"... That's why most people look at the Execution Plan and believe in it. ...

  • RE: LEFT JOIN vs EXCEPT

    I may have to write an article about it someday... I've found that WHERE NOT IN beats the OUTER JOIN type of exclusion, WHERE NOT EXISTS correlated subqueries, and a...

  • RE: What is this thing I need to do called?

    Heh... reminds me of a dictionary... how can you check the spelling on a word using a dictionary without a bit of luck?

    I agree with Matt... UNPIVOT is...

Viewing 15 posts - 48,991 through 49,005 (of 59,065 total)