Viewing 15 posts - 511 through 525 (of 3,666 total)
GilaMonster (7/23/2015)
I don't know how things are done in the US, but here 75% is the threshold for a degree to be awarded "With Distinction"
Congratulation!!!
July 23, 2015 at 11:24 am
Steve Jones - SSC Editor (7/23/2015)
Alvin Ramard (7/22/2015)
Brandie Tarvin (7/22/2015)
July 23, 2015 at 9:12 am
J Livingston SQL (7/23/2015)
can you amend this
hmmmmmmmmmmmmm
Didn't like the answer the first time, I guess.
July 23, 2015 at 9:09 am
sarath.tata (7/23/2015)
July 23, 2015 at 8:53 am
sarath.tata (7/23/2015)
July 23, 2015 at 8:42 am
Jeff Moden (7/22/2015)
July 23, 2015 at 8:33 am
Look at the package logging options. Maybe that will satisfy your needs.
July 23, 2015 at 8:10 am
ted.motter (7/23/2015)
I've got an problem, but I don't know how to fix it.
When I procces my cube I got an error.
It's a little bit strange because I processed my cube...
July 23, 2015 at 8:08 am
I vote for either temp table or table variable.
July 22, 2015 at 3:56 pm
Jeff Moden (7/22/2015)
BWFC (7/22/2015)
'Why didn't this appear on your report? It's wrong. There's been an incident and you've made us look bad in front of government.' - The...
July 22, 2015 at 3:53 pm
WayneS (7/22/2015)
That's his signature... it's put on all of the posts automatically.
It's not the first time an OP has shared his opinion about the signature. 🙂
July 22, 2015 at 2:39 pm
Do you have BidsHelper installed? It provided the capability to do that.
July 22, 2015 at 2:27 pm
Phil Parkin (7/22/2015)
Alvin Ramard (7/22/2015)
SQL!$@w$0ME (7/22/2015)
July 22, 2015 at 1:04 pm
Does this query give you the results you're looking for?
select PARENTID, Max(RevNr) AS [Max_RevNr]
from #TableA0
GROUP BY PARENTID
July 22, 2015 at 12:46 pm
Brandie Tarvin (7/22/2015)
Gotta love it when someone schedules a software change/update at month end. Because "there's no impact to the business" and all that.<headdesk>
This too I will survive.
I hope.
What's wrong...
July 22, 2015 at 12:36 pm
Viewing 15 posts - 511 through 525 (of 3,666 total)