Viewing 15 posts - 16 through 30 (of 33 total)
September 21, 2006 at 11:45 am
Thanks..I tried that too but no success.Got the same error message.
-Jp
September 13, 2006 at 8:39 am
use sp_revokelogin
hth
June 9, 2006 at 10:39 am
guys...nevermind..
it was pretty simple but sometime we forget as we don't use frequently.
Thanks.
June 8, 2006 at 9:53 am
Below is the excerpt from beow MS article and it conflicts with what the article you said.
http://support.microsoft.com/?scid=kb;en-us;274750&spid=2852&sid=global.
February 13, 2006 at 1:40 pm
Thanks Johnrowan.
Is it possible on WINDOWS 2000 SERVER edition + sql enterprise???
February 13, 2006 at 12:10 pm
Can you send me the step cmd of distribution agent that is failing? Also the job history details.
Thanks.
December 6, 2005 at 3:03 pm
Mubeen,
look from EM ,under Tools-replication-Configure Publishing,Subscribers and Distribution...
if sa account used on any of the tabs ,it needs to be changed there too.
HTH
-JP
December 5, 2005 at 1:20 pm
Try at support.businessobjects.com/forums/default.asp.
Goodluck.
-jp
April 11, 2005 at 9:17 am
yes . Use dbcc dbreindex for each table .It should work in most cases.Remember tlog backup job should run frequently (e.g.every 5 mins) to have small backup files.If it don't...
April 8, 2005 at 4:26 pm
I also had the same issue with one of db (~200 GB).It was genereating almost 50-60 gb tlog backup files.We work around with :
-not using checkdb or reindex jobs created...
April 8, 2005 at 12:20 pm
Sorry I do not have ready script but you can try using xp_getfiledetails with xp_cmdshell and storing the info in temp table.Then you can loop thru the info and identify...
April 7, 2005 at 2:00 pm
If you have only one maint plan for all db then it's difficult though not impossible but it's a pain.
I would create separate maint plan for each database and select the...
April 7, 2005 at 1:07 pm
Viewing 15 posts - 16 through 30 (of 33 total)