Viewing 15 posts - 7,216 through 7,230 (of 7,472 total)
read my previous reply
Activate the "show (estimated) execution plan" in QueryAnalyser, maybe that will clarify the issue.
January 13, 2004 at 6:37 am
Do you have an index on column Code ?
If not it will have to perform a table-scan and therefor it will not be able to read through the uncommitted row(s).
January 13, 2004 at 6:20 am
If the relation between the temp-tb and the tb is 1-1 and you're checking existance on the unique key, supporting it with a clustered index might speed up this join-operation.
With...
January 13, 2004 at 1:20 am
And that are just the adjustments you need to rename the tables.
(You coud script your db and perform the rename textwize and recreate it...
you could also use tools like CA-ERwin,...
January 13, 2004 at 12:31 am
In addition to Ray's addition :
Having more Deadlocks lately ?
January 13, 2004 at 12:17 am
I guess that should be a right join because the exists-function is done using the tblMMStudentTestScores.
But because I prefer using Left joins (I find it smoothly to read) ...
SELECT ...
FROM #tblMMStudentTestScoresTEMP...
January 13, 2004 at 12:14 am
Can you check Microsoft Knowledge Base Article - 264012 :
PRB: Connectivity Issue with MDAC and Oracle8i
You might have to add some reg-keys, mentioned in the article.
January 12, 2004 at 11:49 pm
Maybe defeat it with it's own weapons ?
use master
select object_id('sp_schedule_status_reset') as The_Nasty_One
January 12, 2004 at 7:08 am
just my 2ct.
- did you configure the mail-profile when logged in as sql-agent-service-account ?
- does your sql-agent-service-account has the needed authorities for that email-profile ?
- Is it working when you...
January 12, 2004 at 3:01 am
When I install new basic software (Oracle client in this case) I alway reboot.
Especialy when installing on a server. This way I can better relate a problem to a last...
January 12, 2004 at 2:44 am
I suppose your sqlserver-agent-account is member of windows-server-administrators group ?
If not, you'll need to give it access to the Oracle-folders and reg-keys.
You might also want to login on the server...
January 12, 2004 at 1:53 am
Hi Andy,
1) When a forum-thread is started as a "comment-on-article", the article is mentioned as text-http-reference.
e.g.:
"Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/columnists/dpoole/sqlserverstatisticalfunctions.asp
========================"
Can you...
January 12, 2004 at 12:47 am
did you define the ODBC as system-dsn ?
January 12, 2004 at 12:21 am
Maybe this litle article gets you back on track :
http://www.sqlservercentral.com/columnists/fkalis/coddsrules.asp
It's a nice refresh Frank -Sharky- has written to the benifit of all...
January 12, 2004 at 12:06 am
Viewing 15 posts - 7,216 through 7,230 (of 7,472 total)