Viewing 11 posts - 1 through 11 (of 11 total)
The article name "Customer" is same in both statements.
Example:
exec sp_article_validation @publication = 'Pub_keys', @article = 'KeyToken', @rowcount_only = 0, @full_or_fast = 0, @shutdown_agent = 0, @subscription_level =...
January 23, 2014 at 12:28 pm
Gere you go ...
create table Test1 (Tname varchar(1000))
insert into Test1 (Tname) values ('<>Agenda and Minute')
insert into Test1 (Tname) values ('<>Agenda and Minute')
select Tname,
Substring( Tname,
CHARINDEX('id=',tname) + Len('">>'),...
July 6, 2009 at 4:00 pm
What are all the agent jobs you have disabled/delete for this particular replication? If not, do SQL agent and stop them and verify the replication monitor.
July 6, 2009 at 3:43 pm
The value should be match with Department table values. Because there is FK relationship between DEPT & EMPLOYEE tables.
July 6, 2009 at 3:34 pm
Sandeep,
Few questions, How big principal database is? is there any Index rebuilding operations going on the Principal? any snapshot dbs exists on mirror database?
Regards
SRI
July 6, 2009 at 3:31 pm
Hey,
How did you deleted replication? Have you "DISABLE PUBLISHING AND DISTRIBUTION" from management studio?
Explain ind detail, so that it is easy for any one to assist you.
Regards
SRI
July 6, 2009 at 3:23 pm
Hi,
For insertion of Department is stringt forward ...
Insert into Departments (Dept) values ('A')
Insert into Departments (Dept) values ('B')
Insert into Departments (Dept) values ('C')
Insert into Departments (Dept) values ('D')
select * from...
July 6, 2009 at 3:15 pm
When you move Dev database to PROD server ....
1. Take out all unneccessary db objects (Temp tables, sps ...) from DEV DB
2. Shrink the DEV DB, take full db backup...
July 2, 2009 at 1:53 pm
offcourse Pablo (Paul) Berzukov covered most of the points.
In addition to that, now you have huge SAN in hand. So you can scatter your data files, log files of...
July 2, 2009 at 1:42 pm
Once you moved the files (mdf, ldf) from Location1 to Location2, Stop and restart the instance of SQL Server. make it DB OFFLINE.
Refresh the Management studion and verify the changes.
Regards
SRI
July 2, 2009 at 1:10 pm
Viewing 11 posts - 1 through 11 (of 11 total)