Viewing 15 posts - 2,836 through 2,850 (of 9,399 total)
Luis Cazares (7/20/2016)
Y.B. (7/20/2016)
Granted, I'm having a really bad day and could have responded better...on the other hand...
July 20, 2016 at 2:07 pm
Beatrix Kiddo (7/20/2016)
cad.delworth (7/20/2016)
As a UK citizen, I always advise anyone considering using cloud storage to first ask themselves whether they're happy about US police, FBI, etc. all being able...
July 20, 2016 at 12:52 pm
Without at least some details to work with, anything we offer (beyond "use a SELECT") would be pure speculation.
July 20, 2016 at 12:48 pm
Jeff Moden (7/20/2016)
sql-lover (7/20/2016)
Initially , I wanted to...
July 20, 2016 at 12:46 pm
ThomasRushton (7/20/2016)
jasona.work (7/19/2016)
Lynn Pettis (7/19/2016)
jasona.work (7/19/2016)
I'm happily working away, when I feel my cell phone buzz. Now, typically, during the work day, this is an...
July 20, 2016 at 7:21 am
Eric has the all steps defined.
If you need help with concatenating the email addresses into a single string, check out Wayne Sheffield's article at http://www.sqlservercentral.com/articles/comma+separated+list/71700/. Just use the semicolon...
July 20, 2016 at 7:14 am
Now that's a powerful command I hadn't heard of before. Thanks for the opportunity to learn something new (and also cool) this morning.
July 20, 2016 at 7:11 am
Not having Enterprise Edition, there's little chance of me being able to use in-memory tables, but it's always good to learn something new. Thanks.
July 19, 2016 at 5:18 am
I've used them and must admit I was somewhat excited to see the question. Alas, nothing has changed.
July 19, 2016 at 5:16 am
Luis Cazares (7/18/2016)
Ed Wagner (7/18/2016)
HappyGeek (7/18/2016)
Ed Wagner (7/18/2016)
Revenant (7/18/2016)
crookj (7/18/2016)
whereisSQL? (7/18/2016)
djj (7/18/2016)
Revenant (7/15/2016)
Luis Cazares (7/15/2016)
HappyGeek (7/15/2016)
Ed Wagner (7/15/2016)
Luis Cazares (7/15/2016)
Ed Wagner (7/15/2016)
Grumpy DBA (7/15/2016)
Ray K (7/14/2016)
crookj (7/14/2016)
Manic Star (7/14/2016)
PikachuBless you
Gesundheit
Health
System
Broken
Bureaucracy
Gone...
July 18, 2016 at 11:58 am
HappyGeek (7/18/2016)
Ed Wagner (7/18/2016)
Revenant (7/18/2016)
crookj (7/18/2016)
whereisSQL? (7/18/2016)
djj (7/18/2016)
Revenant (7/15/2016)
Luis Cazares (7/15/2016)
HappyGeek (7/15/2016)
Ed Wagner (7/15/2016)
Luis Cazares (7/15/2016)
Ed Wagner (7/15/2016)
Grumpy DBA (7/15/2016)
Ray K (7/14/2016)
crookj (7/14/2016)
Manic Star (7/14/2016)
PikachuBless you
Gesundheit
Health
System
Broken
Bureaucracy
Gone mad!!
Fell in love
Impetuous
Impromptu
Speech
impediment
progress
Lack
Direction
Decision
July 18, 2016 at 11:08 am
SQL Express doesn't include the SQL agent, so it isn't a database job that takes you backups.
The Symantec Backup Exec software may be taking the backups according to its schedule....
July 18, 2016 at 11:05 am
Revenant (7/18/2016)
crookj (7/18/2016)
whereisSQL? (7/18/2016)
djj (7/18/2016)
Revenant (7/15/2016)
Luis Cazares (7/15/2016)
HappyGeek (7/15/2016)
Ed Wagner (7/15/2016)
Luis Cazares (7/15/2016)
Ed Wagner (7/15/2016)
Grumpy DBA (7/15/2016)
Ray K (7/14/2016)
crookj (7/14/2016)
Manic Star (7/14/2016)
PikachuBless you
Gesundheit
Health
System
Broken
Bureaucracy
Gone mad!!
Fell in love
Impetuous
Impromptu
Speech
impediment
progress
Lack
July 18, 2016 at 8:47 am
There are several approaches to the problem. Here's the one I would pick:
SELECT personid
FROM dbo.TranscriptCourse
EXCEPT
SELECT personid
FROM dbo.TranscriptCourse
WHERE EndYear = 2013;
July 17, 2016 at 1:59 pm
Luis Cazares (7/15/2016)
Ed Wagner (7/15/2016)
Grumpy DBA (7/15/2016)
Ray K (7/14/2016)
crookj (7/14/2016)
Manic Star (7/14/2016)
PikachuBless you
Gesundheit
Health
System
Broken
Bureaucracy
July 15, 2016 at 8:00 am
Viewing 15 posts - 2,836 through 2,850 (of 9,399 total)