Forum Replies Created

Viewing 15 posts - 18,181 through 18,195 (of 22,214 total)

  • RE: Tune Stored Proc

    There's a heck of lot here to chew on, but the first thing that jumped out at me was the this little bit of RBAR (row-by-agonizing-row) processing:

    while @RevStateyr < '1991'

    Begin

    ...

  • RE: dynamically determine parameter values

    I'd have to do some experimentation with it to be sure, but according to BOL you can get the DMV sys.dm_exec_query_requests has the sql_handle and statement_start_offset combined with statement_end_offset that...

  • RE: Are the posted questions getting worse?

    I just got directly to the page by googling '"Are the posted questions getting worse" karate'.

    Apparently I was quoting Captain Queeg. It must have been right after a Cub...

  • RE: Are the posted questions getting worse?

    Since I'm using SQLPrompt Pro, I can force the formatting however I want. I just saw that Apress has a formatting tool that's free. It might be worth a look-see.

  • RE: Are the posted questions getting worse?

    I can't say I'm crazy about it, but all the cool kids are doing it, so I do to.

  • RE: Are the posted questions getting worse?

    Since there are so many hard core SF readers on here, I thought I'd pass on what I just heard. Phlip Jose Farmer has died. http://reason.com/blog/show/131886.html

    I read tons and tons...

  • RE: Read only?

    You can set a database to be read_only and you can set a file group to be read_only. I don't think you do that with a table. If it's the...

  • RE: dynamically determine parameter values

    Oh, you mean something that captures the execution context, that'll show the methods used to call the proc like EXEC blah, blah and include the parameter names & values?

    In 2008...

  • RE: Are the posted questions getting worse?

    Heck. I thought LISP was stacks of comma's. What am I thinking of then. I worked with some damned language back in '92 or '93 where the code looked like:

    exec...

  • RE: dynamically determine parameter values

    I'm sorry, I don't understand the question.

    When you create a procedure, you define parameters with a certain name and a certain data type, nullability and default values. Within the procedure...

  • RE: DBA with no select permission

    In general DBA's are considered trusted employees because they can access the data. That's one of the reasons the job pays more. If they can't trust the DBA, time to...

  • RE: The February 2009 Energy Update

    For those that have the trees, I can't recommend an outdoor woodburning furnace enough. We've been toasty through one of the coldest winters I've ever experienced. Of course, when we...

  • RE: Parenthesis Grouping

    I have been working exclusively in the 2008 Management Studio for over a year now (beta's), so I don't remember 2005 real well, but 2008, the parenthesis highlighting is definitely...

  • RE: Are the posted questions getting worse?

    RBarryYoung (2/25/2009)


    Jeff Moden (2/25/2009)


    I'm going to give up my formatting habits on this forum... from now on, I'm going to post all code with no comments, all upper case, and,...

  • RE: Learning resources for T-SQL?

    I always suggest Itzik Ben-Gan's books, SQL Server 2008 T-SQL Fundamentals and/or Inside SQL Server 2005: T-SQL Programming.

    Hey GSquared, Paul Neilsen is supposed to finish the 2008 version of the...

Viewing 15 posts - 18,181 through 18,195 (of 22,214 total)