Viewing 15 posts - 931 through 945 (of 1,157 total)
Its not impossible to rename the subscriber but it is messy.
My preference would be to use a dns alias as the primary pointer and switch between the two.
You will have...
June 14, 2011 at 10:44 am
You will be able to replicate to different object names. Columns I've never done before and dont believe its possible (I can't find documentation for it)
You could replicate to...
June 10, 2011 at 1:46 am
IMO the most simple solution is to use the microsoft provided tool. Tablediff.exe. Its what its there for.
C:\Program Files\Microsoft SQL Server\100\COM\Tablediff.exe
June 10, 2011 at 1:39 am
Only if the replicate ddl option is enabled in the publication.
If it is not, you'll need to:
a) reinitialise the subscriber
b) drop the column from the publisher and add it using...
June 7, 2011 at 1:44 am
This is what I determined by browsing the logs.
Additionally, if you use a horizontal filter in your publication and if the updated row does not meet a filter...
June 6, 2011 at 4:52 am
GilaMonster (6/6/2011)
muthukkumaran Kaliyamoorthy (6/6/2011)
GilaMonster (6/6/2011)
An in-place update.
@sqlzealot-81,
What gail told is
An inplace update only change the byte.But an exception update trigger and replication.This as you told delete followed by an...
June 6, 2011 at 2:53 am
Microsoft say that filestream performs better when storing files greater than 1MB in size.
This is a SQL2008 and 2008R2 feature.
June 6, 2011 at 12:26 am
Suresh B. (6/3/2011)
icemannz (6/2/2011)
June 3, 2011 at 1:11 pm
Well done.
What was it?
June 2, 2011 at 8:40 am
Had a similar issue with AMD cool n quiet as well. Similar issue
June 2, 2011 at 8:39 am
There are several potential causes. I had this issue last year and found that enabling the service account to lock pages in memory and applying this hotfix resolved all...
June 2, 2011 at 3:57 am
I maybe stating the obvious, lets start by elimination variables:
Are the SQL versions the same?
Is the hardware a different setup?
Have you compared the query execution plans for differences?
Have you checked...
June 2, 2011 at 3:48 am
You can two independant databases that were on one instance seperated onto two on a cluster. Both instances get the benefits of high availability but dont impact each other...
May 27, 2011 at 10:17 am
hxkresl (5/26/2011)
May 27, 2011 at 12:33 am
Viewing 15 posts - 931 through 945 (of 1,157 total)