Viewing 10 posts - 1 through 10 (of 10 total)
No suggestions? Tried looking into creating my own and although doesn't look impossible just would hate to kick myself for spending hours on something that's already been done and relatively...
September 14, 2011 at 11:45 am
OK took a stab at making it SQL2K compatible and added Meta Data Description as an extra column. Not perfect but so far it seems like it works on...
August 25, 2011 at 11:32 am
Just found this article and am thrilled because I am working on a new contract with a crazy DB system. This is immensely valuable except I need it for...
August 25, 2011 at 8:41 am
I have use the tool recommended from Johnny Cant but I'm getting an error when I try to open the connection in VS2008.
The selected database was created with an earlier...
May 20, 2009 at 8:26 am
Excellent trick! I like it! WIll give it a whirl and see how it works for me. Will report back.
thanks!
March 31, 2009 at 1:59 pm
Here's my Proc. I don't think it's necessary to have an if statement with two identical sets of SQL differing only on sort direction.
/***=================================================================================================
TEST UNIT
*****************************************************************************************************
=====================================================================================================
exec get_lcm_laneclosure_Filter @closure_type_id = 2
exec...
March 31, 2009 at 1:28 pm
I use COalesce extensively to handle the possibility of many params when doing searches and things like that.
I don't prefess to be a SQL guru but I have found...
March 31, 2009 at 9:55 am
I see your point, but I don't think that's right either.
This seems to be working for me and covers all points. Thanks for the highlight.
Declare @Resultbit;
Set @Result...
June 5, 2008 at 9:03 pm
Found the issue, it had nothing to do with SQL but SQL was the trigger that started the domino effect. It was a setting in Documentum Eroom (Portal similar to...
December 19, 2006 at 2:53 pm
Viewing 10 posts - 1 through 10 (of 10 total)