Viewing 15 posts - 166 through 180 (of 296 total)
For anyone in Europe doing this as part of a MiFID II requirement, a useful list of titles and multi-part name prefixes is below. Unfortunately, I couldn't find the original...
November 9, 2018 at 7:39 am
November 6, 2018 at 6:52 am
I usually find the conversation stops when I say that I work with computers 🙂
November 5, 2018 at 6:49 am
You could add the view, stored procedures, etc. to a schema and grant the appropriate rights on that schema. As long as they always create/amend objects in that schema (easy...
November 2, 2018 at 8:45 am
The OP's project is teaching students how to query a database's metadata, interpret it and use that information to do something potentially useful. As a learning exercise that's fine. Would...
October 26, 2018 at 7:30 am
October 19, 2018 at 7:19 am
From my experience, most bosses don't want to be bad - it's just how they turned out. If you've got one that wants to be a bad boss, there's not...
October 19, 2018 at 7:12 am
Am I the only person disappointed by the topic contents after reading the title?
September 19, 2018 at 6:22 am
But I see many more issues.
A serious one...
September 18, 2018 at 7:11 am
...and so, we have a perfect example of someone trying to help - and another person, not.
September 14, 2018 at 7:51 am
August 24, 2018 at 7:29 am
What use is a total for amounts that are in different currencies anyway?
August 23, 2018 at 5:18 am
I work in finance in the UK and, theoretically, it is compulsory for everyone to take a 2-week block of holiday each year (presumably so that anything dodgy they were...
July 20, 2018 at 9:09 am
Another option.
select Part_No, Part_Status
from TableName tnOpen
where Part_Status = 'Open'
and not exists (select 1 from TableName tnAll where tnAll.Part_No = tnOpen.Part_No and tnAll.Part_Status <>...
July 11, 2018 at 6:19 am
Viewing 15 posts - 166 through 180 (of 296 total)