Hi Blondwireless.
I do mean Query Analyzer.
Your clients will be affected as you restart SQL Server;) but other than
that there will be some locking as the snapshot is generated and some
performance degradation (although slight 5-10% tops) as you are replicating.
For replication you will need a second machine with SQL Server running on
it. You could replicated to another database on the same server if you wish.
Exactly what are you trying to accomplish and why? This will help us with
further advice.

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
Hi Hilary,
thank you for your advice.
Basically what i am trying to do is have a redundant and possibly faster
performing database that is scalable.
Replication as i understand it allows only 1 server to be active while the
other is replicated to.
I am weighing up Clustering vs Replication but i am not 100% sure what the
implications are. In either respect i gather we need a second server running
pretty much identical hardware, OS and software.
And with replication the hard drive inside the second server would be used
for the backup.
What about with clustering? I heard of a hard drive array. Could the hard
drives in the respective machines be configured to act as an array or do i
actually need to get some sort of external storage device that both can
access so that they can cluster to? If this is the case is any of the
database stored on the local servers or just on the cluster hard drive
sitting externally to both.
Will having a cluster array in an active active situation actually boost
performance as both servers respond to queries?
We are also currently using SQL Server 2000 and i heard clustering works but
is very slow with it. So, when i decide on a plan of attack i want to upgrade
to SQL 2005 anyway. (will this fix the the slow speed of clustering
apparently experience in SQL 2000)

Signature
Regards
Glen Pankhurst
Research & Development Manager
> Hi Blondwireless.
>
[quoted text clipped - 87 lines]
> >> >
> >> > Your answers would be greatly appreciated.
Hi again Hilary,
i had two problems trying your suggestion of renaming the SQL Database from
local to the computer name.
i logged into sql query analyser first as windows authentication and this is
what is got:
"Server: Msg 15015, Level 16, State 1, Procedure sp_dropserver, Line 28
The server '(local)' does not exist. Use sp_helpserver to show available
servers.
Server: Msg 15028, Level 16, State 1, Procedure sp_addserver, Line 14
The server 'COMPUTERNAME' already exists."
Then i logged in as i do to administer the Database remotely and got this:
"Server: Msg 15247, Level 16, State 1, Procedure sp_dropserver, Line 18
User does not have permission to perform this action.
Server: Msg 15028, Level 16, State 1, Procedure sp_addserver, Line 14
The server 'COMPUTERNAME' already exists."

Signature
Regards
Glen Pankhurst
Research & Development Manager
> Hi Blondwireless.
>
[quoted text clipped - 87 lines]
> >> >
> >> > Your answers would be greatly appreciated.
Bondwireless - 22 Jun 2006 15:27 GMT
Okay i tried what one of the error messages said to do, use "sp_helpserver"
which returned the name of the computer that i am trying to change local to.
So is it already called that?
But when i load Enterprise Manager and connect to the database the DB Name
under Edit SQL Server Registration Properties, Registered SQL Server
Properties, the server name is greyed out and says local.
When i try to replicate i get this message "SQL Server replication does not
support nicknames, such as "." or "(local)", as server names. Delete the SQL
Server registration for this server and register it using the actual server
name."
Do i really have to take the database plus applications offline. Register a
new database with the correct computer name and import the database files?
What will the implications be?
Will usernames and passwords be intact?
What would i have to recreate?
Is there anyway around this avenue?

Signature
Regards
Glen Pankhurst
Research & Development Manager
> Hi again Hilary,
>
[quoted text clipped - 108 lines]
> > >> >
> > >> > Your answers would be greatly appreciated.
MADNESS - 26 Jun 2006 21:00 GMT
Hi Bondwireless,
Delete the local ENT Manager registration on the server and add a new
registration using the SERVERNAME. You should then be able to setup
replication using this registration. Alternatively connect to the server from
your pc using the COMPUTERNAME as the registration and that should work also.
> Okay i tried what one of the error messages said to do, use "sp_helpserver"
> which returned the name of the computer that i am trying to change local to.
[quoted text clipped - 128 lines]
> > > >> >
> > > >> > Your answers would be greatly appreciated.
mcoste66 - 25 Sep 2007 18:08 GMT
I would like to butt in if I may...that still doesn't answer the main
question; will deleting the 'local' registration and creating a new
registration using the actual server name delete or otherwise mess with my
existing data in any way? (I would be using wizards to do this, not command
lines)
> Hi Bondwireless,
>
[quoted text clipped - 135 lines]
> > > > >> >
> > > > >> > Your answers would be greatly appreciated.
Hilary Cotter - 27 Sep 2007 15:12 GMT
No, it won't you will have to recreate it yourself.

Signature
RelevantNoise.com - dedicated to mining blogs for business intelligence.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
>I would like to butt in if I may...that still doesn't answer the main
> question; will deleting the 'local' registration and creating a new
[quoted text clipped - 186 lines]
>> > > > >> >
>> > > > >> > Your answers would be greatly appreciated.
mcoste66 - 27 Sep 2007 17:39 GMT
What about any interfaces or connections of any kind that access the 'local'
database? If I delete that registration, then create a new one (using the
actual server name) enterprise manager should associate the database with the
new registration, correct? What about any and all connections like ODBC, etc?
> No, it won't you will have to recreate it yourself.
>
[quoted text clipped - 188 lines]
> >> > > > >> >
> >> > > > >> > Your answers would be greatly appreciated.
Hilary Cotter - 28 Sep 2007 13:02 GMT
They will be fine. Think of . or local as an alias of the NetBIOS name.
Replication needs the NetBIOS name for it to work, other application will
still be able to use the . and local aliases.

Signature
RelevantNoise.com - dedicated to mining blogs for business intelligence.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> What about any interfaces or connections of any kind that access the
> 'local'
[quoted text clipped - 225 lines]
>> >> > > > >> >
>> >> > > > >> > Your answers would be greatly appreciated.
mcoste66 - 28 Sep 2007 21:50 GMT
Cool, thx...I'll try that.
> They will be fine. Think of . or local as an alias of the NetBIOS name.
> Replication needs the NetBIOS name for it to work, other application will
[quoted text clipped - 204 lines]
> >> >> > > > >> > to
> >> >> > > > >> > the one called (local))