Ask a Question related to ASP.NET General, Design and Development.
-
karim #1
Can't use 'local' to find sql server instances on local machine
My computer (connected to a domain) is having trouble connecting to the
local MSDE when using 'local' or '(local)' as server name. The only way I
can connect to server through Visual Studio or DTS in Enterprise manager is
when using domainname\localcomputername format. Also when I try to install
the starter kits from asp.net, the installer in each kit fails to find sql
server instances. I am pretty sure it's related to fact the installer is
probably using 'local' or a derivative for the local server name which does
not work.
Any ideas?
Karim
karim Guest
-
filecopy from remote machine to local machine
Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =... -
login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP... -
SSL on local machine...
Hi folks, Is there any way to setup SSL certificates on a locally (workstation) installed IIS server? Thanks in advance...P -
ASP Error on local IIS / Win 2K machine...
I am having a little trouble with this... When trying to log in to my website via ASP, the local IIS host returns a page can not be displayed... -
Streaming binary data from SQL Server 2K down to local machine
Does any one have a code snippet of how to do this the most efficient way? I'd like to download zip files to my local machine from a SQL Server 2K... -
George Ter-Saakov #2
Re: Can't use 'local' to find sql server instances on local machine
There is always option to run SQL scripts manually.
It's documented in the readme file. I recal i did not have any problem.
George.
"Greg Burns" <greg_burns@hotmail.com> wrote in message
news:eEIQtbCPDHA.3836@tk2msftngp13.phx.gbl...I> If you installed the MSDE version for Visual Studios is doesn't create a
> "default instance" of MSDE. The instance name is something like,
> computername\VSdotNET. (SQL server 2000 allows multiple instances to be
> installed and running on one computer).
>
> I remember I had the same problem trying to install the starter kits on my
> computer prior to installing a default instance. Maybe somebody could chip
> in, as to how to install the starter kits to a named instance.
>
> BTW, if you install MSDE from the SQL SP3 desktop patch it installs as the
> default instance.
>
> HTH,
> Greg
>
>
>
> "karim" <karim3411@11yahoo11.com> wrote in message
> news:51d7328dd12955b6cb66750b28df488b@free.teranew s.com...> >
> > My computer (connected to a domain) is having trouble connecting to the
> > local MSDE when using 'local' or '(local)' as server name. The only wayinstall> is> > can connect to server through Visual Studio or DTS in Enterprise manager> > when using domainname\localcomputername format. Also when I try tosql> > the starter kits from asp.net, the installer in each kit fails to find> does> > server instances. I am pretty sure it's related to fact the installer is
> > probably using 'local' or a derivative for the local server name which>> > not work.
> >
> > Any ideas?
> >
> > Karim
>
George Ter-Saakov Guest



Reply With Quote

