Forum Replies Created

Viewing 15 posts - 16 through 30 (of 392 total)

  • RE: Latency issues in Transactional Replication

    rogelio.vidaurri - Wednesday, January 18, 2017 1:30 PM

    "It sounds first like the Latency Warning parameters are set as the default, which will...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Latency issues in Transactional Replication

    rogelio.vidaurri - Tuesday, January 17, 2017 3:02 PM

    Hi,

    We have two SQL server 2012 bidirectional transactional replications working correctly.
    Instance A (active) <-> Instance B...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Question on Transaction Replication

    Here is something that you can try, publish stored procedure execution results. It executes at the publisher and sends the results to the subscriber and executes there.

    Maybe you can do...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Question on Transaction Replication

    You could try replicating a view. The table being replicated to could have the source field. Then in the view you could calculate out the source by using @@SERVERNAME or...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: According to Rupert Colville

    SPAM!!!

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: DBAs Need to Learn to Develop

    I'm the swiss army knife too

    Unfortunately, in todays world we all are, or at least companies expect us to be.

    Also, I, nor do I believe anyone else is advocating...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: DBAs Need to Learn to Develop

    It means how can I do what I was hired to do if I'm doing what I'm not hired to do. In other words, develop software in C# when I...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: DBAs Need to Learn to Develop

    Jeff,

    You say so much in there that if I had to I would have to cut and paste the whole thing.

    But you are correct with everything that you said. But...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Executing an R Script

    I must have been sleeping on Oct 7, and accidently got it right. But I too thought you could pass a script name to R

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Replication - Multiple Tables to 1 Table ?

    When replicating an indexed view it will be created at the subscriber as a table.

    http://www.informit.com/articles/article.aspx?p=607372&seqNum=3

    The replication of multiple tables to one would not work. Each article replicated requires it's...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Operating system returned error 23

    sanjaydut26 (9/20/2016)


    Sorry, It's SQL server 2005 standard edition.

    It should still work the same way.

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Operating system returned error 23

    sanjaydut26 (9/20/2016)


    Hello, Everyone

    I am facing this issue when running DBCC checkDB

    Msg 8921, Level 16, State 1, Line 1

    Check terminated. A failure was detected while collecting facts. Possibly tempdb out...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Best way for dynamic partitioning of table sql server

    Jeff Moden (9/13/2016)


    Thanks, Steve. I really appreciate the time you took to explain that. You folks definitely put some thought into that.

    No problem Jeff. It took around 6...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Is SQL Server Replication going away?

    Larry Henson (9/4/2016)


    FWIW,

    Microsoft had their "replication expert" on site for a few days about 6 months ago and she said it replication was being deprecated. She said some new version...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Best way for dynamic partitioning of table sql server

    Jeff Moden (9/13/2016)


    GilaMonster (9/13/2016)


    Jeff Moden (9/12/2016)


    And, the OP responded :-).

    Yes, back in 2014.

    Perhaps we can find out how he used partitioning to improve performance. :w00t:

    The person who...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

Viewing 15 posts - 16 through 30 (of 392 total)