Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 2,840 total)

  • RE: Compatibility level is blank

    Probably your DB is set in compatibility level 10. I just got one stupid question... What version of the SSMS are you using? Is it still SSMS 2005 version or...

    -Roy

  • RE: SQL Server 2008 - Replication

    If I am not mistaken the only password you have to provide is the SQL User the system uses when setting up distributor and publisher. It is more like set...

    -Roy

  • RE: SQL Server 2008 - Replication

    Mohammad Irfan-488206 (1/28/2010)


    Thanks, I am creating the scripts, still thinking how to come over the security..

    What part of security are you concerned about? Maybe someone can help you...

    -Roy

  • RE: SQL Server--- Sending a message to DOTNET from SQL Server

    Actually using service broker is quite easy. The SQL Server does all the work for you. Also helps maintain data concurrency since it works with transactions. (Atleast from what I...

    -Roy

  • RE: full database restore of the Publisher

    Are you restoring the back up with Keep replication option?

    Even if you are I think you will still fail since the publisher and subscriber DB are out of Synch....

    -Roy

  • RE: SQL Server--- Sending a message to DOTNET from SQL Server

    Out of the two ideas that you have floated, I guess the Service broker is the best.

    Take a look at power Shell, You might be able to do quite...

    -Roy

  • RE: Are the posted questions getting worse?

    You all are talking about Live meeting.... Let me gloat a bit.

    Jimmy may is coming in mid February to give a presentation for our chapter... Yes..!!!!!!!!!

    Niw I have finished...

    -Roy

  • RE: Are the posted questions getting worse?

    He has added more business rule to it. Just asked him to provide samples. let us see if he is willing to give more info... 🙂

    -Roy

  • RE: Outer join question - Pl help

    Now your requirement has changed slightly. For you to get better help from the people here, you will have to provide the table structure, Sample data , what is the...

    -Roy

  • RE: Distribution agents hung

    How come you set it up as once every 5 min? That makes the distribution commands grow and thus causing the problem. You could set the distribution as immediate.

    Also are...

    -Roy

  • RE: MSDTC in Windows 2008 server

    Actually in Windows 2008 it has changed a bit.

    As per Technet

    In Windows Server 2008, you can create multiple DTCs in a failover cluster using the following steps:

    ...

    -Roy

  • RE: Dinamic sql

    What I would suggest you to do is to get rid of the @@error to catch errors and use TRY Catch instead. It is much more easier to use.

    -Roy

  • RE: Help....!!need to add one more column to publication DB

    No, there is no need to reinitialize the subscription. There are two requirements though. The column added should either be NULLABLE or should have a default constraint.

    -Roy

  • RE: reinitialize subscription

    jshailendra (1/25/2010)


    Only Insert, Update, Delete commands are traversed from Publisher to Subscriber

    That is applicable only in SQL 2000 or below. From SQL 2005 onwards, alter commands get replicated as well.

    -Roy

  • RE: Adding new level of security between guest OS and Sql Server management tools.

    As long as the SA user name and password is out there, your security is shot into tiny pieces what ever application you put. You could try putting a firewall...

    -Roy

Viewing 15 posts - 1,381 through 1,395 (of 2,840 total)