Re: newbie question - local queries
- From: "larpup" <larpup@xxxxxxxxx>
- Date: 12 Sep 2006 11:31:11 -0700
Thanks for the advice. I was hoping that identifying myself as a
newbie would pretty much give the idea, that, I am a NEWBIE... I do
appreciate the advice very much.
Regards,
Lar
dbahooker@xxxxxxxxxxx wrote:
thanks but I dont have a problem getting business
for the most part, 2 people can run the same query at the same time--
unless you use some wierd persistent tables instead of using
tempTables.
Select *
INTO #SysObjects
From Sysobjects
this builds a temp table.. if you have 2 people that need to do the
same stuff at the same time; they will each have their own connection
so they can both fire this exact same statement
Select *
INTO #SysObjects
From Sysobjects
larpup wrote:
Response as follows:
dbahooker@xxxxxxxxxxx wrote:
why would you need unique views for a particular workstation?I have never used SQL Server, but have started reading and studying it.
I work in Access and a legacy program which permits queries to the
local workstation.
more appropriately; you can do this for a particular user.
but it's all hogwash.
why would susies' view be different than toms?
I understand a vew is a "RETUN" of a query. So two or more workstations
can execute the same sql or store procedure at same time then? As I
said, am inexperienced with SQL Server.
I am inexperienced to SQL Server and attempting to educate myself. If
seriously; in great detail > do you know how to program?
you are so experienced , then it would behoove you to have a better
attitude. It could possibly you business, but that's another matter.
Not interested in local tables. Need to educate myself on the
local queries, local tables-- they're completely unnecessary and all
they do is make your application too complex.
differences between Access and SQL Server.
-Aaron
larpup wrote:
I've been asked to re-write an access app with sql backend.. can anyone
enlighten me regarding "how to emulate Access local queries"? Since
sql server is all on the backend, how does one make unique views for a
workstation?
Any advice is appreciated.
Lar
.
- References:
- newbie question - local queries
- From: larpup
- Re: newbie question - local queries
- From: dbahooker@xxxxxxxxxxx
- Re: newbie question - local queries
- From: larpup
- Re: newbie question - local queries
- From: dbahooker@xxxxxxxxxxx
- newbie question - local queries
- Prev by Date: Re: Getting current DB with an adp connection
- Next by Date: Re: Getting current DB with an adp connection
- Previous by thread: Re: newbie question - local queries
- Next by thread: Re: newbie question - local queries
- Index(es):
Relevant Pages
|