Forum Replies Created

Viewing 15 posts - 1,786 through 1,800 (of 2,838 total)

  • RE: Likned Server Error

    Let me start by asking a few questions

    Does the table V_KASSTRNS exist in the FUTURA_CHINA database on the APP06 server?

    It is prefaced with a V, does that mean it is...

  • RE: Stored Proc with dynamic table column

    thbaig1 (5/4/2011)


    Hi,

    RDBMS : sqlserver 2005

    OS : windows

    I have to write a stored proc, for given below scenario

    Table-A

    id

    name

    col1

    col2

    col3

    ...

    coln

    we add column for some new values. Col1-n will have only status...

  • RE: sql developers and web developers

    SQLMyFriend (5/4/2011)


    Thanks, here I really mean sql developers not dba,

    I'm interesting to be a sql developers too, so just curious what is the work flow and how web developers...

  • RE: Stored procedure question

    ranuganti (5/4/2011)


    create proc usp_Test

    (@ID varchar (30),

    @code varchar (10),

    @startdate smalldatetime = NUll,

    @enddate smalldatetime = Null

    ) as

    begin

    select * from vw_ABC DB

    where @ID = D.ID

    and ((@startdate is Null or...

  • RE: How to add new partitions automatically to a table when new quarter started.

    I'd also like to suggest that you don't delete the old data. Push it off into an Archive table of the same structure. This will help you if there's any...

  • RE: INNER JOIN with multiple "ON" : ON t.ID = t2.ID ON t.FKID = t3.ID

    SQLRNNR (5/3/2011)


    Something like this?

    Select *

    From sometable st

    LEFT JOIN stable2 ac

    LEFT JOIN stable3 nc

    ON ac.somefield = nc.somefield

    AND ac.somefield + 1 = nc.somefield

    ON st.somefield = ac.somefield

    I've seen this off and on over...

  • RE: Are the posted questions getting worse?

    Congratulations Gail!

  • RE: Are the posted questions getting worse?

    People just came to me because we have the "problem" of apostrophes and ampersands in our data. I showed them this http://xkcd.com/327/

    I was surprised they hadn't seen it, so I...

  • RE: Are the posted questions getting worse?

    Fal (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    Fal (5/1/2011)


    After a horror week in which half my mirrors crashed, a royal wedding saturated the TV, radio, newspapers (as well as my dreams after a derriere...

  • RE: Are the posted questions getting worse?

    WayneS (5/2/2011)


    SQLRNNR (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    WayneS (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    And now I feel like I'm talking about breath mints...

    So... what's the difference between a person with an alphabet soup of certs, and...

  • RE: Are the posted questions getting worse?

    WayneS (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    And now I feel like I'm talking about breath mints...

    So... what's the difference between a person with an alphabet soup of certs, and a breath mint?

    I'm really...

  • RE: Are the posted questions getting worse?

    [Jim].[dba].[Murphy] (5/2/2011)


    Stefan - that is one reason why I have no certs. I began studying many times from back in the late 90's for an MCSE and MCSD but...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    Ninja's_RGR'us (5/2/2011)


    SQLRNNR (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    Ninja's_RGR'us (5/2/2011)


    Brandie(5/2/2011)


    Ninja, I can hardly throw stones on that particular point. Being a speed reader tends to work against me on the online...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (5/2/2011)


    SQLRNNR (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    Ninja's_RGR'us (5/2/2011)


    Brandie(5/2/2011)


    Ninja, I can hardly throw stones on that particular point. Being a speed reader tends to work against me on the online forums.

    Same here... hence...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    Ninja's_RGR'us (5/2/2011)


    Brandie(5/2/2011)


    Ninja, I can hardly throw stones on that particular point. Being a speed reader tends to work against me on the online forums.

    Same here... hence #1...

Viewing 15 posts - 1,786 through 1,800 (of 2,838 total)