Forum Replies Created

Viewing 5 posts - 91 through 95 (of 95 total)

  • RE: Controlling DTS Workflow from ActiveX Script

    Right-click on the archive active-X object, select 'Workflow Properties' under 'Workflow'

    Select the Options tab

    Tick 'Use ActiveX scripts' and select 'Properties'

    Insert the following ActiveX script, and modify the filename for your needs

    '**********************************************************************

    ' ...

  • RE: Joins - Best Practice

    rockmoose: 🙂 I'm not so hot at maths, so you win!  I was thinking along the lines of storing numeric keys in the char data.  Thinking further, if you use...

  • RE: Joins - Best Practice

    Something else to consider when designing your joins and indexes (you should preferably be joining on indexed fields), is that an Int takes 4 bytes of physical space, thus your indexes will...

  • RE: Joins - Best Practice

    I was told on a SQL cource I attended, that SQL Server 2000 is optimised for use of Int and GUID as Primary Keys, and for joining.

    I haven't been able to...

  • RE: i want to execute a stored procedure

    You could replace the called sproc with a user defined function (UDF) which can return a temporary table.  You then use the temporary table as your result set.

Viewing 5 posts - 91 through 95 (of 95 total)