473,407 Members | 2,629 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

NOT FOR REPLICATION, Enterprise manager

Hi.

How can i set NOT FOR REPLICATION option to column in the enteprise manager.

SQL Server 2000

--
Message posted via http://www.sqlmonster.com
Jul 23 '05 #1
3 1725
help ...

--
Message posted via http://www.sqlmonster.com
Jul 23 '05 #2
No idea, but I suspect it's not possible - EM is really a management
tool, and there are some things that can only be done from Query
Analyzer.

If you mean that you want to add NOT FOR REPLICATION to an IDENTITY
column, then unfortunately there's no direct way - the ALTER TABLE
command doesn't support this. Probably the best solution is to create a
new table with the definition that you want, copy the data into it,
drop the original table, and rename the new one. See CREATE TABLE, SET
IDENTITY_INSERT, and sp_rename in Books Online.

If this isn't helpful, I suggest you post some more information about
exactly what you need to do, and the SQL commands you're using.

Simon

Jul 23 '05 #3
Thanks, it's OK

--
Message posted via http://www.sqlmonster.com
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Danilo Popović | last post by:
Hi again, I have a problem with replication on SQLServer 2000. I've started "Configure Publishing and Distribution Wizard" and SQLSrvr posted message "SQLServer Enterprise Manager colud not...
1
by: KWilliams | last post by:
Hello, We are trying to set up replication between different versions of SQL Server (7 & 2000). This is how the 2 servers are now setup: DB1 - External web-server w/SQL Server 7 DB2 -...
2
by: nik | last post by:
Hi all I'm struggling to find an answer to this one! We've configured our SQL boxes to run under a different port number, e.g. from 1433 to 4533. This works fine under our Citrix enviornmnet...
1
by: Damian H | last post by:
Hi, For some magical reason, my database replication has suddenly stopped working. I modified the publication but the Distribution agent will not run; the snapshot does not get applied to the...
0
by: occularrifts | last post by:
My Company currently has a database that is being replicated to an MSDE Database on several laptops. Replication is anonymous, merge over TCP/IP. I am in need of a way to generate a monthly...
1
by: Ned | last post by:
Hi, I am trying to use Enterprise Manager Wizard to create a new Publication database but I got the following message. Error 2812: Could not find stored procedure...
12
by: debian mojo | last post by:
Hello Group, I'm working on two SQL server databases on two different remote servers. What client needs is that his database on one remote server should be mirrored to the other one. The changed...
6
by: Alex | last post by:
Hello, We are currently running our Access 2003 database over Citrix. We have been using a single front-end, but reading over topics in this group has made it clear that I should create...
4
by: Bob Alston | last post by:
Can anyone tell me what are the files required for Replication manager and registry entries required? I think I read that there are 7 files and 3 registry entries but no specifics. I have...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.