Viewing 15 posts - 6,061 through 6,075 (of 26,490 total)
Jason Shadonix (8/19/2014)
August 19, 2014 at 2:16 pm
Why so much extra work? No CTEs required:
create table dbo.DogBreeds (
DogBreed varchar(32)
);
insert into dbo.DogBreeds
values
('Boxer'),
('Boxer'),
...
August 19, 2014 at 2:08 pm
CELKO (8/19/2014)
I'm working on setup where we have period like 201401 ( jan 2014), etc... And it is INTEGER , however it doesn't help if you need to...
August 19, 2014 at 2:00 pm
mic.con87 (8/19/2014)
If an MSISDN is in both months then the final output would be:
Report_Month || MSISDN || SUB_SEGEMNT
201406 ||...
August 19, 2014 at 1:50 pm
I get even more confused as I reread your posts and the sample tables and data you posted.
I'm not sure if what you posted matches your original post, and I...
August 19, 2014 at 1:41 pm
mic.con87 (8/19/2014)
If an MSISDN is in both months then the final output would be:
Report_Month || MSISDN || SUB_SEGEMNT
201406 ||...
August 19, 2014 at 1:21 pm
Steve Jones - SSC Editor (8/19/2014)
Unfortunately, I really need some front end development...
August 19, 2014 at 12:59 pm
Sean Lange (8/19/2014)
August 19, 2014 at 12:13 pm
I'm just keeping an eye on possible positions in Colorado Springs while I'm still out here in Afghanistan. Need to keep my fingers on the pulse of SQL Server...
August 19, 2014 at 11:46 am
SQLRNNR (8/19/2014)
Lynn Pettis (8/19/2014)
Granted, it is a...
August 19, 2014 at 11:43 am
How about this one, starting monthly salary of $4,927 for a Senior Database Developer. That's 2/3 what I made at School District 11.
Granted, it is a non-profit religious organization,...
August 19, 2014 at 10:54 am
Eirikur Eiriksson (8/14/2014)
Luis Cazares (8/14/2014)
Grant Fritchey (8/14/2014)
Evil Kraig F (8/14/2014)
djj (8/14/2014)
ChrisM@Work (8/14/2014)
remember '76/'77
Wish I could remember what last year was like, I remember some nice days for '77 as...
August 14, 2014 at 12:42 pm
Evil Kraig F (8/14/2014)
djj (8/14/2014)
ChrisM@Work (8/14/2014)
remember '76/'77
Wish I could remember what last year was like, I remember some nice days for '77 as I have a picture of me...
August 14, 2014 at 12:22 pm
Jeff Moden (8/14/2014)
dwilliscp (8/14/2014)
Jeff Moden (8/13/2014)
I must admit, I'm totally...
August 14, 2014 at 9:59 am
Viewing 15 posts - 6,061 through 6,075 (of 26,490 total)