Viewing 15 posts - 1 through 15 (of 89 total)
Hi everyone, I am sorry I couldn't keep up with the forum lately, but work is just killing me.
Thank you all for the replies, I really appreciate your time to...
June 22, 2010 at 8:14 pm
Yeah, they are same. It is just the sintax that is different 😀
DBMS implement them in the same way, and of course sql 2k5 optimiser is clever enough to realise...
April 26, 2010 at 5:10 pm
It depends on how you write out your Join as to whether or not a Cartesian product is made.
The columns in the join are sometimes interchangeable with the where...
April 23, 2010 at 11:46 pm
I totally agree with Steve on that one. The best way is to set up a trace. About the information about the last six months, I don't think there is...
February 18, 2009 at 11:02 am
Thanks for the replies but is there any "official" link or site where I could find this??? The thing is that I have to support why it's a good idea...
February 18, 2009 at 10:44 am
well after searching a while on the web, my guess is that it's as expensive as using the profiler, the thing is that by default only DDL statements are traced,...
February 18, 2009 at 7:55 am
GilaMonster (2/16/2009)
digitalox (2/14/2009)
GilaMonster (2/14/2009)
Simple recovery has no effect on what's written to a DB's log. Just how long it's retained after it's written.
Good point, not sure why but I've always...
February 16, 2009 at 11:08 am
K. Brian Kelley (1/30/2009)
...
When the schema are owned by the same person, and that's always the case when both objects are in...
February 2, 2009 at 5:08 pm
My friend I think I am starting to get a little bit confused here. I have tried creating a single user with no privileges at all, just the public role...
January 30, 2009 at 8:00 am
Michael Valentine Jones (1/28/2009)
January 29, 2009 at 3:56 pm
GSquared (1/28/2009)
January 28, 2009 at 4:53 pm
The thing is that I haven't given any permissions to the public role and it still can query all my tables, and I don't think that would be ok because...
January 28, 2009 at 7:55 am
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 the...
January 27, 2009 at 3:46 pm
K. Brian Kelley (1/27/2009)
January 27, 2009 at 3:29 pm
GSquared (1/27/2009)
January 27, 2009 at 2:57 pm
Viewing 15 posts - 1 through 15 (of 89 total)