Tattersall's gamble with password security
Bragging rights http://www.itwire.com/content/view/25873/1231/1/1/
A blog about IT related stuff.....
Bragging rights http://www.itwire.com/content/view/25873/1231/1/1/
Posted by Jeff Wharton at 1:45 PM 0 comments
Labels: Security
Over the last few months I've been answering questions on the SSIS Forum as well as working on a data migration project here in Canberra. During this time I've found a number of valuable articles (which have subsequently been added to my favourites collection for future reference) so I thought I'd share them with you.
Performance Tuning
Top 10 SQL Server Integration Services Best Practices
An article by SQLCAT discussing what they consider to be the 10 most important practices to consider when developing SSIS packages. This article also discusses what tasks are best done in T-SQL instead of SSIS.
Getting Optimal Performance with Integration Services Lookups
An article that discusses several techniques for getting optimal performance from a Lookup transform in SSIS.
Troubleshooting Package Performance
Integration Services includes features and tools that you can use to troubleshoot the performance of packages. For example, logging captures run-time information about packages, and performance counters let you monitor the data flow engine. This article provides information about these features, along with suggestions for designing packages to avoid common performance issues in SSIS 2005
Improving the Performance of the Data Flow
This article provides suggestions about how to design Integration Services packages to avoid common performance issues and also provides information about features and tools that you can use to troubleshoot the performance of packages in SSIS 2008.
Integration Services: Performance Tuning Techniques
This white paper describes common performance-tuning techniques that you can apply to your SQL Server Integration Services (SSIS) 2005 data integration solutions.
Scheduling
How to Schedule and Run a SSIS package Job
To execute a SSIS package via a SQL Server Agent Job you need to configure a Proxy Account and assign it as the executor of the Job Step. This article discusses how to do this.
Developing
SSIS does not contain a built in component for generating surrogate keys but there is still a mechanism for doing it – the Script Component. The Script Component allows us to modify the data in a data flow path using managed code and we can use it to generate surrogate keys.
SSIS does not contain a built in component for generating surrogate keys but there is still a mechanism for doing it – The Row Number Transformation. The Row Number Transformation calculates a row number for each row, and adds this as a new output column to the data flow. The column number is a sequential number, based on a seed value. Each row receives the next number in the sequence, based on the defined increment value.
Integration Services Data Types
Provides datatype mappings between SSIS, SQL Server, Jet, Oracle and DB2 for SSIS 2005 and SSIS 2008.
Administration and Setup
Configuring Integration Services in a Clustered Environment
The Integration Services service is not a clustered or cluster-aware service, and does not support failover from one cluster node to another. Therefore, in a clustered environment, Integration Services should be installed and started as a stand-alone service on each node in the cluster. These articles discuss how to install and setup SSIS 2005 and SSIS 2008 in a clustered environment.
Posted by Jeff Wharton at 2:58 PM 0 comments
Labels: SQL Server Integration Services
When: Tuesday, 10 February 2009 -
Posted by Jeff Wharton at 11:41 AM 0 comments
Labels: Canberra SQL Server User Group
The December 2008 edition of the WARDY IT Solutions SQL Server Newsletter has been released. In this issue we cover:
Posted by Jeff Wharton at 2:11 PM 0 comments
Labels: WARDY IT Solutions Newsletter
All Australians are urged to participate in the Australians Against Internet Censorship movement.
Visit these sites quickly before they're added to the Australian Government's Blacklist :-)
March
http://wiki.efp.org.au/index.php?title=13th_December_2008
Website
Blog
YouTude
http://au.youtube.com/watch?v=ZPBdWjIrUn4
http://au.youtube.com/watch?v=tH35CVig3fQ&feature=related
Posted by Jeff Wharton at 11:39 AM 1 comments
The July 2008 edition of the WARDY IT Solutions SQL Server Newsletter has been released and can be viewed at http://www.wardyit.com/newsletters/jul2008.htm.
In this issue we cover:
Posted by Jeff Wharton at 3:29 PM 0 comments
Labels: WARDY IT Solutions Newsletter
Test drive Microsoft SQL Server 2008 in a virtual labs.
Keep up-to-date with new lab releases by subscribing to the SQL Server 2008 Virtual Labs feed
Posted by Jeff Wharton at 9:28 AM 2 comments
Labels: SQL Server 2008