Thanks paul,
I have set up the login for subscriber and publisher.
Publisher using sql server agent default username and password and subscriber using database username and password subscriber user has db_owner rights
Hello Guys,
I am trying to do remote transactional replication But it is giving me following error.
Publisher is on server A
Subscriber in on server B
The process could not connect to Subscriber B
Any suggection Appriciated
You can create a function in sql server e.g
CREATE FUNCTION convertInToDate(@X varchar(20))
RETURNS smalldatetime AS
BEGIN
return cast(SUBSTRING ( '20070501000001' , 1 ,4)+'-'+SUBSTRING ( '20070501000001' , 5 ,2)+'-'+ SUBSTRING ( '20070501000001' , 7 ,2) + ' ' + SUBSTRING (...
Hello Guys,
I need experts suggestion about this issue, At the moment we have one databse server which is connected to our web site and internal system and it is round about 20GB of size.
Whenever user search some information from the web site system go to main databse server and gets the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.