Viewing 9 posts - 1 through 9 (of 9 total)
I am getting the exact same behavior from an Access 97 workstation under XP to SWL 2000 SP3 under 2003 Server. The workstations are bombing out with the error 12-18...
April 8, 2005 at 6:38 am
Issue resolved. An SP that management had be add an OR condition to was eating up all the server resources.
Pat
December 30, 2004 at 3:38 pm
It should be
select @myVar
instead of
select * from @myVar
since @myVar is not a table variable.
Pat
June 16, 2004 at 11:13 am
What happens when you run the view? The two panes greying out and the message that it cannot display the view in the designer are normal.
Try putting a CREATE VIEW...
April 8, 2004 at 11:46 am
While the Case Statement is supported in Views, it is not supported in the View Designer grid and will need to be typed into the SQL statement directly.
Pat
April 8, 2004 at 9:19 am
I deal with this problem on a daily basis and the best way I have found to handle it is to convert the IIF statements into CASE.
IIF(Condition,True Part, ELSE PART)
Case
...
January 30, 2004 at 11:57 am
We are running a 30+ Gig database, backups straight to a DAT tape drive takes 1 hr 30 minutes, to a local partition dedicated to backups, about 40 minutes. Both...
June 20, 2003 at 1:54 pm
I am mainly a developer who started out in DBASE, RBASE, and Paradox many years ago but I have been working as a DBA for about the last 5 years,...
March 3, 2003 at 2:55 pm
I find default parameters very useful as I work in an environment where I often have an Access application sharing an SPROC with a web page where a parameter might...
January 8, 2003 at 10:05 am
Viewing 9 posts - 1 through 9 (of 9 total)