blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQL Server » katmai
Showing page 1 of 2 (18 total posts)
  • SQL Server 2008 RTM

    SQL Server 2008 is out! All editions are on MSDN now except for Express, which should hopefully follow soon. Enjoy!
    Posted to David Portas' Blog (Weblog) by David.Portas on August 6, 2008
  • Update on T-SQL MERGE

    The MERGE syntax I used here has changed. In 2008 RC0 the ''WHEN SOURCE NOT MATCHED'' clause is replaced with ''WHEN NOT MATCHED BY SOURCE'' which is supposed to make the meaning clearer. Although MERGE is part of standard SQL 2003 it's worth noting that the SOURCE NOT MATCHED / NOT MATCHED BY SOURCE clause is not part of the standard. ...
    Posted to David Portas' Blog (Weblog) by David.Portas on June 9, 2008
  • SQL Server 2008 RC0

    SQL Server 2008 Release Candidate 0 (build 10.0.1442.32) was released to MSDN and TechNet subscribers on Friday. It should be available to everyone else very soon via the Connect site. http://msdn.microsoft.com/en-us/subscriptions/default.aspx http://technet.microsoft.com/en-us/subscriptions/default.aspx   Apart from the new branding ...
    Posted to David Portas' Blog (Weblog) by David.Portas on June 9, 2008
  • Katmai bug fixes

    There's some good news filtering into my inbox today about SQL Server bugs that have been fixed in the upcoming CTP (i.e. CTP6).Title: SSIS: Raw files throw an error at 4GB Description: It is not possible to load more than 4GB of data into a raw file. Status: Resolved (Fixed) Link: ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on December 19, 2007
  • Katmai: Times They Are A-Changin'

    SQL Server 2008 is upon us and if there is one feature about which I am somewhat excited (sad geek, I know) is the plethora of new data types designed purely to store dates and times. To explain the reasons for this excitement let me just list the problems with existing SQL types. The first major issue is that of resolution: Smalldatetime has ...
    Posted to Memoirs of a Plumber (Weblog) by marcin.kaluza on November 20, 2007
  • SQL Server 2008 November CTP

    CTP5 is available today! http://www.microsoft.com/downloads/details.aspx?FamilyId=3BF4C5CA-B905-4EBC-8901-1D4C1D1DA884 Jamie has already blogged about some of the new goodies in CTP5, which include Intellisense for Management Studio. Also new in this release is the FileStream feature, which is something I've been working with ...
    Posted to David Portas' Blog (Weblog) by David.Portas on November 19, 2007
  • Katmai: SSMS: Intellisense arrives in SQL Server Management Studio

    Hallelujah. Finally SQL Server Management Studio has caught up with the rest of the world and started offering intellisense within SQL Server Management Studio. Here's some screen shots:   CTRL-J brings up a list of all available objects for a FROM clause   Specifying part of a fully-qualified name (which you all use, right?) ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on November 16, 2007
  • Katmai: SSIS: Lookup component gets a makeover

    Just like Andrea Merkel, Tottenham Hotspur and Britney Spears' career, the Lookup task in SSIS 2005 is in serious need of a makeover. Whilst it is one of the more useful components in the SSIS toolbox it has a number of shortcomings including: Inability to dynamically build the SQL statement that populates the cache when in 'Full Cache' mode ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on November 16, 2007
  • Katmai: SSMS: Sometimes its the little things that make all the difference....

    Spotted in pre-CTP5. Right-click on a table and see 2 new options:Select Top 1000 RowsEdit Top 200 Rows As I say, very simple. But for large tables those will be very handy. Can you think of any other small bug significant improvements that you'd like to see made to SQL Server Management Studio? Buck Woody wants to hear about ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on November 16, 2007
  • SQL Server 2008 MERGE

    MERGE is a new DML statement in SQL Server 2008. Microsoft have implemented the ISO SQL 2003 and 2007 standard MERGE statement (as seen in Oracle and DB2) and added some extensions of their own. In a nutshell, MERGE allows you to perform simultaneous UPDATE, INSERT and/or DELETE operations on one table. There are new physical operators that ...
    Posted to David Portas' Blog (Weblog) by David.Portas on November 14, 2007
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems