Forum Replies Created

Viewing 15 posts - 106 through 120 (of 631 total)

  • RE: I can ODBC clearly now

    Phil Factor (11/5/2016)


    MUMPS? Good grief, that is an amazing survival. I wrestled that fiendish system in the eighties. It is true, though. If you curl up your nose at something...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Who is that masked man anyway?

    Ed Wagner (10/22/2016)


    I'm a bit puzzled by the "if you really, really need to performance test" part. Who doesn't do performance tests before releasing something to production? It's...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Cluster On Cross Domain

    you'll also want to set the multisubnetfailover=true option in your connection string. This requires .NET 4.5 or above

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Urgent please help--Append Date(yyyymmdd format) to filename (Example: tnvin_20161019.txt)

    J Livingston SQL (10/19/2016)


    andrew gothard (10/19/2016)


    SELECT REPLACE(REPLACE(REPLACE(CAST(CONVERT(VARCHAR(19), GETDATE(), 120) AS VARCHAR(10)),'-',''),':',''),' ','');

    hth

    SELECT CONVERT(VARCHAR(10),GETDATE(),112)

    Slightly neater I suppose 😉

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Urgent please help--Append Date(yyyymmdd format) to filename (Example: tnvin_20161019.txt)

    SELECT REPLACE(REPLACE(REPLACE(CAST(CONVERT(VARCHAR(19), GETDATE(), 120) AS VARCHAR(10)),'-',''),':',''),' ','');

    hth

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Restore database

    further to Jeff and Grant's posts, some additional reading on backups (including the importance and meaning of RTO and RPO), can be found in the following link. If you...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: NULL dates in fact table

    I do tend to agree. Logically, if an order has been placed, but we do not yet have a fulfillment date, then it is unknown, which is what null...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: DTA Cannot initialize tuning. (.Net SqlClient Data Provider)

    There is, apparently a workaround, but it does require a server restart, and I have to say it's not something I've tested because, frankly, the DTA is not something I'd...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: DTA Cannot initialize tuning. (.Net SqlClient Data Provider)

    I have to say, that tool is a potential disaster area, and you really shouldn't, if you run it, implement its recommendations without some serious further investigation, as if you...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Restore database

    Firstly, if you do your backup with the checksum option, this will identify various forms of potential corruption. Restore with verifyonly will also identify a range of issues with...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: DBA Support

    alan.archer (10/7/2016)

    The challenge is to find others that are motivated to learn and excel, identify them early in their career (it takes years to learn this SQL stuff well! Agreed?)...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Bingle is my Senior DBA

    Stefan LG (10/10/2016)

    Higher education institutions should teach students staff the basic concepts of database design, implementation and programming.

    FTFY

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Bingle is my Senior DBA

    pdanes (10/8/2016)


    I don't know about for the net in general, but for this forum, maybe Steve could institute some sort of marking for people that know what they are talking...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: How do you import a JSON file to SQL sever

    My guess would be the SQL Server service account not having access to that location. Can't see the location / file => file doesn't exist

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Good hardware-slow performance. Possibly misconfigured.

    16 cores on a VM looks like a lot to me. If you over provision cores on VM's running SQL Server this can lead to shocking performance problems. ...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

Viewing 15 posts - 106 through 120 (of 631 total)