Viewing 15 posts - 3,886 through 3,900 (of 7,164 total)
Jeff Moden (6/4/2012)
opc.three (6/3/2012)
BTW... didn't need to do anything additional in the T-SQL for handling the ragged right nature of the file. 😉
You ought to put that one in...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 4, 2012 at 8:08 am
Jeff Moden (6/3/2012)
opc.three (6/3/2012)
Jeff, I have attached a sample package that does what I outlined in the pseudocode above. It is done in...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 8:08 pm
You can go away from using PIVOT and use a traditional crosstab. This should help clear things up. There is a link to part 1 for static data as well:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 7:08 pm
Assuming you mean a regular view and not an indexed view you would optimize the underlying query. A view (regular) is not able to be optimized in and of itself.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 2:25 pm
Ideally you and your testing team would have access to the same source control repository. Using some of the features built into TFS for example, you could leverage Labels or...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 2:23 pm
You could look into merge replication or transactional replication with a pull subscription. With those two methods you can control when replication runs. You would need to setup some type...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 2:18 pm
I would be happy to help if you provide DDL in the form of a CREATE TABLE statement, sample data in the form of INSERT statements and your expected results.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 1:28 pm
RBarryYoung (6/3/2012)
Jeff Moden (6/2/2012)
RBarryYoung (6/2/2012)
Jeff Moden (6/2/2012)
Thomas Stringer (6/2/2012)
SQLCLR is also a wise choice for complex string manipulation
I'll say "IT DEPENDS". Let's have a race. You write a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 10:46 am
I hope that addresses all the requirements. A package like this takes about 30 minutes to develop for a simple flat file and I only bother the database engine when...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 3, 2012 at 9:21 am
Jeff Moden (6/2/2012)
opc.three (6/2/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 2, 2012 at 3:36 pm
Thomas Stringer (6/2/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 2, 2012 at 6:51 am
For the record what the OP wants to do can be done without the use of any custom Script Tasks or Script Components, i.e. using only in-the-box SSIS objects.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 2, 2012 at 6:27 am
Perry Whittle (6/1/2012)
opc.three (6/1/2012)
IIRC Server 2008 uses an offset of 1024KB as a default when provisioning a new disk
Yes it does it's a sort of one size fits all, default...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 1, 2012 at 7:02 pm
I just did this type of research recently to validate some storage that was recently presented to one of my servers. IIRC Server 2008 uses an offset of 1024KB as...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 1, 2012 at 5:29 pm
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
Lynn Pettis (6/1/2012)
opc.three (6/1/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 1, 2012 at 4:04 pm
Viewing 15 posts - 3,886 through 3,900 (of 7,164 total)