Viewing 15 posts - 541 through 555 (of 1,243 total)
BL0B_EATER (1/29/2016)
Have you guys during your careers ever thought about doing something else in life.. as opposed to IT / SQL Server / Coding etc etc?
Definitely, I'd love to earn...
January 29, 2016 at 5:16 am
Whilst gut feel shouldn't be ignored neither should the data.
There's the situation when you have the hard data in front of you and your gut feel is they're wrong....
January 20, 2016 at 1:17 am
I got one of Andy's right!!!!!
It's something I'd actually seen recently myself and I knew(!) the answer without looking it up. Of course being one of Andy's...
January 15, 2016 at 1:01 am
After having time to look at that properly, I see exactly what it does.
I can't believe I didn't think of using the Tally table method. I've put...
January 14, 2016 at 2:55 am
Thanks Jeff, that's fantastic.
I've got a Tally table on my laptop but it didn't even cross my mind to use it. I forget how useful they can be....
January 13, 2016 at 8:48 am
Ed Wagner (1/12/2016)
Grumpy DBA (1/12/2016)
BWFC (1/12/2016)
Deuce 😀#2
Initial Specifications
Vague
January 12, 2016 at 7:19 am
Ed Wagner (1/12/2016)
whereisSQL? (1/11/2016)
Ed Wagner (1/11/2016)
Revenant (1/11/2016)
DonlSimpson (1/11/2016)
SQLRNNR (1/11/2016)
whereisSQL? (1/11/2016)
djj (1/11/2016)
Ed Wagner (1/11/2016)
Eirikur Eiriksson (1/11/2016)
whereisSQL? (1/11/2016)
Ed Wagner (1/11/2016)
SQLRNNR (1/11/2016)
Grumpy DBA (1/11/2016)
Hugo Kornelis (1/10/2016)
TomThomson (1/10/2016)
Eirikur Eiriksson (1/10/2016)
BehindDoesThisDressMakeItLookBig
It's not the dress, dear!
Lie
DefinitelyBetterThanTheDogHouse
Trouble
Maker
Match
Expression
Code
Black
Ops
Intrigue
007
Bond
Bail
Out
Deuce...
January 12, 2016 at 5:27 am
Kazmerelda (1/11/2016)
Not sure where the best place to put this was, but can anyone recommend any good SSIS/SSRS/SSAS courses at...
January 12, 2016 at 3:08 am
BrainDonor (1/7/2016)
I see that SQL Saturday Manchester has been announced - same venue as last year, 22/23 July.
Where did you see that? I can't find it for looking. ...
January 8, 2016 at 1:49 am
rodjkidd (12/9/2015)
Wed May 4th to Sat May 7th
Liverpool Exhibition Centre
Now what do to about the ticket I have for Yes...
December 10, 2015 at 4:41 am
Can you post your full query and some sample data please? It will make it much easier to come up with a solution.
December 1, 2015 at 5:01 am
faulknerwilliam2 (12/1/2015)
I have a simple script that brings through, for a certain product, the date it was ordered and the date the order was completed.
On a graph, I am tring...
December 1, 2015 at 4:33 am
create table #relate
(
ContactGroup char(6),Contact varchar(20),RelationshipId varchar(20)
)
insert into #relate values
('ABL001' ,'ABL0011' ,'Lead Tenant')
,('ABL001' ,'ABL00110' ,'Son')
,('ABL001' ,'ABL0012' ,'Son')
,('ABL001' ,'ABL0013' ,'Son')
,('ABL001' ,'ABL0014' ,'Son')
,('ABL001' ,'ABL0015' ,'Son')
,('ABL001' ,'ABL0016' ,'Daughter')
,('ABL001' ,'ABL0017' ,'Son')
,('ABL001' ,'ABL0018' ,'Daughter')
,('ABL001' ,'ABL0019' ,'Daughter')
,('ABL002'...
November 13, 2015 at 4:00 am
Grant Fritchey (11/5/2015)
BWFC (11/5/2015)
Greg Edwards-268690 (11/5/2015)
xsevensinzx (11/5/2015)
Brandie Tarvin (11/5/2015)
BWFC (11/5/2015)
I've been asked to look into ad-hoc reporting solutions so users can create their own...
November 6, 2015 at 2:53 am
Greg Edwards-268690 (11/5/2015)
xsevensinzx (11/5/2015)
Brandie Tarvin (11/5/2015)
BWFC (11/5/2015)
I've been asked to look into ad-hoc reporting solutions so users can create their own reports.
All I know...
November 5, 2015 at 8:28 am
Viewing 15 posts - 541 through 555 (of 1,243 total)