Re: MS SQL -> ACcess Data Export (Nearly 2 000 000)
- From: "Graham Harris" <ng@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 20 May 2006 15:53:24 -0700
SEDS wrote:
We will collect 100+ MS SQL servers data in one central server. Localexecute
Servers are not allowed to acces internet. Local users can not
simple task on computers. They dont have enough knowledge about
computers. So I have to write simple app. for exporting data. Is
there any DTS app. example?
Thanks
"Graham Harris" <ng@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:446f582f@xxxxxxxxxxxxxxxxxxxxxxxxx
> SEDS wrote:
>
> > Hello,
> > I have to export jobs from MSSQL server database to access
database. > > Nearly 2 000 000 datas have to be exported. This
operation will be > > done over 100 MS SQL Server. I am using Delphi
6. When I try to run > > the program it gives "virtual memory not
enough". error. Is there Any > > idea?
> >
> > Thanks,
> >
> Don't use MS Access. If memory servers MS Access is only suitable
> for small databases, as the first job I had was to generate
> reports from within MS Access this then had to be run over night
> and with a bit of luck I would have the finished report the next
> morning.
>
> Why do you need to export the data to MS Access?
>
> HTH
>
> Graham Harris
> --
>
Cann't you use SQL Server replication i.e. a Server inside the network
that is allowed to replicate the data from the remote servers into
individual databases, which access can be limited to by the use of NT
Authentication or by SQL Server authentication with each user account
linked to a database, and then your app connects to that server?
Graham Harris
--
.
- References:
- MS SQL -> ACcess Data Export (Nearly 2 000 000)
- From: SEDS
- Re: MS SQL -> ACcess Data Export (Nearly 2 000 000)
- From: Graham Harris
- Re: MS SQL -> ACcess Data Export (Nearly 2 000 000)
- From: SEDS
- MS SQL -> ACcess Data Export (Nearly 2 000 000)
- Prev by Date: Re: MS SQL -> ACcess Data Export (Nearly 2 000 000)
- Next by Date: Re: MS SQL -> ACcess Data Export (Nearly 2 000 000)
- Previous by thread: Re: MS SQL -> ACcess Data Export (Nearly 2 000 000)
- Next by thread: Re: MS SQL -> ACcess Data Export (Nearly 2 000 000)
- Index(es):
Relevant Pages
|