Viewing 15 posts - 1 through 15 (of 26 total)
WHERE Registrations.CourseId NOT IN (
SELECT Registrations.StudentId
Is that ever going to...
May 8, 2017 at 11:51 pm
Now this:
Select Registrations.CourseId AS 'KursID', Course.CourseName AS 'Kursnamn', Person.FName AS 'Lärarens förnamn', Person.SName AS 'Efternamn'
From Registrations
INNER JOIN
Course on
Course.CourseId = Registrations.CourseId
Inner...
May 7, 2017 at 10:11 am
May 7, 2017 at 10:03 am
May 7, 2017 at 9:41 am
Thanks!
I have the table registrations which is connection table.
Here you can see what students attend what courses.
So I tried this:
May 7, 2017 at 2:21 am
Beatrix Kiddo - Friday, March 10, 2017 6:56 AMIt means you can take backups on your secondary (read-only) replica instead of on the primary (read-write).
Aha,...
March 11, 2017 at 9:33 am
replication is carried out at the individual object level within a database, it's nothing...
March 9, 2017 at 1:09 pm
Wow, sorry I asked 🙂
Thanks for all the clarification to all.
A complicated issue indeed.
One last "probably stupid question" (after all your explanation)
Can...
March 6, 2017 at 4:54 am
Heh... the reason why Google "doesn't" help here is because you've not Googled enough....
March 6, 2017 at 12:16 am
March 5, 2017 at 7:02 am
So here is a good example why a google search isn't always the best choice.
At first it seems quite clear; login give...
March 5, 2017 at 6:45 am
March 4, 2017 at 8:32 am
Viewing 15 posts - 1 through 15 (of 26 total)