Forum Replies Created

Viewing 15 posts - 12,961 through 12,975 (of 26,486 total)

  • RE: SQL SERVER INDEXING

    Nope. You write the query the same way.

    Actually, your indexing will be dependent on how you query your data.

  • RE: RUN Stored Procedure

    surma.sql (4/11/2012)


    Hi

    I have a task.

    in that i need to run same stored procedure multiple time.

    uspProgram_updatestudentprogram '004426495',-1,555,136,'2011-09-01 00:00:00.000',null,null,null,'','','',0

    uspProgram_updatestudentprogram '004308638',-1,559,136,'2011-09-01 00:00:00.000',null,null,null,'','','',0

    uspProgram_updatestudentprogram '004456262',-1,559,136,'2011-09-01 00:00:00.000',null,null,null,'','','',0

    i am try to run in once but i...

  • RE: select rows based on code

    hbtkp (4/11/2012)


    assume that it is part of item 3 ,it is not in database ,it is in application

    How is the database supposed to know that Item3 is composed of pen...

  • RE: select rows based on code

    hbtkp (4/11/2012)


    @ stands for group

    i have group name item3 ,which i am supplying in my sp.

    now this group contains pen ,pencil .so in my table i have code for everything

    for...

  • RE: how to sum up instances only 3 of the 4 values that can occur in a given column

    This is what I came up with.

    create table dbo.TestSuite

    (

    Col1 int

    , Test varchar(10)

    , Outcome varchar (10)

    )

    insert into dbo.TestSuite

    values

    (1, 'test1', 'Passed');

    insert into dbo.TestSuite

    values

    (2, 'test2', 'Failed');

    insert into dbo.TestSuite

    values

    (3, 'test3', 'NotExec');

    insert into dbo.TestSuite

    values

    (4, 'test4',...

  • RE: select rows based on code

    hbtkp (4/11/2012)


    ok.

    le tme give you example.

    exec spname

    @name = @item3

    this is how i need to execute my sp.

    now @item3 is a group , it contains pen and pencil

    in my table i...

  • RE: trigger failing on data transfer

    Looks to me that the problem is not in the trigger but at the other end.

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/11/2012)


    Lynn Pettis (4/11/2012)


    Stefan Krzywicki (4/11/2012)


    Lynn Pettis (4/11/2012)


    Brandie Tarvin (4/11/2012)


    Wow. Did I catch that right? The OP posted in an Article discussion because we weren't answering...

  • RE: sqlserver1

    Sean Lange (4/11/2012)


    ROFL thanks Lynn!!! 😛

    Your welcome. I thought it fit nicely.

  • RE: To decide which is best solution for implementation of SQL sever and client for educational porpose

    SQLKnowItAll (4/11/2012)


    seesachinjadhav,

    note that it is not only bad etiquette in a forum to post your entire question in the subject line and nothing in the post itself, but extremely unprofessional...

  • RE: sqlserver1

    asranantha (4/11/2012)


    hello who are man why u give suggestin to me.am i asking question to u.why u react. u go schoo better.

    ...as [Your name here] goes over the bridge...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/11/2012)


    Lynn Pettis (4/11/2012)


    Brandie Tarvin (4/11/2012)


    Wow. Did I catch that right? The OP posted in an Article discussion because we weren't answering the questions elsewhere?

    And...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/11/2012)


    Lynn Pettis (4/11/2012)


    Brandie Tarvin (4/11/2012)


    Wow. Did I catch that right? The OP posted in an Article discussion because we weren't answering the questions elsewhere?

    And now...

  • RE: sqlserver1

    asranantha (4/11/2012)


    i have what i do .i donot liku ur suggestions.better u go schhol.donot wast my time and ur time.who knows that persion will tell.

    Been there done that. I...

  • RE: sqlserver1

    Years ago while in the USAF as a computer operator I had the best supervisor and trainer possible when I got to my first duty station after tech school. ...

Viewing 15 posts - 12,961 through 12,975 (of 26,486 total)