zulfi

Stories kicked by zulfi

Visual Studio 2008 Performance Issues(chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 4 years, 3 months ago

Details about some performance issues that cropped up in Visual Studio 2008. read more...

4 comments |category: |Views: 25

tags: another

A better way to create a dynamic SQL stored procedure(xerratus.com)

submitted by xerratusxerratus(415) 4 years, 4 months ago

This one has been plaguing me for years: What is the best way to create a dynamic stored procedure that allows null inputs to filter results? Today, while working on another request to come up with a dynamic stored procedure for a specific report a client wants, I had an epiphany. If I use isnull() in conjunction to with the actual value, I can get the desired results, no matter what input(s) are null -if any or all. read more...

add a comment |category: |Views: 5

tags: another