Viewing 15 posts - 76 through 90 (of 130 total)
thanks Chris , do i need to reboot the box after running
sp_configure for AWE?
November 8, 2005 at 12:23 am
further to my question if i simply replace(overwrite) all system and user defined DB's will it work?
October 18, 2005 at 3:10 am
do you mean ,your replication failed and you need to see how many records are pending to be replicated to subscriber end ?
August 25, 2005 at 10:53 pm
sorry friends i could not reply to the thread as i was out for quite some time,but yes the question was same when i create the table columns get created...
June 12, 2005 at 1:23 am
Great Frank ,Frank one more question for you , through query analyzer i can specify the filegroup while creating new table .
is there any way in enterprise manager also where...
June 6, 2005 at 7:58 am
hmm ,thanks it means without a kind of interm/temp table i cannot simply move my table to different filegroup.
am i correct
June 6, 2005 at 7:37 am
thanks Frank ,but there is any way to move my existing table to other file group?
June 6, 2005 at 7:25 am
thanks,so if i update the column in sysarticle directly from 31 to F3 option ,and give the snapshot again so will it work?
April 28, 2005 at 5:39 am
thanks chris for your suggestion ,yes you are correct,but the issue is i cant modify the existing code.
but very thankful to you all
April 18, 2005 at 9:50 am
this is the view 'Interface'
select top 100 percent log.InterfaceID
, log.Component
, log.XmlMessage
, log.ErrorCode
from interface log (nolock)
Left Outer Join ErrorMessage err (nolock)
on log.errorCode = err.AppErrorCode
order by log.lastmodifieddate desc
and i am using
select top 100 * from interface order...
April 18, 2005 at 6:28 am
Basically it is fetching through view and yes order by column is with clustered index(primary key)
April 18, 2005 at 6:04 am
that's true i am getting column at subscription also but i am not getting new data for that column in subscription ,which i am getting only after running snapshot again.
any...
November 16, 2004 at 4:23 am
Can you please guide me how to stop replication for some time,i dont want to disable the replication.
and can i avoid full snapshot after adding/Changing the column?
or if i cant...
November 7, 2004 at 6:31 am
Viewing 15 posts - 76 through 90 (of 130 total)