Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Table Optimization

    oh thank you very much,really helpful.

  • RE: Table Optimization

    tnx for ur responding

    following your questions:

    a)is it on the one column:Exactly

    b)wrong query,I amended it.

    c)yes,it's Datetime

    how many rows from the 5 million are being returned?

    by executing above SP,it returns maximum 12...

  • RE: select statement takes long time

    unfortunately No,it is not.

    look at my query,i've done it like this:

    USE [MainTable]

    GO

    /****** Object: StoredProcedure [dbo].[ManagerTotalSendReceive] Script Date: 02/29/2012 15:45:37 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    ALTER PROCEDURE [dbo].[ManagerTotalSendReceive]

    (

    @UserName...

  • RE: select statement takes long time

    No I don't need,it was a sample.

    let me explain more.

    I'll have new Database everyday,around 300,000 to 350,000 rows.

    so,it stores users log,such as url,clientIP,Logtime and so on.

    imagine that an admin wants...

  • RE: select statement takes long time

    yes.

Viewing 5 posts - 1 through 5 (of 5 total)