Forum Replies Created

Viewing 15 posts - 1,696 through 1,710 (of 5,841 total)

  • RE: After Trigger not able to update multiple records with unique constraints

    No, my point was to make sure it wasn't set ON by accident. 🙂

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tipping point for a numbers table vs inline tally

    I will compare that on my system with 2 other methods of doing numbers and report back. Is that the only method you tried? Sounded like you had at...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tipping point for a numbers table vs inline tally

    Can you post EXACTLY what you are using for your various tests?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Auditing SQL Server 2012

    I don't see how we can be of any help without knowing what your auditing requirements actually are. That has to be what drives your decision tree, right?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Column not covered by index: new index or add to existing

    My experience is that it is almost always better to just add this to an existing index (assuming said index isn't already a hugely-bloated DTA-created mess).

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: After Trigger not able to update multiple records with unique constraints

    Review books online and online sources for NOT FOR REPLICATION.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Request for advice on how to handle backup security

    Security of this type is in the eye of the beholder I think.

    Personally, I would pay the cost and get Red-Gate's SQL Backup and be done with it. 🙂

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: IO pressure with HV

    briantallon (1/14/2015)


    New to using VMs for SQL. We have SQL 2012 SE. Our main apps are AX 2012 and SP. I'm seeing some IO pressure on...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Using Resource Governor to limit a specific DB

    Start here: http://msdn.microsoft.com/en-us/library/hh510208.aspx

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Generating date range values (start/end dates) from month columns with boolean values

    1) it really helps us help you if you provide create table script with sample data and expected output.

    2) you can do this with CASE pretty straight-forwardly, and it would...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Restricted LEFT JOIN

    Very difficult for me to follow precisely without some sample data and expected results to work with, but have you tried EXISTS and/or NOT EXISTS?? Sounds like one or...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: TempDb - Split or Add

    ndfs are just additional files.

    ALWAYS have EQUAL SIZED AND GROWTH FACTOR tempdb files, no matter how many you have.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: "poor man's replication" ETL process design

    So you believe that adding a timestamp and non-clustered index to a table is more likely to break production than adding a trigger than inserts into an audit table? Yes,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: "poor man's replication" ETL process design

    Eric M Russell (1/12/2015)


    bantrim (1/12/2015)


    I'm going to have to show my colleague yours and Kevin's posts since, to her, triggers are four-letter-words. We've gone back and forth since we...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: "poor man's replication" ETL process design

    bantrim (1/12/2015)


    Jeff Moden (1/11/2015)


    I can't speak for Kevin but I roll my own, as well. Two different types but both use carefully created, hardcoded triggers. Notice that I...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 1,696 through 1,710 (of 5,841 total)