Viewing 15 posts - 3,886 through 3,900 (of 7,168 total)
June 4, 2012 at 12:41 pm
Is it your proc? Does it need to exist, and if so do you need to preserve it's interface because it has other uses? What is the proc doing? Depending...
June 4, 2012 at 12:40 pm
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...
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...
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:
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.
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...
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...
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.
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...
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...
June 3, 2012 at 9:21 am
Jeff Moden (6/2/2012)
opc.three (6/2/2012)
June 2, 2012 at 3:36 pm
Thomas Stringer (6/2/2012)
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.
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...
June 1, 2012 at 7:02 pm
Viewing 15 posts - 3,886 through 3,900 (of 7,168 total)