Viewing 15 posts - 1,906 through 1,920 (of 5,685 total)
Peter Schott (1/22/2012)
January 22, 2012 at 4:50 pm
ganotedp (1/22/2012)
I can't really concur with Dreamweaver's analogy with human development. But Evil Craig F (Ferguson?) is spot on with:
Craig Farrell. 🙂 Pleasure to meet ya. ...
January 22, 2012 at 12:46 pm
aitchkcandoo (1/22/2012)
Evil Kraig,That works well. I don't detect extra rows or anything.
I am making things complicated withthe Over and Partition By, I can see.
By extra rows I meant there were...
January 22, 2012 at 12:45 pm
Satya_0000 (1/21/2012)
I have altered the view however on querying the view it is not reflecting the changes. anyone pls advice.
After doublechecking what was recommended above... can you be a little...
January 22, 2012 at 1:22 am
gugan_ta (1/20/2012)
I thought to get the expert guidance to know which one will be the best approach.
The second option will create the least churn for your database, which is good....
January 22, 2012 at 1:19 am
Peter Schott (1/11/2012)
January 22, 2012 at 1:15 am
Personally I'd reinstall from scratch. It sounds like a dll corrupted.
January 22, 2012 at 1:10 am
CELKO (1/21/2012)
January 22, 2012 at 1:06 am
GilaMonster (1/21/2012)
January 22, 2012 at 12:52 am
pfm200586 (1/21/2012)
Student Name
Major
Credits Required to Graduate
Course ID
Course Name
Credit Hours for Course
Course Cost
Prerequisites to Course
I came up with two tables (students and...
January 22, 2012 at 12:48 am
This works fine for me (though I get two extra rows for 10015 and 10018).
select c.cus_code, c.cus_balance, sum(l.line_units * l.line_price) as "Total Purchases"
from customer c
join invoice i
on c.cus_code = i.cus_code
join...
January 22, 2012 at 12:44 am
L' Eomot Inversé (1/20/2012)
I would say it's better to include it before the ON clause, so that it's clear what's going on: in this case
BUT: I wouldn't be surprised if...
January 22, 2012 at 12:30 am
JohnDBA (1/21/2012)
Thanks so much for the help!!! That worked perfectly. 🙂
Excellent. Sometimes it's easy to end up overthinking these things. 🙂
January 22, 2012 at 12:22 am
L' Eomot Inversé (1/20/2012)
Drat, that's horrible. Surely there is some way of detecting this error?
No, it appears to be a 'feature' of 2k8 for Linked Servers. I haven't...
January 22, 2012 at 12:22 am
meichner (1/20/2012)
January 22, 2012 at 12:14 am
Viewing 15 posts - 1,906 through 1,920 (of 5,685 total)