|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, September 01, 2010 7:44 AM
Points: 176,
Visits: 290
|
|
| Database 'DB_NAME' contains no objects that can be replicated with the selected publication type. Click Back to choose another database or change the publication type
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:15 PM
Points: 37,651,
Visits: 29,903
|
|
Is there a question here?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, September 01, 2010 7:44 AM
Points: 176,
Visits: 290
|
|
| yes, i can not create a Publication, when I try to create publication I am getting this error
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:15 PM
Points: 37,651,
Visits: 29,903
|
|
Does the database contain any objects that can be replicated? What type of replication have you selected?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, September 01, 2010 7:44 AM
Points: 176,
Visits: 290
|
|
I have a 15 table to replicate, I am using Transactional replication, but I try other repliactiion too. How should I know all these tables is ready for replication. even I try to check mark all table but it is not checking them, I am getting read cross circle in frount of each table
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:15 PM
Points: 37,651,
Visits: 29,903
|
|
Do the tables have primary keys? It's required for transactional replication.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, September 01, 2010 7:44 AM
Points: 176,
Visits: 290
|
|
Thanks, I got it, but I am using sysadim login but getting a login error cannot create the agent job '@job_login' must bea valid Windows login in the from: 'MACHINE\login' or DOMAIN\Login
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Monday, May 13, 2013 8:24 AM
Points: 3,280,
Visits: 6,619
|
|
Is your service running under domain user account or local system?
-Roy
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, September 01, 2010 7:44 AM
Points: 176,
Visits: 290
|
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Monday, May 13, 2013 8:24 AM
Points: 3,280,
Visits: 6,619
|
|
Local domain? Do you mean Local System? If so run the SQL Service and SQL Agent under domain account.
-Roy
|
|
|
|