Viewing 15 posts - 361 through 375 (of 468 total)
my join is actually returning data, but its returning thousands of rows, unlike the except query. they should be the same.
November 6, 2007 at 10:08 am
i wrote a query but it took ages, so i came up with this instead:
select RowID, partnumber, countrycode
from tableA
where RowID = 200
except
select RowID, partnumber, countrycode
from tableB
where...
November 6, 2007 at 9:24 am
the contents arnt identical, but for the purposes of the issue here, they can be thought of as identical. T1 is an orders table. orders are created here. they are...
November 6, 2007 at 7:05 am
I would also like some info on this exam. I have done th e70-431, and want to take the next step. this exam, seems quite difficult, from reading the book...
August 30, 2007 at 4:21 am
perhaps the above query might work if you improve the indexing suituation on your tables. check out the execution plan for the query and see what that throws up.
August 28, 2007 at 5:18 am
I have this exact book and I would not have passed the exam without it. It does not cover absolutely everything for the exam, but if it did, it would...
August 17, 2007 at 8:21 am
simplicity! ! exactly what i needed. thank you very much.
August 13, 2007 at 9:24 am
This is not a problem with the book, its the format of the questions. They seem to be designed to trick you. This is why before you do the exam...
August 3, 2007 at 2:47 pm
I passed this exam a few weeks ago. Here are the steps I think are necessary to pass. Note im not giving away any specifics here, just general guidelines.
1. Buy SQL...
August 3, 2007 at 2:39 pm
would someone mind helping me understand whats going on in this script? For instance:
FOR EACH oLogin IN oServer.Logins
''SQLDMOScript_AppendToFile=256
''SQLDMOScript_ToFileOnly=64
''SQLDMOScript_PrimaryObject=4
''SQLDMOScript2_LoginSID=1048576
''SQLDMOScript2_EncryptPWD=128
''SQLDMOScript2_UnicodeFile=4
oLogin.Script 256 + 64 + 4, "<path for...
July 12, 2007 at 2:31 am
Just want to throw in my two cents. Im in the industry for just under two years now, and I found it most difficult to get my first job. I...
July 10, 2007 at 9:25 am
think i need a new job to help me develop my sql developer skills. they are not really used in my current position, thanks guys for the advice and info
July 5, 2007 at 10:18 am
the Exam insurance is no longer availiable as of the end of June. Im told there will be similar programs availiable by september, but at present , you only have...
July 5, 2007 at 5:55 am
Exam insurance promotion ends this month, so if you dont sit your exam within the next 5 days your voucher will be useless. so that seems to be the end...
June 25, 2007 at 2:22 am
i found this question and answer on the exam insurance faq page:
When can I purchase Exam Insurance? |
June 24, 2007 at 9:19 am
Viewing 15 posts - 361 through 375 (of 468 total)