Viewing 15 posts - 15,271 through 15,285 (of 18,923 total)
I'd check the number of rows transefered between the 2 servers. One might have only a few k and the other 10M rows...
July 11, 2005 at 2:59 pm
Well at this point I think the only simple change that could help you would be to add an index on the dateClosed column. The deleted flag will always...
July 11, 2005 at 2:55 pm
I haven't found anything usefull... This is a relatively basic select statement. The only difference is that you use 3 parts naming instead of 2 (owner + object).
July 11, 2005 at 2:54 pm
Select col1 from DBName.owner.TableName inner join...
July 11, 2005 at 2:43 pm
IS there an index on the columns dateClosed and deleted?
What datatype is the deleted column?
July 11, 2005 at 2:39 pm
Please post all the relevant table definition, some sample data and the expected results from the update statement. I'm sure we can optimize this.
July 11, 2005 at 2:27 pm
SET SHOWPLAN_TEXT ON
GO
Select * from dbo.SysObjects
GO
SET SHOWPLAN_TEXT OFF
July 11, 2005 at 2:14 pm
change this a derived table an use it in a inner join :
(SELECT [tbl_Cycle].[cycleName]
...
July 11, 2005 at 1:40 pm
Yup, sorry boss but some parts of the server hav failled... we need to resubmit a whole new server
.
July 11, 2005 at 1:15 pm
As long as you don't use the hammer for the screws of the server
...
July 11, 2005 at 1:06 pm
Still that guessing game... do you think he understood what you meant or does he still need help?
July 11, 2005 at 12:40 pm
Viewing 15 posts - 15,271 through 15,285 (of 18,923 total)