Wed 1 Aug 2007
The July CTP for SQL Server 2008 (Katmai) has been released.
At the moment, in the upper-right hand corner it states that the June CTP is the current version, but if you click on it, you’ll get to the July release.
Wed 1 Aug 2007
The July CTP for SQL Server 2008 (Katmai) has been released.
At the moment, in the upper-right hand corner it states that the June CTP is the current version, but if you click on it, you’ll get to the July release.
Fri 27 Jul 2007
Fri 13 Jul 2007
Please see the following post by Bob Bojanic on the SSIS development team: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1855810&SiteID=1
It seems that a change to the CLR has caused binary incompatibilities between assemblies and the VB runtime.
To ensure you are not affected, be sure that you have SQL Server Service Pack 2 (SP2) installed.
Wed 11 Jul 2007
Looks like the tentative release launch date for SQL Server 2008 is February 27th, 2008. Along with this three-punch release launch is Visual Studio 2008 and Windows Server 2008.
Note that per the comment below and other official sources, Feb 28th, 2008 is a launch date, meaning that Microsoft will start a heavy marketing campaign (giving away free copies, perhaps, at trade shows, advertising, etc…).
Wed 6 Jun 2007
Just wanted to post a quick note to let everyone know that the CTP release (for June) has been released by Microsoft. Stay tuned for my take on things related to this new release as I get time to evaluate it.
http://www.microsoft.com/sql/2008/default.mspx
Also, keep an eye on Matt Masson’s (SSIS Dev Team) blog. He’s been pretty active with comments about the new version and how it relates to SSIS.
Fri 13 Apr 2007
A fellow MVP, Jeff Johnson, has been having some issues (Access is Denied) with respect to connecting to a remote SSIS service. Books Online does not, apparently contain complete information. (Reference: http://msdn2.microsoft.com/en-us/library/aa337083.aspx)
Bottom line, a few steps should be added to that document to ensure your users can connect. (The root problem is the need to keep the user out of the server’s local administrator group.)
Instead of documenting them here, I’ll just point you to the thread that contains the complete picture. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=701950&SiteID=1
In summary:
Fri 6 Apr 2007
Last night a user posted to the SSIS Forum a situation where he needed to be able to dynamically substring one field based on the substring rules contained in a table. So I put together a package that does just this. Before we go there though, I just want to mention that there are many ways, progmatically of course, to tackle this problem. The example below strictly follows my interpretations of Bill’s challenge. There is a better way by using the split() function, but never-the-less here’s the example using substring().
Wed 4 Apr 2007
Just a quick tutorial on using a script component as a source… Follow the link for screenshots.
Fri 30 Mar 2007
After responding to a few posts over on the SSIS forum today, I thought I’d post a few helpful tidbits.
Wed 14 Mar 2007
Over on the forums today a user, Pra Rav, has asked how do we work with mainframe zoned decimals. I have the answer, at least on how *I* deal with them. Take it or leave it as there may be other ways to do this, but it works slick enough for me to blog about it and to share it with Pra. Read on….