Click here to Skip to main content
15,897,371 members
Home / Discussions / Database
   

Database

 
QuestionUse Mssql like Access Pin
Tyler4511-Mar-07 4:38
Tyler4511-Mar-07 4:38 
AnswerRe: Use Mssql like Access Pin
Dave Kreskowiak11-Mar-07 6:40
mveDave Kreskowiak11-Mar-07 6:40 
AnswerRe: Use Mssql like Access Pin
S Douglas12-Mar-07 0:43
professionalS Douglas12-Mar-07 0:43 
AnswerRe: Use Mssql like Access Pin
LongRange.Shooter16-Mar-07 7:38
LongRange.Shooter16-Mar-07 7:38 
Questionstoring many no. of labels n textboxes at one time Pin
manni_n10-Mar-07 7:10
manni_n10-Mar-07 7:10 
QuestionHow to select any field that contain a certain word .. SQL server 2000 Pin
kindman_nb10-Mar-07 6:22
kindman_nb10-Mar-07 6:22 
AnswerRe: How to select any field that contain a certain word .. SQL server 2000 Pin
alexrad11-Mar-07 0:36
alexrad11-Mar-07 0:36 
AnswerRe: How to select any field that contain a certain word .. SQL server 2000 Pin
mghiassi11-Mar-07 0:19
mghiassi11-Mar-07 0:19 
GeneralRe: How to select any field that contain a certain word .. SQL server 2000 Pin
mghiassi11-Mar-07 2:15
mghiassi11-Mar-07 2:15 
GeneralRe: How to select any field that contain a certain word .. SQL server 2000 Pin
kindman_nb11-Mar-07 5:28
kindman_nb11-Mar-07 5:28 
QuestionSQL 2000 Client [modified] Pin
TheEagle10-Mar-07 0:55
TheEagle10-Mar-07 0:55 
AnswerRe: SQL 2000 Client Pin
Dave Kreskowiak11-Mar-07 4:28
mveDave Kreskowiak11-Mar-07 4:28 
GeneralRe: SQL 2000 Client Pin
TheEagle11-Mar-07 5:51
TheEagle11-Mar-07 5:51 
GeneralRe: SQL 2000 Client Pin
Dave Kreskowiak11-Mar-07 6:37
mveDave Kreskowiak11-Mar-07 6:37 
GeneralRe: SQL 2000 Client Pin
TheEagle11-Mar-07 6:16
TheEagle11-Mar-07 6:16 
GeneralRe: SQL 2000 Client Pin
Dave Kreskowiak11-Mar-07 14:04
mveDave Kreskowiak11-Mar-07 14:04 
GeneralRe: SQL 2000 Client Pin
TheEagle12-Mar-07 0:07
TheEagle12-Mar-07 0:07 
QuestionSql Server Pin
anishmm10-Mar-07 0:22
anishmm10-Mar-07 0:22 
AnswerRe: Sql Server Pin
Hesham Amin10-Mar-07 3:37
Hesham Amin10-Mar-07 3:37 
AnswerRe: Sql Server Pin
alexrad11-Mar-07 0:35
alexrad11-Mar-07 0:35 
AnswerRe: Sql Server Pin
Harini N K11-Mar-07 18:36
Harini N K11-Mar-07 18:36 
Questionproblems in setting up transactional replication in SQL Server 2000 Pin
Rocky#9-Mar-07 20:48
Rocky#9-Mar-07 20:48 
Hi every one,

Well I’m working on this project that requires the database to be replicated on another server as well. I’m working in SQL server 2000 Enterprise Ed. And this is my first project of that sort. It also requires a little horizontal partitioning of rows of some tables. Now I’m trying to get this replication going but every time its giving me errors. I’m trying to establish transactional replication here and the servers are connected over LAN.
Right now I’ve tried doin it by making a new database in the subscriber and selecting the option to ‘make new schema and data’ and already ‘existing schema’ as well. In the first case it gives me error that the

‘ALTER TABLE statement conflicted with COLUMN FOREIGN KEY SAME TABLE constraint 'FK_Products_Products'. The conflict occurred in database 'Server_ATech', table 'Products', column 'CatID'.’

And while I was not initializing the schema it gave me an error over the absence of a stored procedure and that one looked like something related to replication but anyway…

Now I don’t have any idea what else to do… plz tell if it’s a good idea to make a single publication when ur having abt 40 tables to replicate. What should I do… or more likeably; how should I do it???

Please help me as early as you can coz I really have a very short time to complete this thing.

Thanks in advance,



Rocky

AnswerRe: problems in setting up transactional replication in SQL Server 2000 Pin
Hesham Amin9-Mar-07 22:33
Hesham Amin9-Mar-07 22:33 
AnswerRe: problems in setting up transactional replication in SQL Server 2000 Pin
alexrad10-Mar-07 22:47
alexrad10-Mar-07 22:47 
GeneralRe: problems in setting up transactional replication in SQL Server 2000 Pin
Rocky#11-Mar-07 23:18
Rocky#11-Mar-07 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.