Forum Replies Created

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

  • RE: Are the posted questions getting worse?

    Michael Earl (12/5/2008)


    Anyone catch the question before it was edited?

    http://www.sqlservercentral.com/Forums/Topic614696-146-1.aspx

    Go Steve for calling someone's question silly...

    Since Steve's post was after the edit, I imagine he's referring to the question as...

  • RE: Problem with compilation of SQL Code

    Garadin (12/5/2008)


    Shouldn't this one hit the same issue?

    It should. No idea offhand why it isn't.

  • RE: Database mirroring

    Schadenfreude-Mei (12/5/2008)


    I have always been told that I cant have Simple for replication,

    Whoever told you that is mistaken

    if this is not so I would love to know...

  • RE: Select top 1 from subquery

    Does this work?

    select top 1 id

    from tblname

    where tblname.person = 'xxx-xxx...'

    group by id order by max(dttm) desc

  • RE: Problem with compilation of SQL Code

    I see why.

    It's the insert into A straight after the creation of the temp table. That forces a recompile of the entire proc (because the temp table didn't exist when...

  • 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...

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