SCUD?

  • I've come across this acronym in a few places recently, one being a SQL Server DBA job description. Does anybody know what it stands for, in database related terms?

  • netmikem (1/22/2014)


    I've come across this acronym in a few places recently, one being a SQL Server DBA job description. Does anybody know what it stands for, in database related terms?

    I've heard of CRUD, which is Create Read Update Delete, but the only thing i can find related to SCUD references whether you can recover your data from a full disaster:

    http://www.sqlservercentral.com/Forums/Topic214769-263-1.aspx

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Never heard that one, but might be: Select Create Update Delete. These kids today and their modern slang.


    And then again, I might be wrong ...
    David Webb

  • I occasionally refer to CUD, Create, Update, Delete, when discussing the parts of ORM tools that I (sometimes) don't have problems with. Nothing in Bingle either. I think you may have misheard, or it's a local thing to particular company.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Thanks for the feedback.

    The job ad definitely says SCUD. Here is the particular qualification statement ...

    "Must have minimum eight years' experience with SQL, coding queries, SCUD, stored procedures and data import/export."

    I suspect the previous suggestion of Select, Create, Update and Delete is correct. If I get an interview, I'll be sure to respectfully ask about it. ๐Ÿ™‚

  • netmikem (1/23/2014)


    Thanks for the feedback.

    The job ad definitely says SCUD. Here is the particular qualification statement ...

    "Must have minimum eight years' experience with SQL, coding queries, SCUD, stored procedures and data import/export."

    I suspect the previous suggestion of Select, Create, Update and Delete is correct. If I get an interview, I'll be sure to respectfully ask about it. ๐Ÿ™‚

    Most likely the recruiter couldn't their own notes when getting the job description from their client. I suspect it probably is CRUD. Can't really expect recruiter to know all the lingo we throw around routinely. ๐Ÿ˜€

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 โ€“ Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/

  • netmikem (1/23/2014)


    Thanks for the feedback.

    The job ad definitely says SCUD. Here is the particular qualification statement ...

    "Must have minimum eight years' experience with SQL, coding queries, SCUD, stored procedures and data import/export."

    I suspect the previous suggestion of Select, Create, Update and Delete is correct. If I get an interview, I'll be sure to respectfully ask about it. ๐Ÿ™‚

    Some Completely Useless Designs

    In my experience, the ability to deal with this is invaluable in any shop.

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • andrew gothard (1/24/2014)


    netmikem (1/23/2014)


    Thanks for the feedback.

    The job ad definitely says SCUD. Here is the particular qualification statement ...

    "Must have minimum eight years' experience with SQL, coding queries, SCUD, stored procedures and data import/export."

    I suspect the previous suggestion of Select, Create, Update and Delete is correct. If I get an interview, I'll be sure to respectfully ask about it. ๐Ÿ™‚

    Some Completely Useless Designs

    In my experience, the ability to deal with this is invaluable in any shop.

    I LIKE IT! ๐Ÿ™‚

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Serving Completely Useless Data

    Serving Completely Useful Data

    Systems Crying Under Duress

    To be serious, it is likely as others have said: Select Create Update Delete.

    Tom

  • Jeff Moden (1/24/2014)


    andrew gothard (1/24/2014)


    netmikem (1/23/2014)


    Thanks for the feedback.

    The job ad definitely says SCUD. Here is the particular qualification statement ...

    "Must have minimum eight years' experience with SQL, coding queries, SCUD, stored procedures and data import/export."

    I suspect the previous suggestion of Select, Create, Update and Delete is correct. If I get an interview, I'll be sure to respectfully ask about it. ๐Ÿ™‚

    Some Completely Useless Designs

    In my experience, the ability to deal with this is invaluable in any shop.

    I LIKE IT! ๐Ÿ™‚

    <Marvin Voice>

    I don't. It's terrible.

    </Marvin Voice>

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • How about : SELECT, COUNT,ย UPSERT,ย DELETE.

    I've just been working on a crud generator but changed it's name to reflect what my 4 procedures do.

  • It could be CRUD but only when implemented by Scrum.ย  Or maybe it's a framework which launches projects miles over the horizon where they explode.

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben kรถnnen

  • "Must have minimum eight years' experience with SQL, coding queries, SCUD, stored procedures and data import/export."

    scud (verb):

    1. to move or run swiftly especially as if driven forward

    2. to run before a gale

    https://www.merriam-webster.com/dictionary/scud

    Maybe they're asking for someone who can performance tune SQL queries and ETL - which is nice to have. Or, perhaps they want someone who can crank out stored procedures at a fast pace - which is more questionable.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 13 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic. Login to reply