Viewing 15 posts - 151 through 165 (of 626 total)
Just installed MS SQL on a Guest VM (Linux).
This is nuts...I can't help but smile how cool this is. Not quite ready for primetime as certain key services are...
November 17, 2016 at 12:52 pm
Absolutely, but could you provide some sample data. I'd prefer to be able to verify any code is working as intended before tossing it out there.
Cheers,
November 17, 2016 at 7:13 am
djj (11/16/2016)
Ed Wagner (11/16/2016)
Grumpy DBA (11/16/2016)
Brandie Tarvin (11/16/2016)
RemovalAlien probe
X Files
X Men
Mutants
November 16, 2016 at 6:59 am
Ed Wagner (11/15/2016)
Y.B. (11/15/2016)
That being said I did recently try an Irish Cheddar which was excellent. ...
November 15, 2016 at 11:34 am
Hey Brandie, cheddar is not better!! LOL (it's all personal preference of course)
That being said I did recently try an Irish Cheddar which was excellent. I like something...
November 15, 2016 at 9:41 am
Grant Fritchey (11/15/2016)
That pyramid looks amazing.BTW, I'll be going on SQL Cruise in January. It's stopping at Cozumel. Who wants to go see the pyramid with me?
Awesome! I do...
November 15, 2016 at 8:47 am
Ed Wagner (11/15/2016)
Y.B. (11/15/2016)
November 15, 2016 at 8:20 am
My wife and I decided to check out some Mayan ruins near one of our ports of call during our cruise. I wasn't sure what to expect other than...
November 15, 2016 at 7:50 am
Luis Cazares (11/15/2016)
Ed Wagner (11/15/2016)
djj (11/15/2016)
Manic Star (11/15/2016)
djj (11/15/2016)
Ed Wagner (11/15/2016)
BWFC (11/15/2016)
ClickLink
Missing
Dog
Cat
Mouse
Cheese
Swiss
November 15, 2016 at 7:16 am
Ed Wagner (10/25/2016)
djj (10/25/2016)
Grumpy DBA (10/25/2016)
Luis Cazares (10/25/2016)
Ed Wagner (10/25/2016)
Grumpy DBA (10/25/2016)
djj (10/25/2016)
LineWhite
Snow
flake
Dandruff
Shampoo
Clean
Mr
October 25, 2016 at 7:39 am
Just expanding on what Phil said, this can be done quite easily with a LEFT JOIN.
DECLARE @months TABLE ([month] VARCHAR(12))
INSERT INTO @months
VALUES ('January'), ('February'), ('March'), ('April'), ('May'), ('June'), ('July'), ('August'),...
October 24, 2016 at 1:39 pm
I'm not 100% sure what you are looking for but It would seem that DATEPART would be your friend as it appears you are trying to grab the year and...
October 24, 2016 at 9:07 am
Jeff Moden (10/17/2016)
PearlJammer1 (10/17/2016)
It is because we have a situation where some tables appear to have id values less than the current identity value which will get auto generated...
October 17, 2016 at 8:10 am
Ed Wagner (10/13/2016)
Steve Jones - SSC Editor (10/13/2016)
HomeFamily
Unit
October 13, 2016 at 12:40 pm
sp_readerrorlog uses the extended procedure xp_readerrorlog which allows parameters for start and end dates.
EXEC xp_readerrorlog 0, 1, 'pegasus', '-', '2016-10-13', '2016-10-14'
October 13, 2016 at 12:34 pm
Viewing 15 posts - 151 through 165 (of 626 total)