Forum Replies Created

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

  • RE: Formulating a query with dynamic WHERE clause

    I like Option#3. It seems more straigtforward and should run faster as well.

    Thanks for the feedback.

  • RE: Question on Index usage

    The answer is "maybe".

    It depends on type of index and data distribution. If you query on A, and there are large numbers of repeating values of A in...

  • RE: Question on Index usage

    Thanks for the responding to my post.

     

     

     

  • RE: Help forming a specific select query

    Adding a "distinct" to the query might be helpful in case a person bought more than 1 item of the same type on a transaction. Say a person buys 2...

  • RE: JOIN question

    Thank you Sergiy. I should i have read the link properly - it did answer my question.

     

    Thanks.

  • RE: JOIN question

    Thanks for responding.

     

    The group by query is useful. But, i need to futher filter the join table by the CrDate. From the join table I need to fetch only those...

  • RE: Dynamic Properties Task

    You can write a .NET program or VB program that would dynamically load the .NET package and use the DTS object model to manipulate the data source property of each...

  • RE: AS400 to SQL Server

    Try generating text files or excel files out of the AS400 database and then use DTS to import the data in the files to SQL server tables.

    Hope this answers your...

  • RE: T-SQL WHERE CLAUSE

    Thanks to all for your inputs.

     

    I knew that i could do it by using a separate IN clause for each column, but i felt that the  syntax WHERE (a,b,c) IN (1,2,3) ...

  • RE: DTS error - System cannot find the path specified

    I figured it out myself after some trial and error.

    Initially I had set the path to the UDL file to directory "A".  At that time i was not using the...

  • RE: CURSOR FETCH STATEMENT hangs

    Thanks for the response.

     

    The tempdb is 955 MB in size and the hard disk is 33 GB (12 GB free space). Its our development database machine.

     

    Please pardon my lack of...

  • RE: Stop DTS Package Execution if 0 Byte File

    To stop your DTS package , you need to flag the step to say that the DTS package should fail if the particular step fails.

    In case of Activex Script task, if...

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