Viewing 10 posts - 46 through 55 (of 55 total)
Okay, righto, that makes sense now. If the actual query I wrote was like so...
SELECT TOP 100 PERCENT *
FROM (
SELECT...
July 30, 2002 at 3:34 pm
I've been thinking about triggers as well. That might be the best solution, in the end.
And yes, we would want to do tons of SELECTs, a...
July 19, 2002 at 8:36 am
The replication idea is something that has come to mind several times. Perhaps we get the best of both that way: Our data's actual *home* is in the...
July 18, 2002 at 10:13 am
Antares & Andy,
Thanks for the input on this. It pretty well confirms my own guesswork, but you guys are tapping into years of experience that I haven't had, and...
July 18, 2002 at 7:33 am
Folks, thanks. From a simplicity point of view, I like the notion of just pouring all the data into one database. There might be contractual issues there though;...
July 18, 2002 at 7:27 am
Antares686, thanks. That's excellent news. I hadn't seen any problems myself with our usage of this technique, but it's good to put the concern to rest.
- Tom
July 18, 2002 at 7:21 am
We did battle with this same problem and came up with the same results. Saving a file in comma or tab delimited format, and naming the file "[something].csv" results...
July 17, 2002 at 9:54 pm
re: "The key to views are their reusability and the simplification of maajor complex queries. However if a view does not represent a query that is reusuable for more...
July 17, 2002 at 9:23 pm
And to add further complication to this happy task, if we could keep the technique that performs the aggregating flexible...that would help. Because they are signing on new Companies...
July 17, 2002 at 6:32 pm
Viewing 10 posts - 46 through 55 (of 55 total)