Sorting a String as a Number with T-SQL and SSIS
I was working on a Cube in Analysis Services for a client recently and needed to sort on a field...
2012-01-23
3,574 reads
I was working on a Cube in Analysis Services for a client recently and needed to sort on a field...
2012-01-23
3,574 reads
With some calculated members in MDX it only makes sense to see the calculation if a certain Hierarchy is used....
2011-10-28
2,505 reads
Auditing in SSIS can be a real headache. In this two part series blog I am going to try to...
2011-10-20
3,564 reads
Auditing in SSIS can be a real headache. In this two part series blog I am going to try to...
2011-10-16
1,701 reads
SSIS packages are great ETL tools and can do just about anything you need in terms of ETL. Most organizations...
2011-10-03
1,255 reads
Data mining is a great way to help your company make decisions and predict future values. The Data Mining Algorithms...
2011-09-30
8,682 reads
There is no native function built in to SSIS to get the previous row in the data flow. But with...
2011-09-29
1,735 reads
Previously I wrote a blog on how to do a for each loop to look through each col in an...
2011-09-29
1,227 reads
The Merge component in SSIS will take two sorted sources and union them while maintaining the original sort order. The...
2011-09-28
1,291 reads
If you have a parent package that is looping through a set of files and calling child packages and want...
2011-09-27
2,672 reads
By Steve Jones
I heard someone say recently that you can’t change a primary key value in...
By Kevin3NF
Indexes 101: What, Why, and When? “What Is an Index?” I get this question...
By Arun Sirpal
I do believe most people know about the ability to backup your SQL server...
I need to update greatherthan8 (category) record to Missing (status) if the same member...
Quick one I hope in case I'm heading off in entirely the wrong direction!...
Hi everyone I am looking at the size of my db on disk (ie...
How can I check what value I used for TEXTSIZE? I ran this code:
SET TEXTSIZE 8096But then deleted the code and couldn't remember. Is there a way to check this? See possible answers