Forum Replies Created

Viewing 15 posts - 42,556 through 42,570 (of 49,566 total)

  • RE: Tempdb Move

    Script looks fine. The SQL service has to be restarted for this to take effect. Until it is, the change is only made in the database metadata.

    Edit: I would strongly...

  • RE: restoring to point in time

    raviraikulkarni (12/5/2008)


    if one of the transaction log backup file in the

    sequence is not available available the how to

    restore to point in time

    for eg. i have transactional...

  • RE: Problem with compilation of SQL Code

    Garadin (12/5/2008)


    RESULT:

    Server: Msg 207, Level 16, State 1, Procedure Seth_ACTest, Line 13

    Invalid column name 'B'.

    No clue why it works in one and not the other.

    I ran your second...

  • RE: Query Performance

    Table definitions please, index definitions and the execution plan, saved as a .sqlplan file, zipped and attached to your post.

  • RE: Recommended path for advanced training?

    Oksana March (12/5/2008)


    Can you explain why? it is because of performance reasons?

    They're used waay too much by people who think they're a great solution and they perform terribly. SQL...

  • RE: Problem with compilation of SQL Code

    baumgaertner (12/5/2008)


    There must be a possibitly.

    To do what?

    Why do you need to add columns to a table inside a stored procedure?

  • RE: Database mirroring

    Schadenfreude-Mei (12/5/2008)


    I have recently setup BES replication, to do this the instructions prompted me to change recovery model to FULL.

    What's BES Replication?

    I've got, on my desktop, a replication...

  • RE: Database mirroring

    Nicholas Cain (12/5/2008)


    Transactional replication is the way to go.

    Agreed. This is almost a textbook case for transactional replication

  • RE: Moving from SQL Server 2005 to 2008

    It looks like it needs an existing DB selecting, but you can type a new DB name into that box

  • RE: Database mirroring

    Schadenfreude-Mei (12/5/2008)


    So its only Transaction Replication that needs Full/Bulk? I didnt know that i thought it was Replication in general.

    No. As I said above

    Replication does not require any particular recovery...

  • RE: Problem with compilation of SQL Code

    Taking one step back... Why do you need to add columns to a table in a stored procedure?

  • RE: Minatanace plan for backup

    Did the installation of the patch give any errors?

    I think you may want to take this issue to Microsoft's customer support. They're probably going to be able to help you...

  • RE: Database mirroring

    Schadenfreude-Mei (12/5/2008)


    To allow replication you db must be in Full or Bulk recovery model.

    Replication does not require any particular recovery model. All forms of replication (snapshot, transactional, merge) work fine...

  • RE: Database mirroring

    Consider transactional replication rather.

    Mirroring is a high-availability solution, not for reporting.

  • RE: Problem with compilation of SQL Code

    Call another procedure.

Viewing 15 posts - 42,556 through 42,570 (of 49,566 total)