Viewing 15 posts - 286 through 300 (of 623 total)
Interesting. Clearly I need to study up on FOR XML PATH. Thanks, I'll continue to review.
October 15, 2012 at 7:07 pm
The issue sounds like the plan rather than the job. I would drop the plan and recreate, if its fairly standard you should be able to run the wizard. Or...
October 11, 2012 at 11:33 am
I'm faced with dozens of deployed packages that do not have logging enabled. So this would replace the need to modify lots of packages.
So I realize that accepted best practice...
October 10, 2012 at 3:01 pm
This thread looks promising as a solution....
October 10, 2012 at 11:18 am
Interesting dwain.c, thanks for the link.
Mr. Celko inspired my design choice based on previous post so I have come full circle.
October 2, 2012 at 9:10 am
That would certainly simplify table design and integrity enforcement with a slight increase in querying complexity. I'll look at my data model and evaluate the cost of changing this.
I still...
October 1, 2012 at 2:54 pm
I would also like to identify which record is which, the top or the bottom.
'bottom' 1 21 7
'top' 1,21, 9
'bottom' 3 29 13
'top' 3 29 15
'top' 4 55 27
'bottom' 4...
September 27, 2012 at 3:30 pm
What do you mean by random? We could have a huge philosophical discussion about what that means....
Can you order the projects by ID and take the highest value? Or lowest?...
September 24, 2012 at 9:53 am
Thanks. The following worked for me in the image expression..
="/Images/logo.png"
September 24, 2012 at 8:31 am
TRUNCATE can actually be rolled back. See my recent thread here:
http://www.sqlservercentral.com/Forums/Topic1361513-1292-1.aspx
September 20, 2012 at 9:39 am
This should get you started as far as SSIS.
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/70011/
September 6, 2012 at 9:44 am
Options you may want to explore.
http://technet.microsoft.com/en-us/library/ms153697%28v=sql.105%29.aspx
August 7, 2012 at 10:47 am
I ended up using a Months table, see below. This seems to simplify the analysis greatly.
Question: Is it appropriate to index every column in a calendar table like this that...
August 7, 2012 at 10:34 am
Viewing 15 posts - 286 through 300 (of 623 total)