Jump to content

Recommended Posts

Ok, figured it's a chance to get EDF on the google knowledge base map.


For the most part in my job (IT development) I can just google a class or error and get a wealth of useful information.


But recently I've started upgrading stuff to reporting services 2008, SQL 2008 and I'm getting an average of no hits and no information, clearly I'm the only one doing this or no one can get anything to work and talk about it.


Yaw yawn etc.


Anyway, I figured we have thousands of intelligent people working in all sorts of professions and we might be a good resource to help each other in times of need, and mayhap a room to share this stuff might (or might not, fine fine, let it sink out of sight) be a good idea.


So when in need...is there a legal precedence for...how can I use linq to...dovetail joint the wrong way of going about...should I use butter or is a water based lube... etc this is the place to ask.

oookayyyyy


so can anyone tell me why, in SQL server, when trying to randomly get the Nth row from a table with


[pre]

WITH sentence AS

(SELECT

stuff,

row = ROW_NUMBER() OVER (ORDER BY Id)

FROM

SentenceType

)

SELECT

sen.stuff

FROM sentence sen

WHERE sen.row = (ABS(CHECKSUM(NEWID())) % 100) + 1 --random 1-100 this aint cryptography


[/pre]


and


[pre]

DECLARE @row INT

SET @row = (ABS(CHECKSUM(NEWID())) % 100) + 1 --random 1-100 this aint cryptography


;WITH sentence AS

(SELECT

stuff,

row = ROW_NUMBER() OVER (ORDER BY Id)

FROM

SentenceType

)

SELECT

sen.stuff

FROM sentence sen

WHERE sen.row = @row

[/pre]



they behave so very, very differently with the former utterly barmy and the latter working fine (but not how I want to do this)?

OK, got it.


In my first post it's calculating (ABS(CHECKSUM(NEWID())) % 100) + 1 against each row in the CTE, thus you will get as many (or as few) returned rows as you get coincidental matches between the (ABS(CHECKSUM(NEWID())) % 100) + 1 and the ROW_NUMBER.

Interesting I always thought the where clause was considered a static value applied to each row, not a row level value applied to each row. Hmm beware of any getdate() type stuff on a long running query I reckon.


One for the memory banks.

Thanks for your help everyone.


Right, I'm trying to write a romantic ditty with my own fair pen to get some violinists to play at my wife's romantic birthday dinner. Should I go with a minor scale for that romantic/melancholic intimacy or go with the majors for that get up and go celebratory tone of which she's so beloved?


Also should I learn how to play/write music too?

Brendan thats a piano piece, I prefer Dm it's the sadest of all keys you know. Major keys are too up beat, minor keys envolke emotion


Im not a developer more of a unix sys admin/engineer if you ever get a problem with Solaris Linux networking disk managment Veritas or LVM clustering or shared storage patching ipmp basic scripting etc then I may be able to help you out

You punk sh*t you. ;-)


Some of us had to write bubble searches when there was nothing but assembly. We wrote the bloody code.


Don't imagine I was always a logical recidivist. The models you use to reduce data factories now were written by me and my peers in between writing 'Tron' for 'Computer & Video Games' Magazine, 1984. (Yes, I know, CVG now, you p*nces).


You go off to these blinking exam courses in '95 and think you own the debate.


I laugh in the face of your language compiler trap, if only because in my day you'd be staring at one million data points without a clue at rationalising them. Sod it. You'd be going 'load the stack...skim the stack', it's binary dontcha know?


Incidentally, you'll never find the result by potting code. You have to feel the result. Stroke the knowledge. Numbers are an art, not a science.


Signed Grumpy B@stard

Ok ...now don't take offense are you a DIY a "Don or Dunce"

it goes in between the fittings ( LED downlighters ) and the main supply, a bit like a transformer does on L.V so say 6 lights can run off the main feed, they are small enough to push through the hole cut out for the fittings. they do need to be accessible in case of later failure. Also they won't heat up like LV's




See inclosed instruction supplied with the items(Don) or hire a sparks (Dunce)


W**F


PS. Turn off power at the mains before starting any electrical work

I'd do a scan for any malware, bots etc, just in case; maybe time for a defrag too? What OS are you?


Although I love Firefox I find it more memory intensive than IE on the whole, and blows up more often, but then I suppose I have more extensions than most, some of which, like firebug, get under the covers somewhat.


I've found Google Chrome the quickest and lightest so far, but it's still in Beta form.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Latest Discussions

    • I used to buy a brand of olive oil called 'Il Casolare'. It was unfiltered, often on offer in Sainsbury's and came in a really nice bottle with a stopper. When it was finished, I'd soak the label off, fill it with Morrison's own-brand vermouth and use it for cooking as it lasts longer than keeping wine open. One night there was very little else left to drink, so we got into it - I told people it was a difficult to find artisanal brand I'd brought back from Barcelona and that it should be pronounced 'Vermut'. People loved it. I gave away a couple of bottles as Christmas presents the next year.
    • I've used just about all the locally available supermarkets for deliveries over the years, and I now  use Waitrose for deliveries, for various reasons. They have a good range of the things I eat, their food is good quality and their "essentials" range is generally good value (except the tissues, which suddenly became so thin as to disintegrate immediately. I was mainly buying them for the nice plain boxes, so now I just put other tissues into the old Waitrose boxes 🤣) It is very rare for something I've ordered to not be available on the day. Their delivery drivers  are genuinely friendly and helpful. Their customer service is very good. On the rare occasions I've had issues, they have refunded me without quibbling. They often have special deals on some of the things I buy often, so I stock up when they are cheaper. I do occasionally compare prices with other supermarkets, and overall I really don't think Waitrose is more expensive, but obviously they might be for things I don't personally buy. I absolutely hate Sainsbury's, would use Lidl for some things but they don't deliver, Iceland has a very small range of things I eat, and I can't remember why I don't use Tesco or Asda any more. I recently checked out Ocado because there was some offer which seemed good value, but they just didn't have enough things I wanted to buy to make it worth using the offer. M&S don't deliver ( to the best of my knowledge) but in any case they seem to be still badly suffering from the recent hack into their system. Apologies, I have just remembered this thread is about shopping at actual physical stores, but probably many of the issues are the same.
    • Since I am of a certain vintage now, not sure if what I am going to suggest is even still around but here goes… use to be able to buy “dummy/mock papers on line and also had mini synopsis of Shakespeare plays specifically covering students wanting to gain a better understanding of play before taking mocks/ exams. Only know this as many many moons ago, struggled with English Literature and Language and this was the avenue-my parents went down. Also was at this point in my life, educated abroad as part of my fathers job.  
Home
Events
Sign In

Sign In



Or sign in with one of these services

Search
×
    Search In
×
×
  • Create New...