Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: SSMS Add-in for Extended Property MS_Description

    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...

  • RE: Super Quick Table Meta Data

    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...

  • RE: Super Quick Table Meta Data

    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...

  • RE: Export SQL2005 to Compact Edition 3.5

    Thanks, will give it a try.

  • RE: import table and data in compact edition

    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...

  • RE: Dynamic sorting via parameters to procs

    Excellent trick! I like it! WIll give it a whirl and see how it works for me. Will report back.

    thanks!

  • RE: Dynamic sorting via parameters to procs

    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...

  • RE: CRUD & stored procs

    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...

  • RE: TimeTracker app looking for records that overlap with intended TimeStart and End

    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...

  • RE: MSSQLSERVER Service is killing my Domain Account

    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...

Viewing 10 posts - 1 through 10 (of 10 total)