Re: Is sql server as good as access 97?
From: Michael Culley (mculley_at_NOSPAMoptushome.com.au)
Date: 09/27/04
- Next message: Michael Culley: "Re: Newbie question...setting GUIDs"
- Previous message: darrel: "Newbie question...setting GUIDs"
- In reply to: a: "Re: Is sql server as good as access 97?"
- Next in thread: Stephany Young: "Re: Is sql server as good as access 97?"
- Reply: Stephany Young: "Re: Is sql server as good as access 97?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 10:32:29 +1000
"a" <a@a> wrote in message news:#uWCgCCpEHA.1152@TK2MSFTNGP11.phx.gbl...
> You will want to look at creating stored procedures to reaplce the
> parameterized queries you used in access97.
Hi Jason,
Thanks for the reply, I was locked into converting the query to a view and
didn't think of stored procs. Unfortunately the database I am converting
uses queries stacked up to 10 levels deep with parameters at any of one or
more of those levels. AFAIK, the stored proc will only work if the
parameters are at the very top level query because you can't use a stored
proc in a select statement.
> Also, I'd recommend getting used to using the Query Analyzer to interface
> with your SQL databases over Enterprise Manager. It may eat up a bit of
> time now learning to write straight T-sql but you'll save significant long
> term time.
I've written all of the T-sql for the database as well so that the app can
create the database. Besides being for learning purposes is there any other
reason to use Query Analyzer? Wouldn't it get cumbersome, say, if you wanted
to do a quick check of the relationships in the database?
-- Michael Culley
- Next message: Michael Culley: "Re: Newbie question...setting GUIDs"
- Previous message: darrel: "Newbie question...setting GUIDs"
- In reply to: a: "Re: Is sql server as good as access 97?"
- Next in thread: Stephany Young: "Re: Is sql server as good as access 97?"
- Reply: Stephany Young: "Re: Is sql server as good as access 97?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|