Forum Replies Created

Viewing 15 posts - 11,266 through 11,280 (of 14,953 total)

  • RE: Security Issue?

    In some way, someone, somehow granted permissions to the public role. At least, that's the only thing I can think of that would do what you're describing. May...

  • RE: How to force query to use a full-text index first?

    I tried saving those as sqlplans, but got XML errors from them. Can you save them as sqlplan files, zip them up, and attach them here? That would...

  • RE: Urgent HELP ME¡¡¡¡¡¡ Some one

    The information you need does not exist.

    Or, jumping to conclusions because of the object names:

    La información que usted necesita no existe.

  • RE: stored procedure bias

    The only reason I use a script instead of a proc is if I never expect to have to run it again. Even then, I'll often save it as...

  • RE: 1 sql table

    I guess it depends on what the end-user needs it for. Sending it as a single-table database works, if they want to query it and all that. If...

  • RE: What are the Party Plans?

    I love the chops t-shirt thing! That is just way too... too ... well, it's whatever, but I love it!! 🙂

  • RE: Hierarchies in SQL

    Thanks Noel and Jeff. I appreciate the critique and compliments. 🙂

  • RE: Hierarchies in SQL

    Lukk: definitely agree with you. One of my biggest concerns when I left the job where I built this hybrid hierarchy was whether or not anyone left behind would...

  • RE: Hierarchies in SQL

    ventsislav.mladenov (1/28/2009)


    Or you could use CLR store procedures which are very fast in execution and sometimes are faster than T-SQL.

    http://blog.vmladenov.com/?p=197

    Have you speed-tested the queries on that against nested sets hierarchies?

  • RE: Hierarchies in SQL

    danielk1: yes, that's a "nested sets" hierarchy.

    For something like your sample, it's definitely the way to go. It's not likely that "Meat" will ever be moved out of the...

  • RE: Security Issue?

    chileu17 (1/27/2009)


    What I am expecting to get is that a user without any privileges on tables, but only on a exec of a sp, gets an error trying to execute...

  • RE: Earning Credit

    When I saw the "new" article, I noticed that the sub-headings were the same, and just assumed it was a re-post of the older article. Didn't even notice that...

  • RE: Hierarchies in SQL

    I've played with the SQL 2008 hierarchyID data type a little bit, but only a few minutes, and I've never used it in a production environment.

    I have tested pre-2008 path-hierarchies,...

  • RE: Query question

    What you need to do is use the "complex" case statement, instead of the "simple" one.

    The one you're using, where you have the column name right after the word "case",...

  • RE: Security Issue?

    I'm not familiar with SQL 7, but I can definitely say that in 2005/8, you can give someone execute permission without also giving them the ability to view/edit code in...

Viewing 15 posts - 11,266 through 11,280 (of 14,953 total)