Viewing 15 posts - 1,186 through 1,200 (of 1,353 total)
I don't recommend that you get in the habit of downloading entire tables. It may only have 10,000 records today, but a year from now, how many will it have. ...
May 4, 2006 at 3:31 am
Triggers serve best as methods to maintain low level data integrity that cannot be done through standard relational methods. The inactivation of a major site, for example, should via trigger...
March 31, 2006 at 6:56 am
Everyone's talking differences, and they are all good points, but one very important similarity: the "rules" for determining tables, primary and foreign keys, etc, are the same.
March 31, 2006 at 12:22 am
After some trial and error, I have determined the answer is
="http://...." & Fields!<fieldname>.Value
March 25, 2005 at 2:03 am
I'm trying to appending a dynamic value (field from a recordset) to the end of a URL string. If you look at what you have, it would be similar to...
March 24, 2005 at 10:07 am
Ich kann Deutsch, aber die meisten andere Mitgleider koennen es wahrscheinlich nicht. Kannst du bitte die auf deutschen Anweisungen uebersetzen? Danke.
I can read German, but most of the other members probably can't. Can...
March 15, 2005 at 11:49 am
My app isn't quite as intensive as yours, so you will need to make a few adjustments. I make 5 log b/u's during the use cycle, and one as part...
March 15, 2005 at 7:36 am
I keep all my trans logs in one file. The risk of damage to the file can be overstated, because if you were to have 7 seperate files, any of...
March 15, 2005 at 6:16 am
I wouldn't normally add to such a pile-on, but it IS such a bad idea, that I can't believe someone suggested it seriously. Performance is important, but not at the...
March 9, 2005 at 8:31 am
Using Active X scripts, divide the retrieval and size check steps. Use the File Scripting Object to check for the size of the file in the second step. If it's...
March 4, 2005 at 5:56 am
I would put the active X script in it's own DTS package, and then run that package as the second step of a job, which runs whether the first step...
March 2, 2005 at 6:06 am
It's not tricky to restore a structured storage file. You right click on the folder and choose open package.
I use both methods. The downside of depending solely on a b/u...
February 25, 2005 at 5:20 am
That's a pretty slick way to do it. I'll add it to my arsenal of tricks.
Thanks,
February 4, 2005 at 1:43 pm
Phil,
How would you use your technique to have a mail message sent if a job failed? It seems to me that your method works fine if you are sending a...
February 3, 2005 at 9:15 am
Viewing 15 posts - 1,186 through 1,200 (of 1,353 total)