Viewing 15 posts - 1 through 15 (of 28 total)
Hi, I've checked this and in this case optimizer gets wrong join type once again. I'll stay with that hint
Regards,
Rafal
September 8, 2006 at 8:14 am
Hi, parameters are ok.
But finally I've found why it took so much time. The problem was with wrong choose join type by query optimizer (nested loop instead of hash join),...
September 8, 2006 at 7:40 am
I've tried with recompile option but result is the same :S
How it is possible that it is so huge difference between executing some code in sp and the same code...
September 8, 2006 at 6:27 am
Hi it was only example, my query exactly looks like this:
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
ALTER PROCEDURE GetRawAUniverse
@AttributeID int,
@AttributeDateID int,
@DateID int,
@CountryID int
AS
CREATE TABLE #ACountry ( AssetID int PRIMARY...
September 8, 2006 at 6:24 am
Hmm, you have right, I'll change this in my table.
Thanks,
Rafal
July 27, 2006 at 10:30 am
But I really don't see the problem with that end date ? I can query against NULL values, but I think that in this case is better using '6/6/2079'. Maybe I'm wrong,...
July 27, 2006 at 9:32 am
I've red that we should avoid using nulls in tables. What the difference if I update date '6/6/2079' instead of null ? And I have improve in executing query using BETWEEN.
Regards,
Rafal
July 27, 2006 at 9:12 am
No it isn't as simple as it seems. The last EndDate for client is equal the max value for data type smalldatetime.
But I've resolved this problem, I'll add here...
July 26, 2006 at 10:16 am
Hi,
thanks for reply and help. I have a really good reason However this script doesn't work (ie. 100.0000). If doesn't exis any...
June 12, 2006 at 9:38 am
Of course. You can remove Builtin/Administrators, but be carefull
The same article:
"
Note: The BUILTIN\Administrators account can be removed from a server only if...
May 23, 2006 at 6:36 am
Yes, try to uncheck this option. By default this option is unchecked.
May 23, 2006 at 6:22 am
for example http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlops3.mspx
"The SQL Server 2000 BUILTIN\Administrators login account maps to the local Administrators group on the local computer where SQL Server 2000 is installed. The local Administrators group...
May 23, 2006 at 5:21 am
Can you run cliconfg.exe to check if the "Force protocol encryption" option is checked ??
May 23, 2006 at 5:13 am
I've checked this and it works, you can deattach database from sql 2000 and attach on sql 2005.
May 22, 2006 at 10:22 am
Check owner of this job and if necessary change to existing user.
May 22, 2006 at 10:17 am
Viewing 15 posts - 1 through 15 (of 28 total)