Viewing 15 posts - 796 through 810 (of 5,111 total)
No one should be above others. You might know more, but you don't get to break rules.
Today has certainly had a segment of "I'm higher in the company, I...
August 21, 2019 at 4:00 pm
What if it had been the director that opened the document?
Well, their (the Director's) secretary is still working for the company; so seems they are at least immune...
I know...
August 21, 2019 at 11:45 am
SHOUTING at us isn't likely to cause users here to read your topic; in all honestly it's far more likely that people will ignore your request for help.
The image you...
August 21, 2019 at 11:34 am
A couple of total blind guesses:
SELECT c.companyid,
c.childname,
c.activeid
FROM #comapny c
WHERE NOT EXISTS (SELECT 1
...
August 19, 2019 at 2:17 pm
Why is company fff in the expected results, but not company ccc when the latter has a value of 1 for activeid and the former has a value of 0?
August 19, 2019 at 2:00 pm
Although the article does only use an nvarchar, varchar does work as well. Any of the examples in the documentation work exactly the same if you use a varchar variable/column...
August 19, 2019 at 10:33 am
I would like to have a configurable default so that you could decide whether to have it automatically checked/unchecked.
Drew
There is. On the Edit Profile screen there's a checkbox for...
August 14, 2019 at 3:21 pm
That WHERE makes it look like your query is suffering from poor alias choices. Bad habits to kick : using table aliases like (a, b, c) or (t1, t2,...
August 14, 2019 at 2:06 pm
This forum is really quiet now. I know everybody's working hard fixing the issues and I don't want to put the boot in further, but I must admit I come...
August 14, 2019 at 10:20 am
I'm surprised Joe Celko hasn't piled into this thread as he always seems to bring up the advantages of natural primary keys and the disadvantages of using numbers as...
August 12, 2019 at 2:07 pm
For a customer table, probably a login name or an account number. Obviously the answer depends on the nature of the business domain (which is what a "business key"...
August 12, 2019 at 1:16 pm
This is quite a damning reply I'm afraid, but dynamic SQL is something that I feel needs to be done right, and taught right, and this simply doesn't; far from...
August 12, 2019 at 10:44 am
I recently bought myself a new PC, which I use as a Lab and Home desktop. I have both Ubuntu (Kubuntu 19.04) and Windows 10 Pro install on separate discs,...
August 9, 2019 at 8:51 am
Can we do that with some other recent decisions now please..? ??
August 8, 2019 at 8:31 pm
Inquiring minds want to know, how many Threadzians are affected by this one?
I've personally never done Interrailing but I know a couple of people at the office that have....
August 8, 2019 at 10:06 am
Viewing 15 posts - 796 through 810 (of 5,111 total)