Viewing 15 posts - 316 through 330 (of 1,492 total)
The Dixie Flatline (7/16/2014)
July 16, 2014 at 8:26 pm
Lynn Pettis (7/10/2014)
July 11, 2014 at 6:34 am
peter.cox (7/1/2014)
Oh i will.NO LOCK features heavily throughout the procedure. Shouldn't really be an issue (as it runs at 1am normally), but better safe than sorry
More concerned about the...
July 1, 2014 at 10:34 am
Next time it hangs, before restarting anything, can you run each select statement separately and as 1 to see they all run?
And maybe without NO LOCK check also to see...
July 1, 2014 at 9:56 am
Could also be written as a CTE.
Moving Gold and Silver to the partners table, or other changes to more normalize (keys instead of descriptions) will change things.
select
[partner_id]
,[competency_name]
,[program]
,[SKUgroup]
,[competencyname]
,[start_date]
,[end_date]
from [dbo].[partners] a
inner join...
June 27, 2014 at 9:30 am
Gangadhara MS (6/26/2014)
Its related to partner which they own it after meeting some sales criteria.
So...
June 26, 2014 at 1:17 pm
So P1 overlaps in Small / MidMarket Cloud Solutions?
Gold and Silver - is this related to Partner? Or to the Service being provided?
insert into partners ( 'P1','5/10/2013','2/6/2014','Gold Small and MidMarket...
June 26, 2014 at 12:07 pm
peter.cox (6/26/2014)
As to the whole Julian malarky - it's a pain, but entire system is set up like that. The fact the SP...
June 26, 2014 at 10:32 am
Just out of curiosity -
Have you ever tested with a Date / Year / Month / Julian table? And maybe one with current date populated daily?
We used this, and found...
June 26, 2014 at 9:00 am
Koen Verbeeck (6/26/2014)
Koen Verbeeck (6/26/2014)
Crystal ball needed!http://www.sqlservercentral.com/Forums/Topic1585731-3412-1.aspx
... and another one
http://www.sqlservercentral.com/Forums/Topic1586022-2799-1.aspx
I am doing a bunch of things.
Now I want to do another thing, and it is similar, just in SSIS.
Please tell...
June 26, 2014 at 6:57 am
Expected result is still not real clear.
It sounds like are looking for the Max for each competency.
I tend to agree with Grant's scenario, although you might also consider a slowly...
June 26, 2014 at 6:50 am
Run this on AdventureWorks cube.
Example of Product hierarchy.
I think it is what you are describing.
Basically show all members and showing no measure.
SELECT { } ON COLUMNS, { ([Product].[Product Model...
June 25, 2014 at 11:05 am
rodjkidd (6/19/2014)
June 19, 2014 at 2:14 pm
Sounds like it will only have potential to get worse over time, until the time comes when the business says 'enough'.
Fortunately I have had the pleasure of working where 'lights...
June 19, 2014 at 7:23 am
Ed Wagner (6/19/2014)
rodjkidd (6/19/2014)
We have a very temperamental server which is being upgraded this week.
It also has spaghetti jobs / packages....
June 19, 2014 at 6:10 am
Viewing 15 posts - 316 through 330 (of 1,492 total)