Forum Replies Created

Viewing 15 posts - 76 through 90 (of 107 total)

  • RE: RollBack Needed

    i am trying to get tran through third party softwares now....i have installed my sql server on https://my.discountasp.net/mssql.aspx.

  • RE: Error Message/Error Handling Issue in SP

    Actually i am working on already developed application,where i am adding new features and modifying existing system.The previous developer have used these output parameters instead of using .Net.i do not...

  • RE: Error Message/Error Handling Issue in SP

    SSCrazy:

    Here is what i want to do....

    Case 1:Save OR Delete Data into database

    string ErrorMessage = "";

    ...

  • RE: Select Records Issue

    Yes this worked for me.....thanks alot

  • RE: Select Records Issue

    IF i run this QUERY

    select top 3 COMPANY,Keywords from COMPANIES

    give me the following

    COMPANY|Keywords

    A | Q

    B ...

  • RE: Select Records Issue

    @SSCrazy

    Hi,

    the below procedure works for me for less amount of data....when i increased the number of data from 100000....now this do not give me result...the server is executing for more...

  • RE: SQL Server Functions

    Done:

    Thank you..you save my time

  • RE: Select Records Issue

    Thank u for ur reply

    For SELECT TOP 3 issue...i am not concern to pick specific 3 companies...any 3 may be from these 10 companies...i mean may be company 1,2,3 or...

  • RE: Select Records Issue

    Actually most of my issues have been solved...now i do not know how to close those topics....

    I think this should be clear to all of you....i have more than 100000...

  • RE: Select Records Issue

    Please help me in this...

    i have more than 100000 records in company table...i want to export in excel and then do some correction and then import again.....i have a post...

  • RE: Select Records Issue

    Actually i am working under project manager...i do what he wants....

    Leston...there is search on companies...so obviously we will show first those companies who pay us and will show later who...

  • RE: Select Records Issue

    As i mentioned earlier,i want to show top 3 paid companies(paid companies are more than 3) on the top of my application display page and then show unpaid companies below

  • RE: Select Records Issue

    After alot of googling i found solution like this

    SELECT top 100 ID, COMPANY,

    ...

  • RE: Select Records Issue

    Actually i have search query like below

    SELECT top 100 ID, COMPANY,

    ...

  • RE: DateTime Issue

    Please Reply me ASAP

    this works only when i remove any = sign....from <= or >=

    select *

    from BDBanner

    where ISNULL(FromDate,GETDATE())<= GETDATE()

    and ISNULL(ToDate,GETDATE())>= GETDATE()

    what i do now?

Viewing 15 posts - 76 through 90 (of 107 total)