Viewing 15 posts - 181 through 195 (of 322 total)
Thank you GSquared, I didn't know that.
(If I keep hanging around here, I might someday get the hang of all this foolishness!)
April 21, 2008 at 8:58 am
Off the top of my head (/guesswork ahead):
I don't think Access can pass arguments to a view, nor can a view take arguments.
Arguments can be passed to a procedure (although...
April 21, 2008 at 5:51 am
Thanks very much Matt. That sounds worth a try. And detecting and limiting the damage is all I need.
April 18, 2008 at 12:30 pm
Better names, thanks chandrachurhghosh.
(Unrelated dumb question, why do you and Phil have a "GO" at the end of your queries?)
April 18, 2008 at 12:04 pm
I'll buy that if you have a transaction production system, making a clone for query might be a useful practice. But the problem has just moved, not been solved....
April 18, 2008 at 10:41 am
"...but what happens when you do need to run a query that's going to take all night to compile its data?"
Then you get your favorite high-priced DBA (if you have...
April 18, 2008 at 8:07 am
Geez, when both Jeff and Gail (both of whom I respect) gang up on me, I must be wrong!
But I'm hard to convince, and I see it as a huge...
April 18, 2008 at 7:12 am
Thank you so much.
Query Governor (2008!) sounds exactly like what I need.
Frankly, I expected someone to point me to some overlooked system parameter to limit elapsed time, cpu, i/o, etc....
April 18, 2008 at 6:03 am
That's the chauvinistic IT department high priest answer!
I don't care about the job title of the author of the problematic query, I just want to limit the impact.
(And please don't...
April 18, 2008 at 5:36 am
Phil Knott (4/16/2008)
Is this what your after?USE master
GO
SELECT size, name, filename
FROM sysaltfiles
GO
Thank you for that (I like clean and...
April 18, 2008 at 5:27 am
It seems inelegant, but create a #temp table (with an agreed upon name) to hold the two argument columns in the calling query, and let the called function/procedure reference that...
April 16, 2008 at 4:54 am
For any of the three approaches (Boot Camp, Fusion, Parallels) you need to a copy of XP to install. Boot Camp is free and comes with OSX, but requires a...
April 11, 2008 at 8:22 am
"Dunno about you though, but I very seldom have a query that it a true cartesian product."
I have many (well at least some) that are important.
Consider a table of employees...
April 11, 2008 at 8:06 am
Viewing 15 posts - 181 through 195 (of 322 total)