Forum Replies Created

Viewing 15 posts - 2,446 through 2,460 (of 15,381 total)

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (8/20/2015)


    Sean Lange (8/19/2015)


    Ha Ha!!! I was just beating my head against the wall when inserting varchar data into an nvarchar column and struggling with why it was not...

  • RE: Are the posted questions getting worse?

    David Burrows (8/19/2015)


    Sean Lange (8/19/2015)


    Thanks. Shouldn't be too bad. This is a super simple process. No need for the "T" portion. Just need to truncate a staging table and pull...

  • RE: Quick Gui to run script on database

    Brian Seib (8/19/2015)


    Good afternoon - I am looking for a quick idea of a way to build a small GUI that a user can input the parameter, then click a...

  • RE: Are the posted questions getting worse?

    Luis Cazares (8/19/2015)


    Sean Lange (8/19/2015)


    I am working on putting together my first SSIS package. I haven't done this type of thing since it was still DTS packages. This stuff is...

  • RE: Are the posted questions getting worse?

    I am working on putting together my first SSIS package. I haven't done this type of thing since it was still DTS packages. This stuff is a LOT different. It...

  • RE: How to use 'or' with a substring

    owens.rusty (8/14/2015)


    I have a table where we have created a column that has which contains a column which is a primary key tying back to another table. The problem...

  • RE: Today's Random Word!

    Ed Wagner (8/14/2015)


    DonlSimpson (8/14/2015)


    Revenant (8/14/2015)


    SQLRNNR (8/14/2015)


    Eirikur Eiriksson (8/14/2015)


    SQLRNNR (8/14/2015)


    Eirikur Eiriksson (8/14/2015)


    SQLRNNR (8/14/2015)


    chinchilla

    Endangered

    tasty treat

    Fast food

    frog legs

    France

    Gaul

    Roman Empire

    Spanish Inquisition

  • RE: Removal of Records dynamically using Information Schema

    Luis Cazares (8/14/2015)


    Small correction, they're not there for backwards compatibility, but for SQL Standard compatibility.

    Thanks for the correction Luis. 😉

  • RE: Compare sql varchar in PHP

    ugbwuebfub (8/14/2015)


    Hello,

    I have the Database:

    (NumbersAndLetter is VARCHAR, utf8_general_ci)

    ID | NumbersAndLetter | switch

    1 | gwE23d67v6D | 1

    2 | fuBf737bf203 | 1

    I try to change the database entry with PHP through the...

  • RE: Setting granular table permissions

    cstg85 (8/14/2015)


    Is it possible to allow a user to insert and update data in a table but prevent them from performing deletes against that same table? For auditing purposes I...

  • RE: Removal of Records dynamically using Information Schema

    Jonathan Marshall (8/14/2015)


    Hello everyone,

    I'm looking to dynamically remove records from tables dynamically using the information schema within SQL Server.

    Looking to remove records from all the tables within a...

  • RE: Which is Best to use, #Temp Table or @Table Variable?

    SQLRNNR (8/13/2015)


    Grant Fritchey (8/13/2015)


    caojunhe24 (8/12/2015)


    #temp is much more useful than @temp

    Really? What about in the case of recompiles?

    Or a user-defined table type?

    Better yet...

    A user defined memory optimized table type?

    What about...

  • RE: update duplicates in a column

    Something like this should work. Please notice how I posted ddl and sample data in a consumable format so this is easy to work with. You should do this on...

  • RE: Query that gives info twice

    Luis Cazares (8/13/2015)


    I don't have an Oracle database to test against it, but it seems that you can insert and delete rows from Dual if you have Admin rights.

    The fun...

  • RE: Query that gives info twice

    Luis Cazares (8/13/2015)


    Sean Lange (8/13/2015)


    Luis Cazares (8/13/2015)


    For Oracle, the first query should be something like this:

    select *

    from quer a

    cross join (select 'Text1' as MyText FROM Dual union all select 'Text2'...

Viewing 15 posts - 2,446 through 2,460 (of 15,381 total)