Forum Replies Created

Viewing 15 posts - 5,221 through 5,235 (of 7,164 total)

  • RE: sql 2005 security

    Sounds like a good starting point to me. Some things to evaluate:

    - Consider fully-qualifying all object references from your application. It is a best practice from a readability standpoint and...

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

  • RE: Users creating there own schemas

    sqlnaive (8/10/2011)


    Then how can i manage to enforce dbo schema across my environment where hundreds of users are going to hit database sooner or later, each having created their default...

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

  • RE: Users creating there own schemas

    From Remarks section http://technet.microsoft.com/en-us/library/ms173463.aspx:

    DEFAULT_SCHEMA cannot be specified when you are creating a user mapped to a Windows group, a certificate, or an asymmetric key.

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

  • RE: Stairway to SQL Server Indexes: Step 6, Bookmarks

    Steve.Cornelius (8/9/2011)


    Are you setting yourself up as "one to watch" due to extreme negativity and nastyness?

    Please don't assign such petty motivations to me. I'm not one of these shallow idiots...

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

  • RE: SSIS parallel processing - which order do things run in?

    Eureka! Thanks for posting back. That sounds a little like black magic 🙂 Have you been able to validate that the ID does not change through saving/importing/exporting the package? I...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    SQL_Developer (8/4/2011)


    Thank you so much for your sample code and looking into it.

    What I am looking to do is not to change the Table Valued Parameter every time. With your...

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

  • RE: Conversion failed when converting the varchar value 'No ' to data type int.

    Ninja's_RGR'us (8/2/2011)


    left outer join address a with(nolock) on a.parent02aid = CONVERT(VARCHAR(50), m.acctid )

    I still think refactoring is the solution if it matters.

    I would have to disagree Ninja's. This article explains...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    Option 1: Change to a columnar structure in the database.

    Reporting will be a pain but the data can always be flattened later. Weigh the effort required to flatten data in...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    Impedance Mismatch! Can you change to an EAV data model in the database, or some other type of columnar model?

    If you're stuck with the data model I may have something...

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

  • RE: Need help on BCP

    stewartc-708166 (8/3/2011)


    There are more efficient ways of transferring data between 2 SQL servers than using BCP out and in.

    One option is to create a linked server on serverB that...

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

  • RE: Need help on BCP

    MuraliKrishnan1980 (8/3/2011)


    Hello Friends,

    Thanks for your response. Yeah, i know that we can achieve this using other options as well. However, i would like to know if there is an option...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    Million dollar question: Is there a requirement to avoid application code changes when you add column #401 to your table?

    Per this article a stored procedure can have up to 2,100...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    Yeah, too little info to say on the whole system so I made some leaps. But it's OK...I only jumped in to steer this one away from using Dynamic SQL...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    Lowell (8/4/2011)


    what's wrong with a single datatable with 200 columns, maybe with just the one row the client would be fiddling with?

    then the GUI can present you 100 or...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    Although I have been called crazy many a time, and a lot lately coincidentally, SSCrazy is just my designation on the site based on the number of points I have...

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

Viewing 15 posts - 5,221 through 5,235 (of 7,164 total)