Viewing 15 posts - 1 through 15 (of 23 total)
I just started trying that (always think of an answer right after I ask for help) so thanks for confirming I'm on the right track. Much appreciated!
May 17, 2006 at 1:01 pm
I would like to have seen a more fact and example based argument. What do these things to do performance and scalability. Every design decision has to be weighed out...
March 24, 2006 at 7:03 am
I agree it is a scary thought and, though not applicable in most cases, will be applied nonetheless. If I'm hiring an athlete, I do want to know what kind...
November 28, 2005 at 8:09 am
Paul, I wish you were my DBA. The VBScripts are required here because our DBA's refuse to touch a package or ini files once it's tested and sign-off. I can...
July 26, 2005 at 10:43 am
The package is moved from one server to another all the time by generating a script from dev, executing in qa, then executing in prod. The prod package still has...
July 26, 2005 at 8:01 am
We wrap our packages in what we lovingly call core scripts. They are VBScript that handle all the variables. We can literally port a package to any server at any...
July 25, 2005 at 11:33 am
We do this all the time by way of vbscript (using environmental variables for things like the server.database.login.password) and even using variables for the proc name, file name being processed...
February 9, 2005 at 7:34 am
I prefer using 'like' in the where clause and setting the parameter equal to % when the user wants to bypass it. The order by would have to be handled...
September 9, 2004 at 6:55 am
You have my sympathy. Pass-throughs are a good option, but you have to write them in T-SQL. If you're users are dumb, they won't be able to do that. I've...
September 8, 2004 at 9:08 am
When you go to XP, which I highly recommend considering MS no longer supports prior desktop OS, you will have even more problems. Access is meant to be a single-user...
September 8, 2004 at 7:25 am
Yes. All criteria is met. It executes fine in Query Analyzer, just won't do it when the proc is executed from the app. It does work if I change the...
August 18, 2004 at 8:37 am
Stored procedures are the absolute way to go. Some app developers like to argue against them b/c they think that equals job security. Regardless of performance, you still have distribution...
August 16, 2004 at 8:13 am
To be more specific, I use ADO to call SP, which runs against view. I'd like to use ADO to call SP, which runs against table.
Thanks for the bit...
May 27, 2003 at 6:56 am
I am executing from my local machine. Are you saying that the msdasql provider has to be installed on the SQL server? If so, then that must be...
December 31, 2002 at 11:07 am
Use Crystal. The only problem is that the product lifecycle for versions is slim and upgrades are not cheap. Furthermore, versions don't "play nicely" with each other. ...
October 17, 2002 at 9:58 am
Viewing 15 posts - 1 through 15 (of 23 total)