Forum Replies Created

Viewing 15 posts - 12,556 through 12,570 (of 26,486 total)

  • RE: Are the posted questions getting worse?

    How obscure can some questions really get?

    ok.this is simple question but nee dhelp.

    i need something like untill there is value the loop should go.

    i cant give any condition

    suppose files

    item1

    item2

    item3

    the loop...

  • RE: Need help to understand index

    GilaMonster (4/23/2012)


    Lynn Pettis (4/23/2012)


    Sometimes, however, using a function makes sense when the same code is used in multiple queries as it makes it easier to localize changes.

    Providing it's an...

  • RE: Need help to understand index

    If you would still like to use a function, give this a try. It isn't coded as a catch all query.

    CREATE FUNCTION [dbo].[itvf_TransTotal]

    (

    @ClientId int,

    @AcType varchar(5),

    @OnDate Date

    )

    RETURNS TABLE WITH...

  • RE: rs doubt

    niha.736 (4/23/2012)


    it is like pytd..

    Nope, still no help.

  • RE: sql

    vikaskuncham (4/23/2012)


    how can i add timestamp columns in sqlserver

    Please define what you mean by timestamp. There could be several answers to this question depending on what you are attempting...

  • RE: Are the posted questions getting worse?

    Jeff Moden (4/23/2012)


    Lynn Pettis (4/22/2012)


    Revenant (4/22/2012)


    Lynn Pettis (4/22/2012)


    Revenant (4/22/2012)


    Lynn Pettis (4/22/2012)


    Sometimes I wonder if some people posting questions even try to solve their own problems. Doesn't help when they...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (4/22/2012)


    Lynn Pettis (4/22/2012)


    Revenant (4/22/2012)


    Lynn Pettis (4/22/2012)


    Sometimes I wonder if some people posting questions even try to solve their own problems. Doesn't help when they start mixing code...

  • RE: Documentation?

    Henrico Bekker (4/22/2012)


    Excuse me if this sounds like a product punt, but BI Documenter from Pragmatic is an excellent documenter tool..

    I think the question is a lot more basic than...

  • RE: Are the posted questions getting worse?

    Revenant (4/22/2012)


    Lynn Pettis (4/22/2012)


    Revenant (4/22/2012)


    Lynn Pettis (4/22/2012)


    Sometimes I wonder if some people posting questions even try to solve their own problems. Doesn't help when they start mixing code posted...

  • RE: SSAS object doubt

    For more information, click here.

  • RE: rs doubt

    niha.736 (4/22/2012)


    If you are comparing 2012 April data and 2011 April data if 2011 april is null then u need to compare with march 2011 data,how to achieve it.?

    Why would...

  • RE: please give me a solution for this request

    anil.janu143 (4/22/2012)


    //this is my table

    create table std_table

    (

    id int,

    name nvarchar,

    address nvarchar,

    )

    //this is my table data

    10 null null

    null anilkuar null

    null null hyderabad

    //i want the data like this

    10 anilkumar hyderbad

    Your table has...

  • RE: Documentation?

    Click here

  • RE: Are the posted questions getting worse?

    Revenant (4/22/2012)


    Lynn Pettis (4/22/2012)


    Sometimes I wonder if some people posting questions even try to solve their own problems. Doesn't help when they start mixing code posted by others with...

  • RE: Are the posted questions getting worse?

    Sometimes I wonder if some people posting questions even try to solve their own problems. Doesn't help when they start mixing code posted by others with their own and...

Viewing 15 posts - 12,556 through 12,570 (of 26,486 total)