Forum Replies Created

Viewing 15 posts - 12,616 through 12,630 (of 39,810 total)

  • RE: sql connections

    I'm not sure you can. I'm not sure it should matter from the server. The idea of the API is the server sees calls to it without worrying about clients.

    Does...

  • RE: Repeating code over time period

    Use SSIS to build a package. Base a query on dateadd to get the previous 11 months in your query.

  • RE: SQL Server Always On

    You can't do this. The listener reacts to the read intent setting in the connection string. The architectural guidelines say that you should have multiple connection strings for your application...

  • RE: ssis doubts

    There are a few things you can do. First, if you are loading into a destination that expects integers for the first field, you'll never load those records. However you...

  • RE: Two Plugs Away

    It certainly sounds interesting. I'd like to give the desk on wheels a try if I go back to an office.

  • RE: Can This Work?

    You don't get the chance to answer in the email. When you click, the whole question (Edited or not) appears, along with the answers. If you don't re-read the question,...

  • RE: Can This Work?

    Fair enough, I was thinking of many CS problems that loop until space is exhausted.

    I'd still argue this is an infinite loop in code. It's the hardware and environment that...

  • RE: Can This Work?

    I guess perceptions are different. With the comments noting

    -- first step

    ...

    -- second step

    ...

    I executed each section of code until the next comment, since that made sense to me. Executing...

  • RE: Disaster Recovery (D/R) and Business Continuity

    I agree with OPC.Three that you doing this without knowing how to get started is concerning. If you're just unorganized, but you understand the idea of DR and options in...

  • RE: expression in derived column issue

    It's not clear what you are trying to do.

    There's a Derived Column transformation. Do you mean a computed column?

  • RE: More Evolution, More Complexity

    batgirl (2/28/2013)


    This really speaks to me today.

    Glad to hear it, and glad things are going well.

    Love to see a card trick if we end up at the same...

  • RE: Are the posted questions getting worse?

    Lowell (2/27/2013)


    Steve Jones - SSC Editor (2/27/2013)


    Haven't seen a lot on it. I know Adam Machanic and a few people use it, but don't see much written.

    I did run across...

  • RE: using OUTPUT on remote server

    You could call a remote stored proc and return values back. That might allow you to use OUTPUT on the remote side, and then when it returns, insert those into...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (2/27/2013)


    I haven't done anything with CLR in a few years. Now I need to create JSON files and CLR looks like the best way. Anyone have a link...

  • RE: Performance Issues on Insert with table contained in Full Text Search

    You definitely will get implicit conversions, which can be a huge slowdown. I'd fix this first.

    The plan shows that the inserts to the AuditLog table, and then the full text...

Viewing 15 posts - 12,616 through 12,630 (of 39,810 total)