Viewing 15 posts - 556 through 570 (of 1,250 total)
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
Thanks everybody.
That-Which-Shall-Not-Be-Named has already been mentioned as a possibility so I'm in the process of installing it so I can have a play. It's not something I've used before...
November 5, 2015 at 6:56 am
Woolly nebulous request of the month alert.
I've been asked to look into ad-hoc reporting solutions so users can create their own reports.
All I know is it's a SQL Server back...
November 5, 2015 at 2:30 am
Nice and easy but a point missed because in my pre-coffee haze I clicked the wrong answer!! :angry:
November 4, 2015 at 1:00 am
vipin_jha123 (11/3/2015)
In my package I am using lookup to get new and similar record.
I want to filter the rows for Lookup Reference Data Set by using Variable Value
I...
November 3, 2015 at 3:18 am
anthony.green (10/27/2015)
Ed Wagner (10/27/2015)
anthony.green (10/27/2015)
crookj (10/27/2015)
NFCRFID
Insecure
TalkTalk
Injection
October 27, 2015 at 8:28 am
I'm in a similar situation at the moment. I put a report together according to the users requirements and tested it thoroughly before I released it to him. ...
October 27, 2015 at 8:05 am
Ed Wagner (10/27/2015)
ChrisM@Work (10/27/2015)
BWFC (10/25/2015)
GilaMonster (10/1/2015)
BWFC (10/1/2015)
October 27, 2015 at 5:38 am
David McKinney (10/27/2015)
tom.w.brannon (10/27/2015)
October 27, 2015 at 4:55 am
Viewing 15 posts - 556 through 570 (of 1,250 total)