You tell them to do things and they partly do it. My gripe with MakeCab is that the files in the CBA archive (or wsp) don't use the same date stamp as what Windows Explorer uses. Building a DLL and as part of a post-build step you're putting the new DLL into the CAB file? Wouldn't it surprise...
Most of the SQL Server users I know are big fans of stored procedures, but barely use functions, if ever. Functions are really nice, but I'm not going to go into all the reasons you should love them I'm just going to point out the use I recently made of one. You can write what is essentially a stored...
I hit a snag with SSRS 2000. I have data for my report which can be filtered by location or groups of locations. The problem is that this filter requires some dynamic SQL on my part: CREATE PROCEDURE vm_RPT_GetSalesMixData @pInqType integer AS -- set our where clause Declare @LocNoFilter NVARCHAR(100...