Forum Replies Created

Viewing 15 posts - 2,521 through 2,535 (of 6,486 total)

  • RE: MY opinion of SQL Server 2005 so far . . . not good

    Will Summers (9/26/2008)


    To be fair though, there are some new nice features as well. Here is one: being able to monitor a job running in the little popup dialog, after...

  • RE: Should He Stay or Should He Go?

    jpowers (9/26/2008)


    Matt Miller (9/26/2008)


    Shaun McGuile (9/26/2008)


    Phil you old rogue I just knew you would say that - promote him to his level of incompetence! 😀

    For what it's worth - this...

  • RE: MY opinion of SQL Server 2005 so far . . . not good

    It does take some getting used to.

    I do prefer the query editing interface better in SSMS, but it does suffer with some weaknesses. The "not remember window...

  • RE: Nested View Performance

    Remember though, that (non-indexed) views don't get their own execution plans. In a way - they don't get optimized on their own at all.

    This is because when a view...

  • RE: View within View with UNION causing problems

    Views don't have parameters, so that's not in the options to track down. This is unfortunately one of the red flags (when you start encapsulating views within other views),...

  • RE: Should He Stay or Should He Go?

    jcrawf02 (9/26/2008)


    Matt Miller (9/26/2008)


    Why people don't actually use probationary periods for what they're designed for (i.e. figure out if someone is a slug, and if they are - they're history)...

  • RE: Should He Stay or Should He Go?

    Shaun McGuile (9/26/2008)


    Phil you old rogue I just knew you would say that - promote him to his level of incompetence! 😀

    For what it's worth - this has been previously...

  • RE: left outer join

    HanShi (9/24/2008)


    juliane26 (9/24/2008)

    So I follow that in table B I have more than one entry for each value in c1. (I will check on this)

    If so - why...

  • RE: That's just not right...

    Of course - the "tasks", "generate script" option for a single object is the old Howitzer as a fly swatter. Just right-click on the function and use the "script...

  • RE: parsing example

    marius.draganescu (9/25/2008)


    I know what you mean by string patterns, but what is regex?

    Regular Expresssions. It's the CLR object/language/syntax usually used to parse out ugly/complex patterns in .NET.

  • RE: That's just not right...

    It's in the scripting options you pick. If you don't choose "script CREATE", it will default to the ALTER syntax. (which doesn't do the sp_executeSQL thingie from what I...

  • RE: Variable #of arguments to UDF/stored procedure

    thusi (9/25/2008)


    Thanks for the quick feedback Matt. Your 1st suggestion certainly helps. The criteria table itself is not entirely static cos we want to be able to say "these are...

  • RE: parsing example

    marius.draganescu (9/25/2008)


    That is what I was suspecting, too... I guess I will have to do this in VB, process one line at a time.

    Thanks you very much for your opinion!

    Marius

    Actually...

  • RE: Variable #of arguments to UDF/stored procedure

    Also - for what it's worth. Since you did post in the 2008 forum, you might consider using the new SQL 2008 feature allowing you to build and pass...

  • RE: Variable #of arguments to UDF/stored procedure

    I meant - something like a table where you load in the lists of values. For example, in the case you mentioned (where you're looking for patients that...

Viewing 15 posts - 2,521 through 2,535 (of 6,486 total)