Forum Replies Created

Viewing 15 posts - 91 through 105 (of 528 total)

  • RE: Installation issues with SQL Server 2005

    Are you using a password that does not conform to your Windows security configuration? Is the error message legitimate or objecting falsely to a valid password? Your posts...

  • RE: Using Code Function in Table Group?

    Have you tried changing the order of your case statements to see if the results change?

    Is it also possible that you're getting a default value assigned because of a step...

  • RE: locking

    Without wanting to know corporate details or other 'secret' information, it sounds like you are trying to improve performance without having a clear idea what's truly wrong, other than either...

  • RE: question about backup files

    I'm confused. Are you trying to capture:

    a) data changes

    b) structure changes

    c) code (aka stored procedures, views, etc.) changes

    d) all of the above

    The methods used to...

  • RE: DR - Log Shipping vs Replication?

    This may sound like 'master of the obvious', but here goes:

    The more clearly you can define your objectives, the easier it is to choose between alternatives. Is the objective...

  • RE: SQL2005 Maintenance Plan Failure

    Atul, your version is later (9052 vs 9042) - are you suggesting that a bug fix has been implemented?

  • RE: Problems Querying AdventureWorks

    Operating system? version of SS2k5 (Express, std, enterprise...)?

    Language settings? Sounds like a funky setting is getting impacted when you first open, then fixes itself upon closing. Or...

  • RE: Sql Server Auditing tool

    Nothing beats good design.

    first question: Will you capture the who/what/when in the same table as where the table resides, or in a separate 'audit log' area?

    second question: how...

  • RE: changing database context in a trigger

    bodhilove (12/3/2008)


    Is there a way to change database context in a trigger?

    For example. I want to use a login trigger to open a symetric key for decryption/ encryption in a...

  • RE: Replicate to table with more columns?

    Rusty -

    If you use transactional replication, beware of the initial snapshot - it will overwrite your added fields. Also, each time you update a record in the subscriber,...

  • RE: Data not retained in replicated database after migration

    Yes, thank you, the scenario is clear. The challenge you are experiencing is, I believe, in how you set up the pull replication drawing from A3 to A2. ...

  • RE: Transactional replication of views

    Sorry to take so long to respond - I've been away....

    Anyway, to answer your question, let's pretend you only need the content used by the view:

    Let's say that your view...

  • RE: Replicate to table with more columns?

    There is a difference between requesting a 'what' and requesting a 'how'. This sounds like a 'what' request - they want additional columns to correlate with a snapshot-replicated table....

  • RE: Data not retained in replicated database after migration

    What kind of replication are you performing? If not MERGE, then your subscriber will have to match publisher 100%, without regard for what was in subscriber before. There...

  • RE: LOad Balancing and Scaling out

    If you are replicating / synchronizing between 2 machines (simplest case), and one machine is down, what do you have to replicate / synchronize with?

    I'm looking through the glass darkly,...

Viewing 15 posts - 91 through 105 (of 528 total)