October, 2007

Posts
  • Donovan Smith's WebLog

    Complex scripts in PDF

    • 1 Comments
    There is currently a bug in our SQL Server 2005 PDF renderer which may cause it to generate incorrect glyphs for text in a complex left-to-right script.  The reason this occurs is that we need to embed font glyph indices and metric information into...
  • Donovan Smith's WebLog

    SQL Server 2005 SP2 Cumulative Update 4 is available

    • 1 Comments
    The latest SQL Server 2005 SP2 Cumulative Update (CU4) is now available .  You can get it by calling into customer support or by making an online request .   There are two fixes in the feature areas I own that are included in this update: (Bug...
  • Donovan Smith's WebLog

    Rendering reports via Url Access

    • 3 Comments
    Querying Reporting Services for a report couldn't be easier with Url Access ( http://msdn2.microsoft.com/en-us/library/ms153586.aspx ).  For example: String report = "/Folder/Report" ; String filename = "Report.pdf" ; List <...
Page 1 of 1 (3 items)