![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
Sep 29, 2008
http://msdn.microsoft.com/subscriptions/downloads/ Ricky
Tagged: net
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
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
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
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