Viewing 15 posts - 11,266 through 11,280 (of 14,953 total)
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...
January 28, 2009 at 1:39 pm
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...
January 28, 2009 at 1:35 pm
The information you need does not exist.
Or, jumping to conclusions because of the object names:
La información que usted necesita no existe.
January 28, 2009 at 1:30 pm
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...
January 28, 2009 at 1:27 pm
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...
January 28, 2009 at 12:58 pm
I love the chops t-shirt thing! That is just way too... too ... well, it's whatever, but I love it!! 🙂
January 28, 2009 at 11:10 am
Thanks Noel and Jeff. I appreciate the critique and compliments. 🙂
January 28, 2009 at 8:29 am
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...
January 28, 2009 at 8:28 am
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.
Have you speed-tested the queries on that against nested sets hierarchies?
January 28, 2009 at 8:22 am
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...
January 28, 2009 at 8:21 am
chileu17 (1/27/2009)
January 28, 2009 at 6:57 am
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...
January 28, 2009 at 6:48 am
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,...
January 28, 2009 at 6:34 am
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",...
January 27, 2009 at 2:45 pm
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...
January 27, 2009 at 2:41 pm
Viewing 15 posts - 11,266 through 11,280 (of 14,953 total)