Viewing 15 posts - 526 through 540 (of 1,250 total)
djj (2/26/2016)
ThomasRushton (2/26/2016)
Ed Wagner (2/25/2016)
Revenant (2/25/2016)
crookj (2/25/2016)
Grumpy DBA (2/25/2016)
Ed Wagner (2/25/2016)
ThomasRushton (2/25/2016)
DonlSimpson (2/25/2016)
Ed Wagner (2/25/2016)
Grumpy DBA (2/25/2016)
crookj (2/25/2016)
Ghost (Rider)Pepper
Habenero
Blaze
Saddle
Horse
Mongo
Beans
Campfire
Marshmallows
Ghostbusters!
Slimer
Green
February 26, 2016 at 4:48 am
SELECT TOP 12 ---Create a list of numbers from 0 - 12
N = IDENTITY(INT ,0,1)
INTO #tally
FROM
master.dbo.syscolumns sc1,
master.dbo.syscolumns sc2;
WITH curr_per AS --Find all the current period indicators
(
SELECT
periodnumber
,CalendarPeriodId
,CalendarYearId
FROM
test...
February 26, 2016 at 2:47 am
djj (2/25/2016)
jasona.work (2/25/2016)
Listening to my playlist on my phone today, just went from Dragonforce, now I'm listening to an Alex Band tune...
February 26, 2016 at 1:17 am
Can you post some sample data please?
It will make it much easier to understand what you want and to come up with a solution.
February 25, 2016 at 8:53 am
Reported as spam
February 25, 2016 at 3:31 am
astrid 69000 (2/24/2016)
I have a table that each row related to another row, and apart from that they have nothing in common.
create table #mynumbers (Appl int, Pre_App int);
insert into #mynumbers...
February 24, 2016 at 5:44 am
Ed Wagner (2/23/2016)
Ed Wagner (2/22/2016)
DonlSimpson (2/22/2016)
ZZartin (2/22/2016)
Grumpy DBA (2/22/2016)
djj (2/22/2016)
FixesNeutered
Schnauzer
Terrier
Bichon
Greyhound
Bus
February 23, 2016 at 6:27 am
Steve Jones - SSC Editor (2/18/2016)
BWFC (2/18/2016)
February 18, 2016 at 10:10 am
To be pedantic, it depends on what edition you run the code. I know that the unwritten rule is assume the latest version but many people testing that, like...
February 18, 2016 at 1:09 am
February 17, 2016 at 8:01 am
Since I know you and I have the same smoker, have you done anything to protect it from the weather? I never found a decent cover for it and it...
February 9, 2016 at 4:29 am
ChrisM@Work (2/9/2016)
Sean Lange (2/8/2016)
February 9, 2016 at 4:20 am
Jack Corbett (2/5/2016)
BWFC (2/5/2016)
It's done through stored procs called by SSIS. We first load a staging table then the fact table.
Okay so that makes the process...
February 5, 2016 at 8:59 am
Jack Corbett (2/5/2016)
Can a person have risk at one load and then not have a risk the next load?
How will...
February 5, 2016 at 7:53 am
That was just a back-of-a-fag-packet, as-I-type guess. I'm in the process of breaking things open to have a look now and already I've spotted one reason why I've lost...
February 5, 2016 at 7:44 am
Viewing 15 posts - 526 through 540 (of 1,250 total)