Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Ricky Datta Blog

Yearly Archives: 2008

Latest news from Ricky Datta Blog

  1. Whidbey Beta 1 is up on MSDN Subscription.

    Sep 29, 2008

    http://msdn.microsoft.com/subscriptions/downloads/ Ricky

    Tagged: net

  2. T-sql wish

    Sep 29, 2008

    I wish I could write the following in t-sql : raiserror('Error in procedure %s, statement [%s] stack trace [%s]', 1, 1, @@current_proc_name, @@current_statement, @@stack_trace) where @@current_proc_name = name of

    Tagged: t sql

  3. Buggiest dot net assembly : System.Web.Mail

    Sep 29, 2008

    Because of COM Interop, actual error messages are lost - so is the programmer. Anyway, seems like there is a lot of dependency on OS version, office/outlook, ado combination - very temperamental. I have switched to

    Tagged: net

  4. dbcodegen

    Sep 29, 2008

    Check out my (commercial) sql server ado.net code generator http://www.dbcodegen.com Features sproc -> ado.net datareader classes sproc -> ado.net dataset classes tables -> xsd, classes tables -> CRUD

    Tagged: net

  5. T-Sql wish - another one

    Sep 29, 2008

    I wish T-Sql had an Oracle like SGA system buffer which would keep records of - all expensive (CPU, IO) queries made since startup - all full table scans on large and medium tables This way we do not have to hunt for

    Tagged: t sql