Viewing 7 posts - 1 through 7 (of 7 total)
Here are the table definitions
Users table:
CREATE TABLE CORXPRADM.USERS(
USER_ID ...
September 30, 2013 at 12:04 am
I have taken the statistics by this statement...
Please let me know this is sufficient or not
CREATE STATISTICS transction_journa_stat
ON tp.transaction_journal (transaction_id,OTHER_CASH_DRAWER_ID,STATUS,REVERSED_BY,total_value)
WITH SAMPLE...
July 4, 2012 at 5:27 am
I have updated my statistics one hour before...
I have attached the graphical execution plan, Are you opening it in Management Studio or not
July 4, 2012 at 5:23 am
Thank you GulliMill,
There are 2016 rows in this view
July 4, 2012 at 5:04 am
First of all thank you for the information..
sys.dm_db_index_physical_stats table returns 2026 no of columns and the reason we have nvarchar data type is we need to support characters other than...
July 4, 2012 at 4:58 am
Actually we are not sure on which col we will place the clustered index, I have created a clustered index for the primary key , as per the performance engineering...
July 4, 2012 at 4:47 am
I have attached the graphical execution plan
Here is the ddl
create table TP.TRANSACTION_JOURNAL (
JOURNAL_ENTRY_ID numeric(31) ...
July 4, 2012 at 4:21 am
Viewing 7 posts - 1 through 7 (of 7 total)