using a local copy of MS SQL database

using a local copy of MS SQL database

am 10.01.2008 20:48:24 von ll

Hi,
I have copied a MS SQL database to my local machine and am testing it
with ASP pages, locally, on IIS. I have a db connect page that keeps
the current connections for the live database. My question is, as the
local db is named 'local,' is there another name I need to give it and
thus call from the connection page?
Also, when copying a db, are the permissions (username and pass)
copied over with it?

Thanks,
Louis

RE: using a local copy of MS SQL database

am 11.01.2008 00:43:00 von Wualdo

You can use the machine name instead of (local).
About the user name and password is depends how do you copy the db

"ll" wrote:

> Hi,
> I have copied a MS SQL database to my local machine and am testing it
> with ASP pages, locally, on IIS. I have a db connect page that keeps
> the current connections for the live database. My question is, as the
> local db is named 'local,' is there another name I need to give it and
> thus call from the connection page?
> Also, when copying a db, are the permissions (username and pass)
> copied over with it?
>
> Thanks,
> Louis
>

Re: using a local copy of MS SQL database

am 11.01.2008 17:44:39 von ll

On Jan 10, 5:43 pm, wualdo wrote:
> You can use the machine name instead of (local).
> About the user name and password is depends how do you copy the db
>
> "ll" wrote:
> > Hi,
> > I have copied a MS SQL database to my local machine and am testing it
> > with ASP pages, locally, on IIS. I have a db connect page that keeps
> > the current connections for the live database. My question is, as the
> > local db is named 'local,' is there another name I need to give it and
> > thus call from the connection page?
> > Also, when copying a db, are the permissions (username and pass)
> > copied over with it?
>
> > Thanks,
> > Louis


I currently export wizard and select 'copy tables and views' from the
source database. Would this carry the username/password settings as
well?
Thanks,
Louis

Re: using a local copy of MS SQL database

am 11.01.2008 17:57:24 von reb01501

ll wrote:
> On Jan 10, 5:43 pm, wualdo wrote:
>> You can use the machine name instead of (local).
>> About the user name and password is depends how do you copy the db
>>
>> "ll" wrote:
>>> Hi,
>>> I have copied a MS SQL database to my local machine and am testing
>>> it with ASP pages, locally, on IIS. I have a db connect page that
>>> keeps the current connections for the live database. My question
>>> is, as the local db is named 'local,' is there another name I need
>>> to give it and thus call from the connection page?
>>> Also, when copying a db, are the permissions (username and pass)
>>> copied over with it?
>>
>>> Thanks,
>>> Louis
>
>
> I currently export wizard and select 'copy tables and views' from the
> source database. Would this carry the username/password settings as
> well?

I think the wizard has options to copy logins. There may be issues with
orphaned users. This is out-of-scope of this group. You should bring
your questions to a sqlserver group.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.