Menu

Close
  • Home
Subscribe
Menu

Mark J. Miller

125 posts
← Newer Posts Page 19 of 21 Older Posts →

ASP.NET AJAX - Update Panel Timeout

When using the asp:UpdatePanel server control for asyncronous communication with the web server the default timeout is 90 seconds. For some processes this may not be long enough. For example, I am currently working on a reporting application and at the »

Mark J. Miller on asp_net_ajax, asp_updatepanel 11 March 2008

Search the source of SQL Server views and stored procedures

Ever have to work on a database with a large number of views and you needed to search the content of the objects? Well, here’s a query which will allow you to search inside your view objects: DECLARE @search VARCHAR(1000) SET @search = '[text]' SELECT »

Mark J. Miller on sql_tools, ssms, sql_server 18 February 2008

Better Generate Scripts Tool for SQL 2005

Frustrated by the inability to script SQL Server 2005 objects with BOTH a CREATE and DROP statement? Generally, I write all my scripts with both statements and then save them and include them in source control, so this hasn’t really been a problem for »

Mark J. Miller on sql_tools, sql_server, dba 13 February 2008

Extend Anonymous Types using Reflection.Emit

Update 2015 Dec 28: It has been brought to my attention that this code has been enhanced by Kyle Finley. You can read about his enhancements here and the source code is available on Github. Kyle has told me he plans to release a NuGet package which I »

Mark J. Miller on net_framework_3_5, anonymous_types, reflection_emit, asp_net, asp_net_mvc 12 February 2008

Database Loadbalancer Revisited

The load balancer I wrote last year never made it into full production. While it was still in Q&A we hit our deadline and we stopped new development as we hit our “busy season”. At MaxPreps, once the fall season starts and football is in full swing our »

Mark J. Miller on sql_server, sql_performance 07 March 2007

SQL Server CLR Integration Part 1: Security

As I mentioned in my last post I’ve begun investigating the SQL Server CLR. I decided after getting warmed up to commit to an entire series of articles and I’ve just finished the first one on security. I figured it would be the best place to start as »

Mark J. Miller on sql_clr, sql_server_security, sql_server 05 March 2007
← Newer Posts Page 19 of 21 Older Posts →
developMENTALmadness © 2017
Casper theme powered by Ghost