Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 1,654 total)

  • RE: Merge Replication

    Hmmm, I hope I get this right. The reason why you got the message the subscription is invalid I suppose has something to do that you replced the server. Even...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Index Problem

    I'm not sure if I understand your question correct but this might help:

    Select o.name as tablename, i.name as Indexname from sysobjects o join sysindexes i

    ON o.id =i.id

     

    M

    [font="Verdana"]Markus Bohse[/font]

  • RE: really slow sql mail performance

    What do you mean that your SQLMail is running slow. Do you run a query in xp_sendmail which is slow or does the delivery of the mail takes a log...

    [font="Verdana"]Markus Bohse[/font]

  • RE: zipping backup logs and files

    Hello Jack,

     

    I've done it in the past and I will attach a script which shows the basic techniques. Anyhow be aware of a couple of drawbacks.

    First of all most...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Starting SQL Mail client session error

    I and several others experienced the same. Although I couldn't find any official statement from Microsoft, it seems that SQL2K can not work together with Outlook 2003. Try Outlook 2002...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Local system account cannot connect

    Solved the problem, It must be "sp_grantlogin 'NT Authority\system' "

     

    Markus

    [font="Verdana"]Markus Bohse[/font]

  • RE: Limiting the number of rows in a snapshot

    You need to create a custom snapshot agent profile. Right click on the snapshot agent, select profile and when create your own.

     

    Hope this helps

    M

    [font="Verdana"]Markus Bohse[/font]

  • RE: Find forgotten Password

    You might have a look at this: http://www.sqlservercentral.com/columnists/jgama/sqlserverpasswordauditing.asp

     

    M

    [font="Verdana"]Markus Bohse[/font]

  • RE: Schema changes in a Merge Replication

    First of all I have to agree, schema changes in a replicated table can be very unpleasant and under SQL 7.0 dropping all subscriptions, remove the publication and when change...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Question of the Day for 23 Feb 2004

    In fact, the "correct" answer isn't even possible without first taking another Tlog backup.

    [font="Verdana"]Markus Bohse[/font]

  • RE: Create publication fails

    First of all you have to change your service account from "local system"to a user account. The reason is that the local system account cannot access any resources outside the...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Backup and Recovery w/ Merge Relp

    I don't agree with the whitepaper. Mike Hotek used to have an article on his site http://www.mssqlserver.com which described exactly this case. Unfortunately it seems the article is no longer...

    [font="Verdana"]Markus Bohse[/font]

  • RE: I can upload data, but cant download??

    Not sure if I can be of any help, but I experienced about the same problem about a year ago. Suddenly, out of the blue the merge agent only updated...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Any alternatives to Query Analyzer?

    Have a look at mssqlxpress. It's a bit like QA with some additional features like VSS integration.

    http://www.xpressapps.com/

    [font="Verdana"]Markus Bohse[/font]

  • RE: Modify table structure

    sp_repladdcolumn and sp_repldropcolumn only work on SQL 2000, plus all subscribers must be SQL 200 as well.

    [font="Verdana"]Markus Bohse[/font]

Viewing 15 posts - 1,531 through 1,545 (of 1,654 total)