Viewing 15 posts - 1 through 15 (of 32 total)
Thanks for the reply.
Unfortunately, our deployments don't have Powershell yet. I'll keep this in mind for later.
Can this be morphed into something that would be called from a...
September 19, 2011 at 3:24 pm
Another thing to take into consideration is the setting of ANSI_PADDING at the time of table creation.
If it is set to ON, the trailing space(s) are preserved when the rows...
October 6, 2009 at 6:17 pm
To get rid of the errors:
1) Paste into new query window
2) Select the whole query
3) From the toolbar, choose Edit\Advanced\Delete Horizontal White Space
May 1, 2009 at 9:53 am
Jeff, many thanks for that article. I've seen so many people shoot themselves in the foot, exactly as you describe. Gee, I MAY have done it myself...
As was...
November 27, 2007 at 11:03 am
Ok, we solved this one. Turns out, the SQL datatype of the parameter needs to be set to SQL_VARCHAR, rather than SQL_CHAR.
Didn't matter in Access, matters a LOT in...
November 14, 2006 at 12:39 pm
My main problem with this article is that I, like several others, had trouble deciding whether the writer was serious or not.
If serious (which is my personal opinion since...
October 17, 2005 at 10:24 am
Atiq,
Thanks for expaining that. It wasn't clear to me, either.
You haven't found a way to make the '5' variable, have you?
September 13, 2004 at 8:44 am
That's good news, Calvin.
I'll try it in the next build of the product.
September 1, 2004 at 5:49 pm
Now THAT'S nice.
There are other variables besides the TOP X, such as start/end date/time, organizational units, etc. The underlying table has about 7 million rows, and is updated daily,...
September 1, 2004 at 5:02 pm
John,
Good thought. Impractical in this case, though. I currently have NO idea what the users are going to select, so I can't code myself into that kind of corner (already...
September 1, 2004 at 1:25 pm
Yeah, the whole point of the question was how to do it without the dynamic SQL.
I converted it to non-dynamic, selecting everything, expecting ROWCOUNT to limit the result. It worked...
August 31, 2004 at 4:36 pm
Aaron,
I'll try the cursor, but I'm guessing you're right about the speed.
Definitely can't select all of the results. MANY orders of magnitude more than is likely to be requested. I...
August 31, 2004 at 1:33 pm
Jim,
I just found that technique over the weekend, and implemented it today. Works great, as you know.
Do you know if there are any performance penalties for defining the linked...
August 23, 2004 at 3:07 pm
Jim, if the inter-database communication were on a larger scale, I would investigate your suggestion. Our design only has 5 tables that are 'shared', and there are never more than...
August 20, 2004 at 2:55 pm
Viewing 15 posts - 1 through 15 (of 32 total)