Forum Replies Created

Viewing 15 posts - 646 through 660 (of 1,654 total)

  • RE: SQL error

    I can't say I've seen that error, but the recommended way of managing SQL Server servcies is through the SQL Server Configurtion manager. If you use this utility do you...

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

  • RE: sql server role for junior dba

    There is no such build in role. The problem with your request is that you cannot create user-defined server roles. So you will end up with granting all kind of...

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

  • RE: How to implement Unidirectional Merge Replication in SQL 2005

    I don't know why there should be any problem adding the parameter. It's a standard parameter for replmerge.exe fully supported by MS.

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

  • RE: he request failed or the service did not respond in a timely fashion.

    patilharshalv (11/17/2008)


    In event log I get as

    SQL Server evaluation period has expired.

    and in some logs when the db was down I get the event log as

    A page that...

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

  • RE: he request failed or the service did not respond in a timely fashion.

    patilharshalv (11/17/2008)


    YES ..

    when I am trying to restart that I am getting that error

    Yes what ??? You didn't answer any of my questions. Which service is having the problem, Which...

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

  • RE: he request failed or the service did not respond in a timely fashion.

    Is it just the SQL Agent which does not start or the SQL Server?

    Under which account are you trying to start the service?

    The most likely reason for such...

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

  • RE: How to add custom event id into eventlog from SQL Server

    You can create you're own custom error using sp_addmessage. If you use the WITH LOG option the error is written to the SQL errorlog and the application log.

    USE master

    GO

    EXEC sp_addmessage...

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

  • RE: Reporting Services 2008, using SQL Authentication

    In your datasource for the report you can define how authentification is done. If you use the option "The credentials supplied by the user running the report", the user will...

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

  • RE: SQL Server 05 bidirectional and download only?

    charles (11/14/2008)


    I've implemented merge replication (my only choice since I'm using web-synchronization) and would like one subscriber with bidirectional replication and the other with a "download-only to Subscriber, prohibit Subscriber...

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

  • RE: SA password issue

    As long as you can connect with another login with sysadmin permissions you can use the ALTER LOGIN statement to change the password. If you don't have SSMS you...

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

  • RE: view the log file size

    If you're looking for a equivalent of the taskpad view in EM, there's a custom report you can add to SSMS.

    See here for the download.

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

  • RE: view the log file size

    Another option would be using sp_helpfile

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

  • RE: How to implement Unidirectional Merge Replication in SQL 2005

    dakshinamurthy (11/17/2008)


    But how do i change the

    ExchangeType value to 2 using User Interface for an existing subscriber or while creating a new subscriber, where in the data changes made...

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

  • RE: REPORT SERVER CONFIGURATION

    If you search the web you will find hundreds of people which had or still have trouble running RS on Vista. Basically there are two type of issues you may...

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

  • RE: Problem with Reporting Services after MS08-68 & 69 patch

    Under which account are you running Report Services? Is it a local account or a domain account?

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

Viewing 15 posts - 646 through 660 (of 1,654 total)