Viewing 15 posts - 1 through 15 (of 37 total)
Jeffrey Williams-493691 (1/3/2011)
It really does not make any sense to backup the current database, then immediately restore over the existing...
January 3, 2011 at 6:25 pm
MysteryJimbo (11/18/2010)
Peer to Peer transactional replication could tollerate a single point...
November 18, 2010 at 8:32 am
PaulB-TheOneAndOnly (11/7/2010)
Chan Wai Yin (11/6/2010)
November 7, 2010 at 8:39 am
george sibbald (10/21/2010)
backup all of them. (except tempdb - this cannot be backed, it is recreated on each sql restart)there is no need to restore any databases after an upgrade.
If...
October 21, 2010 at 7:39 am
george sibbald (10/21/2010)
Only the system databases have to be the exact same release level.
Do I need to backup and restore those system databases(master, msdb, model, tempdb etc) when I upgrade...
October 21, 2010 at 7:17 am
GilaMonster (9/7/2010)
For deadlocks, turn traceflag 1222 on and the deadlock graph will be written to the error log.What exactly do you mean by 'our replication cannot synchronize problem'
Actually we face...
September 7, 2010 at 4:40 am
GilaMonster (9/7/2010)
September 7, 2010 at 1:07 am
Bhuvnesh (9/6/2010)
What kind of lock ? Do you mean different transactional locks like shared, update locks etc ??
Yes, all kinds of transactional locks like read lock, update lock, exclusive...
September 7, 2010 at 12:02 am
GilaMonster (8/17/2010)
August 17, 2010 at 3:22 am
Because we want to have only one network hard drive for storage rather than using any local drive and we don't want to mount drive and using network sharing. Thanks.
August 17, 2010 at 3:14 am
We've already checked the history tab in replication monitor and nothing special, and we try to look through msmerge_history and msrepl_errors inside both our user database and distribution database and...
August 16, 2010 at 7:27 pm
Thanks for reply. But actually we've already compared those tables are not synchronized with each other and now we want to find out the reasons and see if there's any...
August 16, 2010 at 4:16 am
klj (1/8/2010)
I have two functions that converts between int and hex, perhaps you can use them.
Create function CRM5.udf_HexToInt(@input varchar(15))
Returns bigint
AS
BEGIN
Declare @x varchar
Declare @pos int
Declare @y bigint
Declare @z bigint
Declare @Result bigint
Set...
January 8, 2010 at 5:01 am
Yes, I want to change 0xFFFF(hex) <-> 65535(decimal) and vice versa and that's all I want.
How about any function that can change from character 'FFFF' to hex 0xFFFF and vice...
January 6, 2010 at 12:59 am
Viewing 15 posts - 1 through 15 (of 37 total)