Viewing 15 posts - 136 through 150 (of 388 total)
In SQL 2008 SSMS Object explorer details tab sort the objects by row count.
March 11, 2010 at 9:50 am
Is it SQL 2000 to 2000? or other version? Did you check the collation is same on both publisher and subscriber database?
March 11, 2010 at 9:45 am
It won't be a problem, only thing while applying SP's make sure you select right SQL server version for applying hotfix's otherwise it will fail. I would recommend to keep...
March 11, 2010 at 9:32 am
I don't think if you change server name it will cause any issue, Only thing is you should script the linked server connections and change the server name (named instance...
March 11, 2010 at 9:25 am
OK, I recall now.
It was because I was under the impression that merge had a higher latency between updates.
So that instead of being "near real time" it was defered until...
March 11, 2010 at 9:19 am
Adding to Mani's questions....
If backup is failing on only one database, run checkDB on that database. Get in touch with server team and see if disk went offline at that...
March 11, 2010 at 8:49 am
So:
1. How can I determine when a change has propigated
--Is there some nifty tool to show nice pretty graphs of how fast replication is happening, etc...
2. Conflict...
March 11, 2010 at 8:36 am
ppreston (3/3/2010)
March 10, 2010 at 3:13 pm
chrisph (3/10/2010)
I cannot point to the original .mdf and .ldf...
March 10, 2010 at 3:01 pm
How could collation of databases is different from Server collation? unless some one mentioned collation for database explicitly while creating new database.
March 10, 2010 at 2:53 pm
Need more info Check what SPID is blocking, and see which query, see why it is taking lock on the objects.
March 10, 2010 at 12:14 pm
Steve Jones - Editor (3/10/2010)
March 10, 2010 at 12:10 pm
Can you check SQL error logs and see any TCP\IP related error messages and post here?
March 10, 2010 at 10:06 am
kwilt (3/10/2010)
March 10, 2010 at 10:00 am
Viewing 15 posts - 136 through 150 (of 388 total)