Forum Replies Created

Viewing 15 posts - 8,806 through 8,820 (of 9,399 total)

  • RE: Are the posted questions getting worse?

    SQLRNNR (11/4/2013)


    jasona.work (11/4/2013)


    The joy and fun of migrating DBs to a new server...

    Trying to get in touch with the people who need to update the application, people potentially trying to...

  • RE: Today's Random Word!

    SQLRNNR (11/4/2013)


    L' Eomot Inversé (11/4/2013)


    SQLRNNR (11/4/2013)


    Fuster

    ocioso

    Cluck

    Chicken

  • RE: hierarchical linking of locations to each other

    hoseam (11/1/2013)


    I need help here, I have this table, I may need to create another column I'm not sure yet.

    CREATE TABLE [dbo].[Location](

    [LocationID] [int] IDENTITY(1,1) NOT NULL,

    [Location] [nvarchar](255) NOT NULL,

    [Product_Code] [nvarchar](255)...

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (11/1/2013)


    SQLRNNR (11/1/2013)


    The Dixie Flatline (11/1/2013)


    SQLRNNR (11/1/2013)


    The Dixie Flatline (11/1/2013)


    [font="Wingdings"]It should be the last font on the dropdown, Luis.[/font]

    [font="Wingdings"]How sure are you about that?[/font]

    [font="Wingdings"]Pretty sure, I don't think...

  • RE: Are the posted questions getting worse?

    jasona.work (11/1/2013)


    So, here's a goofy question:

    What font and size do you have your SSMS text set to?

    I'm trying to come up with one that I like for both readability and...

  • RE: SQL Search very slow please help

    Kurt W. Zimmerman (11/1/2013)


    Preferably I like to do all of my development on a slower box anyway. This way I can see performance related issues that are not masked...

  • RE: SQL Search very slow please help

    Mike.brickles (11/1/2013)


    how do i index the tables ?

    In 2005, generate the script to create the table by using Script Table As...Create To...New Query Editor window. Then connect to your...

  • RE: parse string and update table in mysql

    ix.lives (11/1/2013)


    there is a substring_index function in MySQL, what is interesting is when I tried your code I get a syntax err msg stating "unknown column city in field list"...

  • RE: SQL Search very slow please help

    Kurt W. Zimmerman (11/1/2013)


    Mike.brickles (11/1/2013)


    I moved the tables by using the import and export data

    I really dont know much about sql at all

    Are the 2 schemas the same? ...

  • RE: Update if exist or insert the new record

    Instead of updating the record's product_code field, why not just add a field that tracks when the row was added and another one for the last update?

    The issues I see...

  • RE: SQL Search very slow please help

    Mike.brickles (11/1/2013)


    Hi

    I have couple of SQL Tables with customers information the database works fine on SQL server 2005 but when doing a search when the tables are under SQL...

  • RE: Optimize Store Proc

    Richard Warr (11/1/2013)


    So you'd replace the whole thing with

    UPDATE Product SET Product_Code = Left(Product_Code,ProductID) + '-Altered';

    That's still a really weird thing to do though. What is the Left(Product_Code,ProductID) bit supposed...

  • RE: "NOT IN" Operator and Three Valued Logic

    Ford Fairlane (11/1/2013)


    Rune Bivrin (11/1/2013)


    Well, good question, but the correct alternative was a bit misleading. You don't get a zero back, you get an empty result set. That's a different...

  • RE: parse string and update table in mysql

    ix.lives (10/31/2013)


    I need to parse a string in one column called "location" and copy the contents of "city,state" into 2 new columns of "city" and "state", while leaving location as...

  • RE: Multiple tempdb question

    That's one database with different files. There's still only one tempdb.

Viewing 15 posts - 8,806 through 8,820 (of 9,399 total)