Viewing 5 posts - 1 through 5 (of 5 total)
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...
March 14, 2012 at 1:51 am
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...
February 29, 2012 at 5:18 am
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...
February 29, 2012 at 5:08 am
Viewing 5 posts - 1 through 5 (of 5 total)