Forum Replies Created

Viewing 15 posts - 4,711 through 4,725 (of 7,164 total)

  • RE: need help aggregating

    Thank you for posting proper DDL and DML so we can see what you see.

    For your query needs look up GROUP BY, and the AVG aggregate.

    Code re-posted with formatting:

    ----DDL

    CREATE...

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

  • RE: load data and foreign keys

    wendy elizabeth (3/29/2012)


    Since I am new to setting up a database on sql server 2008 r2 and creating tables that are referenced by foreign keys, I would like to ask...

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

  • RE: The Mechanical Turk

    How cool! I am wondering whether the Mechanical Turk workflow follows most other groups of humans in IT...where we look to automate the repetitive incrementally over time. I suppose the...

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

  • RE: Can I create a stored procedure which utilises a linked server to which I have no access?

    Pete Bishop (3/28/2012)


    We have a specific security requirement whereby a linked server is permissioned using login mapping. If a user is not in the list of mappings, they can't use...

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

  • RE: SQL Server Security question

    Lynn Pettis (3/28/2012)


    opc.three (3/28/2012)


    I agree with everything that's been said so far in terms of using NT Groups instead of SQL Logins. One item that was not explicitly addressed that...

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

  • RE: Contents of a script file and output file into a table

    What are you using to "read the contents of a file into the database" that brings it in as one row per line?

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

  • RE: File System or SQL Server

    Never seen that error before... relevant? http://stackoverflow.com/questions/7898169/ssis-error-failed-to-set-the-xml-persistence-events-property-for-the-data-flow

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

  • RE: MDF File Size

    vs.satheesh (3/28/2012)


    Its returned this result

    DBCC SHRINKDATABASE(iedb, NOTRUNCATE);

    19 1 17579232 128 ...

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

  • RE: SQL Knowledge Transfer for new project

    In order to survive you need to know one thing: are there valid backups? And by valid I mean, can they be restored? Along the line of backups, you could...

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

  • RE: FileSystemWatcher -- Hash on file is failing because of "other" process locks

    The only way I know is to try accessing the file in a try/catch and if you catch a file access exception sleep for 5 seconds before trying again. Using...

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

  • RE: Upgrading server w/ t-byte data

    Obit? Hopefully it does not come to that! 😛

    If you get shot down on hardware for the second server know that you can replicate or log ship to different instances...

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

  • RE: Upgrading server w/ t-byte data

    That's a lot of data, but I'll second what Jeff said, a second server to migrate to would be my ideal choice.

    It was extenuating circumstances, but I have used...

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

  • RE: Does Access ODBC cause network traffic?

    General question, so general answer...generally speaking all connections to SQL Server cause network traffic, provided you are not accessing SQL Server from the server on which SQL Server is hosted.

    What...

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

  • RE: SQL Server Security question

    I agree with everything that's been said so far in terms of using NT Groups instead of SQL Logins. One item that was not explicitly addressed that you mentioned is...

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

  • RE: Default Fill Factor

    GilaMonster (3/28/2012)


    opc.three (3/28/2012)


    I do not have the luxury of creating every index ever added to databases in the instance.

    Neither do I. What I do is log index fragmentation and...

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

Viewing 15 posts - 4,711 through 4,725 (of 7,164 total)