Viewing 15 posts - 22,531 through 22,545 (of 26,490 total)
jgangemi (2/10/2009)
February 10, 2009 at 10:02 am
Each has its place, neither is actually better than the other for most applications. You get into the niche areas, that no longer becomes the true. There may...
February 9, 2009 at 4:00 pm
Sergiy (2/9/2009)
2 smiles per post, considering it's MY post - is to seriously???:w00t:
Man...
:hehe:
Alright, seeing you laugh makes it all worthwhile! :w00t:
February 9, 2009 at 3:42 pm
Sergiy (2/9/2009)
Lynn Pettis (2/9/2009)
Sergiy (2/9/2009)
So, what was wrong with my solution?Actually, Sergiy, I have no idea.
Actually, the question was not for you.
🙂
You may realize that if you look at...
February 9, 2009 at 1:30 pm
Sergiy (2/9/2009)
So, what was wrong with my solution?
Actually, Sergiy, I have no idea. Since Adi posted what appears to be a working solution, I have tried yours nor worked...
February 9, 2009 at 1:09 pm
The problem we are having is trying to decode your logic. It would help if you could clarify the logic more like the following:
(This is not SQL code, but...
February 9, 2009 at 12:54 pm
Looking back through the posts, it appears tha Adi has already provided a working solution, so I won't look into this further at this time.
February 9, 2009 at 12:44 pm
Judy (2/9/2009)
arun.sas (2/9/2009)
simple
Create table #t(rating int,bookid int)
insert into #t
select 97, 201
union all
select 96,100
union all
select 95,300
union all
select 50,100
union all
select 10,201
union all
select 30,300
select a.rating,b.bookid from #t a, #t b
where...
February 9, 2009 at 12:05 pm
Olga B (2/9/2009)
February 9, 2009 at 11:36 am
Eat (2/9/2009)
When attempting to login through a Windows Group, I receive the "Cannot open user default database. Login failed." message. Default...
February 9, 2009 at 11:29 am
It would help if you upload the actual execution plan.
February 9, 2009 at 9:23 am
At least I don't have to rely on SQL Server for those, my wife is a Massage Therapist.
February 9, 2009 at 8:03 am
Viewing 15 posts - 22,531 through 22,545 (of 26,490 total)