Viewing 15 posts - 361 through 375 (of 530 total)
These queries are not the same. My gamble would be that you have duplicate recordid's in the cptrans_blacklist.
If you join with the table, the record from cptrans will be duplicated.
To...
January 17, 2003 at 9:49 am
If you want to have more than one date range linked to a single record, you can store the range in a separate table with a FK referencing the original...
January 14, 2003 at 8:42 am
There was an earlier post about this.
There should be ownership chains in SQL 2000 SP2 (maybe before that too). The problem in that situation was the fact that the dbo...
January 14, 2003 at 1:23 am
I know how these things grow, and I was just wondering if there are any issues with the DTS packages that made you choose this solution, to learn something more...
January 9, 2003 at 4:04 pm
Triggers are definitely the way to go in my opinion.
If I'm not mistaken, the identity value is part of the inserted table, so that's no problem either.
To get the id...
January 9, 2003 at 3:52 pm
As I see it, some of your choices are not the most straightforward ones. What was your argumentation for choosing this implementation?
Why you are using separate 'dummy' tasks to select...
January 9, 2003 at 10:41 am
If this is really a network error, maybe you can try connecting using another client library (e.g. named pipes). If this is possible with your configuration of course.
January 9, 2003 at 7:10 am
In the 'Notification' tab of an agent's properties, you can set options for logging (e.g. to the Event log).
January 7, 2003 at 7:37 am
Been working with Crystal reports 7 for some projects. Always got the job done, without too much hassle.
I think it's good value for the money (ever looked a licensing fees...
January 7, 2003 at 5:51 am
In your NOT IN subquery, you are comparing the values against the table you are inserting in.
The cursor (recordset) is built once, and you loop through the records. In the...
January 7, 2003 at 1:08 am
I don't think the solution from David solves this one. It will work, if you never have more than two records that need to be merged. It also won't take...
January 7, 2003 at 12:58 am
I believe the proposed price $15.00 is OK. Beats the price of most other books on the subject .
Have to agree with SQLBill on the typos. They...
January 6, 2003 at 6:52 am
Dificult one without some additional information.
First of all, do you have a 'parameter' in your select statements WHERE clause, and does that work without problems?
When you are updating, inserting or...
December 30, 2002 at 9:01 am
There is an ActiveX called PivotChart / PivotTable that allows easy connection to Analysis Services. (I guess this is what Nico Verbaenen is talking about.)
If I'm not mistaking, there is...
December 30, 2002 at 4:32 am
I think this might help you on your way, maybe there is some special data this query does not handle properly.
SELECT T.region,
...
December 27, 2002 at 3:41 pm
Viewing 15 posts - 361 through 375 (of 530 total)