Viewing 12 posts - 1 through 12 (of 12 total)
I like Option#3. It seems more straigtforward and should run faster as well.
Thanks for the feedback.
February 9, 2008 at 2:24 pm
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...
February 10, 2006 at 2:11 pm
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...
December 19, 2005 at 12:38 pm
Thank you Sergiy. I should i have read the link properly - it did answer my question.
Thanks.
November 10, 2005 at 5:54 pm
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...
November 10, 2005 at 3:50 pm
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...
June 29, 2005 at 4:11 pm
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...
May 5, 2005 at 1:00 pm
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) ...
April 6, 2005 at 3:22 pm
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...
April 4, 2005 at 3:37 pm
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...
March 25, 2005 at 12:20 pm
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...
March 25, 2005 at 11:30 am
Viewing 12 posts - 1 through 12 (of 12 total)