Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 15,381 total)

  • RE: |HELP| how create four part name to oracle?

    liorvikel (10/30/2016)


    hey

    i have link server to oracle from mssql.

    i want to update or insert with four part.

    1. how can i do it?

    2. i read somewhere recommend to create...

  • RE: Are the posted questions getting worse?

    Ed Wagner (10/31/2016)


    ThomasRushton (10/31/2016)


    Wryan138 (10/30/2016)


    So in lieu of some marvelous SQL wizardry, I'm just trying to help out a little.

    Wayne

    Welcome aboard. I must admit, I do use your posts...

  • RE: first-class components and synthetic

    spam reported

  • RE: Are the posted questions getting worse?

    Lynn Pettis (10/25/2016)


    jasona.work (10/25/2016)


    Lynn Pettis (10/25/2016)


    jasona.work (10/25/2016)


    Brandie Tarvin (10/25/2016)


    jasona.work (10/25/2016)


    So this ought to be fun...

    Dev asked me to take a look at a view that isn't performing as well as...

  • RE: Upper all my code

    GrassHopper (10/21/2016)


    I have to convert sql scripts to hadoop and it is case sensitive and having it all in upper case makes it easier. thanks

    I see. Well be careful...

  • RE: Upper all my code

    GrassHopper (10/21/2016)


    I have scripts which I want to change all the letters to upper on it.

    i.e.

    Select * from MyTable where myVar = 'RED'

    output:

    SELECT * FROM MYTABLE WHERE...

  • RE: Are the posted questions getting worse?

    Phil Parkin (10/21/2016)


    Is anyone experiencing the effects of this?

    http://gizmodo.com/this-is-probably-why-half-the-internet-shut-down-today-1788062835

    Yes indeed. The website for our soccer club was down for about the half the day today. I kept receiving reports that...

  • RE: Strip HTML Tags

    g.powers (10/21/2016)


    I recently had the same requirement and wrote a function which strips HTML tags and entities regardless of any additional information. I posted the code here at Stack Overflow...

  • RE: convert and format

    coool_sweet (10/20/2016)


    hi

    i have table from where data is coming like this

    price

    12.345

    345.6789

    23.56

    now i am taking this into tem table nd what i need is remove decimal and round the number...

  • RE: Get the non existing data from database

    Still kind of guessing here. I assume you have a table with the teachers in it that you could use for this. Since it is unclear I created a cte...

  • RE: Get the non existing data from database

    sindhupavani123 (10/18/2016)


    Thank you.

    Its quite close to what i expect

    In your query 'left join #something s on s.day = d.NameOfDay

    and s.name = 'Mary'' you are trying to retrieve data...

  • RE: Multi-valued parameter using pipe delimiter

    NineIron (10/18/2016)


    This is the function to parse the parameter string. The parameters are doctors' full names that contain commas so, I need to use a pipe or semi colon or...

  • RE: Get the non existing data from database

    Pretty sparse on details here. I notice you are very new around here so I decided to help you out with some ddl and sample data so you can see...

  • RE: Help with basic query

    harleen5102 (10/18/2016)


    Hi,

    I want to add string "@abc.com" next to the Employ_ref for each employee. What is the best way to do so?

    USE tempdb

    GO

    CREATE TABLE [Staff](

    [Surname] [nvarchar](255) NULL,

    [Forename] [nvarchar](255) NULL,

    [Employ_ref] [float]...

  • RE: Are the posted questions getting worse?

    Grumpy DBA (10/18/2016)


    Grant Fritchey (10/18/2016)


    BLOB_EATER (10/18/2016)


    Grant Fritchey (10/18/2016)


    Wow, just read the comments on Reddit about a recent blog post... ouch.

    Evidently stating the obvious when others are stating the opposite is...

Viewing 15 posts - 1,156 through 1,170 (of 15,381 total)