Viewing 15 posts - 151 through 165 (of 262 total)
having said that i have just run the code below in teh query plan and the second query is much more costly
select *
from Sales S inner join Customers C
...
August 23, 2012 at 7:23 am
ahh i understand now
so if i do a join in a query then it wont neccessarily create a cartesian join, it will look at the options and perhaps use a...
August 23, 2012 at 7:22 am
well for instance i have a booking table and a attendant table
there is a bookingid in the booking table and a bookingid in the attendant table
i know it is a...
August 23, 2012 at 7:20 am
well flippin ek
i have been messing with loop join and hash join options and these are making massive differences to my queries
smaller tables (in terms of numbers of rows) loop...
August 23, 2012 at 5:06 am
the output would be the same using sql or plsql
August 16, 2012 at 5:06 am
Stewart "Arturius" Campbell (8/15/2012)
erics44 (8/15/2012)
Gazareth (8/15/2012)
No problem. Just be cautious because you'll lose a lot of the protection from misuse that SSRS can give you!
Yeah ive thought about that
what i...
August 15, 2012 at 7:04 am
Gazareth (8/15/2012)
No problem. Just be cautious because you'll lose a lot of the protection from misuse that SSRS can give you!
Yeah ive thought about that
what i have proposed is that...
August 15, 2012 at 5:00 am
Thats a cracking idea thanks
why didnt i think of that 🙂
August 15, 2012 at 4:42 am
Jeffrey Williams 3188 (7/15/2012)
August 7, 2012 at 4:37 am
i was chucked in the deap end much like you seem to have been and it worked for me, i picked the basics of TSQL quite quick
still learning lots and...
August 2, 2012 at 3:32 am
yep, its a good plan
im gonna have to work on my acting skills
🙂
August 1, 2012 at 2:12 am
i have a battle plan
i have editted 4 reports over the last couple of days that he had written queries for, replacing the queries with those for a newer schema...
July 31, 2012 at 3:12 pm
Viewing 15 posts - 151 through 165 (of 262 total)