Showing posts with label publish. Show all posts
Showing posts with label publish. Show all posts

Sunday, March 11, 2012

2nd Instance of SQL Server 7

How do I install a 'second instance' of MS SQL Server 7
along side my existing production database. I'm told it
is need to publish a second alias (seperate database)
from the same server.
Thanks,
Johnsql7 does not support named instances. hence, you only have 1 default
instance per server.
--
-oj
RAC v2.2 & QALite!
http://www.rac4sql.net
"John" <anonymous@.discussions.microsoft.com> wrote in message
news:03cc01c3ae2e$95ab0e50$a101280a@.phx.gbl...
> How do I install a 'second instance' of MS SQL Server 7
> along side my existing production database. I'm told it
> is need to publish a second alias (seperate database)
> from the same server.
> Thanks,
> John|||Is it at all possible to have 2 databases on a single sql
7 server system?
Thanks,
John
>--Original Message--
>sql7 does not support named instances. hence, you only
have 1 default
>instance per server.
>--
>-oj
>RAC v2.2 & QALite!
>http://www.rac4sql.net
>
>"John" <anonymous@.discussions.microsoft.com> wrote in
message
>news:03cc01c3ae2e$95ab0e50$a101280a@.phx.gbl...
>> How do I install a 'second instance' of MS SQL Server 7
>> along side my existing production database. I'm told it
>> is need to publish a second alias (seperate database)
>> from the same server.
>> Thanks,
>> John
>
>.
>|||John,
Yes. You can have upto 32767 databases per instance of sql7/2k.
--
-oj
RAC v2.2 & QALite!
http://www.rac4sql.net
<anonymous@.discussions.microsoft.com> wrote in message
news:0e9d01c3ae34$31a2a160$a601280a@.phx.gbl...
> Is it at all possible to have 2 databases on a single sql
> 7 server system?
> Thanks,
> John
> >--Original Message--
> >sql7 does not support named instances. hence, you only
> have 1 default
> >instance per server.
> >
> >--
> >-oj
> >RAC v2.2 & QALite!
> >http://www.rac4sql.net
> >
> >
> >"John" <anonymous@.discussions.microsoft.com> wrote in
> message
> >news:03cc01c3ae2e$95ab0e50$a101280a@.phx.gbl...
> >> How do I install a 'second instance' of MS SQL Server 7
> >> along side my existing production database. I'm told it
> >> is need to publish a second alias (seperate database)
> >> from the same server.
> >>
> >> Thanks,
> >> John
> >
> >
> >.
> >|||yes, you can have maximum of 32,767 database per SQL Server 7 instance.
--
- Vishal|||I've inherited an app system that requires 1 database per
sql server installation. a huge waste in my thinking...
but I need to get the equivilent of multiple sql
instances (as in sql2k) with sql 7. any ideas?
Thanks,
John
>--Original Message--
>How do I install a 'second instance' of MS SQL Server 7
>along side my existing production database. I'm told it
>is need to publish a second alias (seperate database)
>from the same server.
>Thanks,
>John
>.
>|||I assume your application has a hard-coded database name. In this case,
your only supported option is to upgrade to SQL Server 2000 so that you
can have multiple instances.
--
Hope this helps.
Dan Guzman
SQL Server MVP
--
SQL FAQ links (courtesy Neil Pike):
http://www.ntfaq.com/Articles/Index.cfm?DepartmentID=800
http://www.sqlserverfaq.com
http://www.mssqlserver.com/faq
--
<anonymous@.discussions.microsoft.com> wrote in message
news:04bb01c3ae3d$4de18810$a501280a@.phx.gbl...
> I've inherited an app system that requires 1 database per
> sql server installation. a huge waste in my thinking...
> but I need to get the equivilent of multiple sql
> instances (as in sql2k) with sql 7. any ideas?
> Thanks,
> John
> >--Original Message--
> >How do I install a 'second instance' of MS SQL Server 7
> >along side my existing production database. I'm told it
> >is need to publish a second alias (seperate database)
> >from the same server.
> >
> >Thanks,
> >John
> >.
> >

26 - Error Locating Server/Instance Specified

Hi,

Have installed the club site starter kit on my pc and all it works well locally. I've used visual studio to publish my site to my third party webhost. Ive created the DB on their server and altered the connection string to:-

<

connectionStrings><!--<add name="ClubSiteDB" connectionString="Server=xx.xx.xx.xx;Database=somedatabasename;User ID=user;Password=Password;Trusted_Connection=False" providerName="System.Data.SqlClient"/>-->

</

connectionStrings>

Now its on the webhosts server i get a System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified).

This occurs when im trying to login in or register.

Can any one help.

Hi Ballantyne

This one usally means that your connection string is wrong - what to do is create a txt file on the web server and then rename it test.udl - now double click it and put in the details to the server and make sure you can connect to the database using the details your storing in your connection string.

Cheers
Gregor

|||

First make sure your connection string is correct.

CheckSQL Server Troubleshooting to set everything properly.

If problem still exists make sure no firewall blocks your connection.

Hope it helps.

Monday, February 13, 2012

2005 Express and Replication

So if I have a remote location running Express that needs to publish data to
a central server, Enterprise edition, can I do that or is it not possible
due to Express being a Subscriber only for Merge and Transactional
Replication?
If this is not possible, what would be the best way to handle the publishing
of data from the remote to the central location taken into account the fact
that the remote is on a dial-up internet connection only available during
off-hours?
TIA
Michael MacGregor
Database Architect
I'd set it up as a merge subscriber - this allows for offline access and
will send data back to the publisher.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com