Forum Replies Created

Viewing 15 posts - 1,996 through 2,010 (of 9,715 total)

  • RE: Are the posted questions getting worse?

    Grumpy DBA (2/26/2016)


    Sean Lange (2/26/2016)


    You are quite welcome. Happy to share the joy. At least is isn't "All Out of Love" from Air Supply. :w00t:

    Well, that's a good thing because...

  • RE: Linked Servers, Views, and Stored Procedures

    Orlando Colamatteo (2/25/2016)


    Brandie Tarvin (2/25/2016)


    ...some OLTP databases reference tables in the Reporting databases.

    How many tables? I am thinking a simple Transactional Replication Publication on Server B subscribed to by Server...

  • RE: Adding quotes to dynamic SQL

    TheSQLGuru (2/11/2016)


    Whenever I am building out dynamic SQL I always use SET QUOTED_IDENFITIER OFF first and then use double quotes in the outer sections of text. Then I never have...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/25/2016)


    I am so glad I don't have any experience, yet, with replication so that I have no idea what SS is trying to do or why he isn't...

  • RE: Linked Servers, Views, and Stored Procedures

    I'll keep OPENQUERY in mind (and discuss it with the Devs) when we fix things, but it isn't going to help me now. My current sticking point is stored procedures...

  • RE: Linked Servers, Views, and Stored Procedures

    Thanks, Grant. I'll look into that.

  • RE: SQL Server Permissions

    Was it indeed corrupted .mdf and .ldf files?

    Regardless, I'm glad you resolved your issue.

  • RE: Linked Servers, Views, and Stored Procedures

    TheSQLGuru (2/25/2016)


    1) Make sure you configure linked servers optimally for your server scenario

    2) Review the object accesses. Some linked-server queries can be refactored for HUGE perf gains depending on if...

  • RE: Linked Servers, Views, and Stored Procedures

    TANSTAAFL is big here too. Fortunately, the solution is short term. We're putting a hard date on when things need to be fixed, so no one will have any excuses.

  • RE: Count of Queries

    mcopa (2/25/2016)


    What exactly do you mean by this: "if you really need to know exactly how many queries are run against the database, you need to set that up...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/24/2016)


    I disagree. Jupiter is descending.

    http://what-if.xkcd.com/139/

    That is an awesome link. Thanks, Gail.

    On another note, this might be one of those days when I should step away from my computer. I...

  • RE: Need to build query

    rhythmk (2/25/2016)


    Brandie Tarvin (2/25/2016)


    What logic determines IN verses OUT?

    Hard coding based on the dates given is not wise. Ideally, code should be written to logically decide what fits either circumstance...

  • RE: Linked Servers, Views, and Stored Procedures

    I forgot all about synonyms, but you're right. Not the best solution. For one, I can't create one that just points to the server.dbname. I just tried it, it doesn't...

  • RE: SQL Server Permissions

    deltajade (2/21/2016)


    I was told that is an industry standard, I could delete because I have read / write access.

    Is this true?

    I have never run into a situation where having read...

  • RE: SSIS - Data Type Issue

    sgmunson (2/23/2016)


    You might want to try CAST(PortNumber AS smallint)...

    This or try to change the INT16 in expression to INT32. But yes, INT in a database comes across as INT32 in...

Viewing 15 posts - 1,996 through 2,010 (of 9,715 total)