Forum Replies Created

Viewing 15 posts - 8,866 through 8,880 (of 39,771 total)

  • RE: Filestream Tables

    julienchappel 38298 (12/13/2015)


    Hi Steve,

    Which is your right piece of code:

    A./

    CREATE TABLE MyTable

    ( myid ID

    , myFS varbinary(max) FILESTREAM

    );

    go FROM THE SQLServerCentral.com <subscriptions@sqlservercentral.com>

    OR

    CREATE TABLE MyTable

    ( myid INT

    , myFS varbinary(max) FILESTREAM

    );

    go

    from THE...

  • RE: Are the posted questions getting worse?

    Take this week's survey. don't look anything up, first thing that comes to mind. Be serious, not silly.

    https://www.surveymonkey.com/r/JGFCKDW

  • RE: How Much Eventual Consistency Do You Have?

    David.Poole (12/11/2015)


    Given that data is committed in an operational system and that commitment process plays no part in the confirmation of delivery to the reporting process I'd say that eventual...

  • RE: L Server in T-SQL

    Search automatic restore, or restore all files here. Lots of scripts that you can use or might help you with a base to modify.

  • RE: Filestream Tables

    ID is probably a bad idea. I was thinking a UDDT, but I should have left is as an INT.

    Changed.

  • RE: Optimizing a table created at runtime

    Does the table exist and is used for a long time or just a bit of work?

    Short answer, add indexes if they speed up queries more than the time things...

  • RE: Software Estimates

    Gary Varga (12/7/2015)


    It seems to me that the established professions either have a more rigorous framework for estimation and change control (e.g. construction) or have expectations of the unknown accepted...

  • RE: Today's Random Word!

    Friday

  • RE: Methods to copy a standby database

    Honestly, the reapply all logs up to today, without getting another full backup just won't work. You'll eventually have too much work to do overnight and it's too brittle.

    First, you...

  • RE: SQL Server ODS setup

    I agree with both above. An ODS just tends to be a central data warehouse where you've consolidated data, cleaned/standardized, and then often feed other systems. I've seen a few...

  • RE: Are the posted questions getting worse?

    BrainDonor (12/10/2015)


    Bought this one in Portland - designed to upset as many sci-fi fans as possible - http://fashionablygeek.com/t-shirts/trolling-shirt/

    Excellent

  • RE: How to select 200k data faster in sql

    If you pulled the data directly into a data reader and then processed that down on the client, is that faster?

  • RE: Are We Engineers?

    ccd3000 (12/10/2015)


    I think we're alchemists (most of us anyway) in terms of where we are in the profession's evolutionary development. Others in this thread have astutely pointed out that we...

  • RE: Are We Engineers?

    cjb110 (12/10/2015)


    Yes we are, and are we striving to reach the same standards as physical engineering, yes I think most of us are.

    I think that article was a disservice to...

  • RE: Are We Engineers?

    Manic Star (12/10/2015)


    We're janitors.

    We clean up the place, take out the trash and keep the mechanism humming along with regular maintenance that no one sees, appreciates or cares about...

Viewing 15 posts - 8,866 through 8,880 (of 39,771 total)