Tuesday, 20 August 2013

sql server 2008 standard edition big data control

sql server 2008 standard edition big data control

My log table query result is too much slow. Because, log table data size
is too big.
ex) select * from log_table where date between @fromdate and @todate
Then I was try making partitioning table and failed. Standard edition is
not support the partition table.
How can I do? Please, help me

No comments:

Post a Comment