Forum Replies Created

Viewing 15 posts - 4,936 through 4,950 (of 7,164 total)

  • RE: Using dynamic values

    Matt Miller (#4) (3/8/2012)


    <truncated>

    True to a certain degree. That said, sending individual emails still is a cursor process, even if an asynch one. That's one thing you can...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using dynamic values

    Matt Miller (#4) (3/8/2012)


    Eugene Elutin (3/8/2012)


    OTF (3/8/2012)


    Eugene Elutin (3/7/2012)


    It's not a good design to email from a trigger. You're killing performance of update. If I would be MS i would...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Powershell deployment to Production

    Not security related, but relevant if you use the PowerShell subsystem in SQL Agent. Make sure you choose a proper number of PowerShell worker-threads for SQL Agent to allow to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BULK INSERT

    I am not sure if there is a classic-C++ class already built for you to pickup and use but Bulk Copy is freely available within the SQL Server Native Client...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSPI Handshake errors

    We had the same problem. This may be relevant for your situation too: http://support.microsoft.com/kb/2002203

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Programmers v Salespeople

    This summed it up for me:

    "While I think selling is a skill, I think it's one more easily learned by a wider variety of the population."

    The above statement is a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Design question - FK column to more than one table

    William Plourde (3/5/2012)


    opc.three (3/5/2012)


    You may be re-inventing the wheel a bit. Depending on how unique your situation is you may be able to leverage some built-in features of SQL Server....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Design question - FK column to more than one table

    JQAllen (3/5/2012)


    Change Data Capture and Change Tracking are useful for auditing, but these features are not the same thing as 'temporal modeling'. Among other things, they have no support for...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Design question - FK column to more than one table

    You may be re-inventing the wheel a bit. Depending on how unique your situation is you may be able to leverage some built-in features of SQL Server. Have you looked...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Design question - FK column to more than one table

    William Plourde (3/5/2012)


    Yes, you are correct in everything you wrote. TableA and TableB are separate entities. Yes, this is a bad practice because it violates normalization rules. I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: OS or other permissions in order to install assemblies?

    Which version of the FW are you targeting? Check your SQLCLR assembly's references to make sure those exist on the server.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Design question - FK column to more than one table

    What you've described wanting to do is to assign two meanings to one column...not good. I will assume that TableA represents an entity, independent of the entity in TableB, otherwise...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Windows login restriction to deny select

    If you're trying to DENY a permission from an application service account in the sysadmin server role then that login probably should not be in the sysadmin role. You need...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Many-to-many Junction table opinions?

    There are a few people that come to mind who spend a lot of time on this site that could walk you through solving this in a way that will...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Long Parameter Lists

    Storing spectrometer data with 1024 channels is a problem in SQL Server unless you pivot (which has too much baggage to be useful at that scale IMO) since the storage...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 4,936 through 4,950 (of 7,164 total)