Viewing 15 posts - 46 through 60 (of 74 total)
There is a sharply increase in the size of transactions that is inserted in that table,and if i can do partitioning the remaining range of kind field will be half,and...
December 10, 2012 at 2:36 am
Thanks a lot for your reply.
Due to the increases in page reads counter in performance monitor(during the time out) I think the problem is fragmentation.I will check the fragmentation...
December 9, 2012 at 3:43 am
Tanks for your useful explanation.
As you mentioned and if I understood correctly,if there is a shared table-lock , the INSERT would be blocked until the whole operation(select) completed .Is...
December 2, 2012 at 11:08 pm
Thanks for your reply
so if i have a select on a table that takes long 25 seconds and an insert on the same table is running at the 10th...
December 2, 2012 at 5:37 am
Yes ,excuse me
I am going to read the links
November 21, 2012 at 2:53 am
Thank you both for your comments.
Does it have any effect,If i implement partitioning only on one drive ?
I will read more,and also focus on partitioning.
November 21, 2012 at 1:27 am
Thanks Jeff
The time out is on inserts.But i can not test any thing on main server.I even could not run DBCC SHOWCONTIG ('dbo.Table_Name' ) to see if it is necessary...
November 18, 2012 at 11:35 pm
Thanks to all for your helpful suggestions.
EXEC sp_executesql
N'SELECT TOP (1000) [t0].[ReferenceNum], [t0].[TDate], [t0].[Counter], [t0].[Success], [t0].[Kind], [t1].[Amount], [t1].[UID], [t1].[INumber], [t1].[IDate], [t1].[State]
FROM...
October 20, 2012 at 12:21 am
the most conflicts faced by me is key lookup in most of queries that i get time out.
also there is a job that updates statistics of a table every night,and...
October 18, 2012 at 4:15 am
many thanks
that was a helpful article:-)
October 10, 2012 at 1:04 am
the servers are in a workgroup.
October 9, 2012 at 1:50 am
both of sql servers are in windows authentication mode i cant connect to server B from server A
also the log on services for both of them are local system.
October 9, 2012 at 1:35 am
thanks a lot for your reply
how can i restore logs to server B?
i use Map Network Drive so i have a drive for backups in server B but...
October 8, 2012 at 11:34 pm
great it works ,tanks alot both of you.
what about apex?is there any table that it reads from that?
i need to know it shows the log from where?
i think it is...
September 19, 2012 at 3:04 am
Viewing 15 posts - 46 through 60 (of 74 total)