About join in Orale Lite...

hi, I wonder how many join statemetns can be included in select SQL statement under ADOCE environment..
I also want to know is it possible multiple join statesments with JDBC if ADOCE connection couldn't fetch rows with multiple join statements..
Thank you in advance..

hi
use this links
INNER JOIN  and OUTER JOINhttp://help.sap.com/erp2005_ehp_03/helpdata/EN/cf/21ec77446011d189700000e8322d00/frameset.htm
JOINED TABLES
http://help.sap.com/erp2005_ehp_03/helpdata/EN/0f/49bd6a5d5049edba7b3afe6c7956e3/frameset.htm
u will find all thins related to joins with example and how to use it
Cheers
Snehi
Edited by: snehi chouhan on Jul 25, 2008 9:45 AM

Similar Messages

  • Please help me about joins

    Can anyone please tell me in real environment, generally people use 'joins' or 'for all entries' in select stmt ..... Eventhough 'for all entries' is used for performance in which case 'joins' will be used? Pleaseeee
    give me the info..
    Regards
    Yuktha

    Hi Yuktha,
    Here is the information that could give you some idea in regard of FOR ALL ENTRIES VS JOINS:
    3 major drawbacks of the "for all entries" clause:
    1. duplicate rows are automatically removed
    2. if the itab used in the clause is empty , all the rows in the source table will be selected .
    3. performance degradation when using the clause on big tables.
    First of let us see the use of for all entries clause as amean to join an ABAP code ::
    Say for example you have the following abap code:
    Select * from mara
    For all entries in itab
    Where matnr = itab-matnr.
    If the actual source of the material list (represented here by itab) is actually another database table, like:
    select matnr from mseg
    into corresponding fields of table itab
    where ?.
    Then you could have used one sql statement that joins both tables.
    Select t1.*
    From mara t1, mseg t2
    Where t1.matnr = t2.matnr
    And T2?..
    So what are the drawbacks of using the "for all entires" instead of a join ?
    At run time , in order to fulfill the "for all entries " request, the abap engine will generate several sql statements (for detailed information ). Regardless of which method the engine uses (union all, "or" or "in" predicates) . If the itab is bigger then a few records, the abap engine will break the itab into parts, and rerun an sql statement several times in a loop. This rerun of the same sql statement , each time with different host values, is a source of resource waste because it may lead to re-reading of data pages.
    In other words , when you use the "for all entries " clause instead of coding a join , you are depriving the database of important information needed to select the best access path for your application. Moreover, you are depriving your DBA of the same vital information. When the DBA monitors & tunes the system, he (or she) is less likely to recognize this kind of resource waste. The DBA will see a simple statement that uses an index , he is less likely to realize that this statement is executed in a loop unnecessarily.
    In conclusion I suggest to "think twice" before using the "for all entries" clause and to evaluate the use of database views as a means to:
    a. simplify sql
    b. simplify abap code
    c. get around open sql limitations.
    Here in this issues we can approach JOINS as an alternate option.
    Hope this onfirmation is useful to you.
    Reward points if helpful,
    Thanks & Regards,
    Madhavi.M

  • Orale Lite and Compact Framework

    We have a well developed PocketPC/Compact Framework application using SQL Server, SQL Server CE, and DotNet C-Sharp. We now have a requirement to use Oracle on the back-end. We could replicate the MS SQL Backend database to Oracle and delete the MS SQL Data. This is far from ideal. We would like to abandon Microsoft SQL entirely and use Oracle on the backend talking to Oracle Lite on the Pocket PC.
    Our present application manages database access on the Pocket PC and synchronization through the internet to the central MS SQL server database. Can this this be done with Compact framework, Oracle and Oracle Lite? We do not want to rewrite the Pocket PC application in Java.

    Yes you can accomplish the syncronization from Oracle Lite to an Oracle Database (Standard or Enterprise).
    Oracle Lite provides the middle tier (Mobile Server) for synchronization.
    Download the Documentation and look at the Oracle® Database Lite Developer's Guide 10g (10.0.0)
    Part No. B13788-01
    From Chapter 6:
    Oracle Database Lite ADO.NET provider for Microsoft
    .NET and Microsoft .NET Compact Framework. The Oracle Database Lite ADO.NET provider resides in the Oracle.DataAccess.Lite namespace.
    There is also a demo available once you install the product.

  • About Joins

    How does the INNER and OUTER join works...can you please give the Syntax and few exmples of each
    Thankyou

    Have a look at below link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ec77446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/67/7e4b3eaf72561ee10000000a114084/content.htm
    When multiple SAP tables are logically joined, it is always advisable to use inner join to read the data from them. This certainly reduces the load on the network.
    Let us take an example of 2 tables, zairln and zflight. The table zairln has the field airln, which is the airline code and the field lnnam, which is the name of the airline. The table zflight has the field airln, the airline code and other fields which hold the details of the flights that an airline operates.
    Since these 2 tables a re logically joined by the airln field, it is advisable to use the inner join.
    Select aairln alnnam bfligh bcntry into table int_airdet
    From zairln as a inner join zflight as b on aairln = bairln.
    In order to restrict the data as per the selection criteria, a where clause can be added to the above inner join.
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Ask About Joining CWMS 2.0 Meeting

    Hi all,
    I just want to ask, can i join CWMS 2.0 meeting 15 minutes before the meeting started? because in the webex cloud, we can set the time that we can join before the meeting started
    Thanks for your help.
    Regards,
    Helmi

    The setting is 15 minutes per the Administration guide. As I said before, the timer itself cannot be changed only enabled or disabled via the settings selectesd. If you find this to be inaccurate, you need to first verify the NTP configuration and sync across the CWMS VM hosts to ensure you don't have time sync or slip issues. Secondly, compare that source to your reference when you are testing. If you find this to be behaving incorrectly AND there are no NTP issues then you should open a TAC case. I've done a couple of larger CWMS deployments and have not found there to be an issue with this particular item.

  • How about joining IEEE 802.1X wired client to a AD domain ?

    http://technet.microsoft.com/en-us/library/bb727033.aspx
    This nice Technet link says clearly that there is three methods could be used for joining Wireless IEEE 802.1X client to a domain. Do these methods also apply for joining Wired IEEE 802.1X clients to a domain ?

    Hi,
    In some cases, routers or firewalls drop packets because they are configured to discard packets that require fragmentation.
    Did you use NPS for authentication?
    Follow this procedure to lower the maximum size that NPS uses for EAP payloads by adjusting the Framed-MTU attribute in a network policy.
    Configure the EAP Payload Size
    http://technet.microsoft.com/en-us/library/cc755205%28v=ws.10%29
    Hope this helps.

  • Questions about Joined files + Contacts

    Hi all,
    I'm developping a complete email client with javamail API, and i've now 2 questions :
    - Can we get the contacts of somebody with its username and password ?
    - How can i do to get the joined files of an email ?
    I don't be sure that i'm clear ??
    Thank you very much

    Hi all,
    I'm developping a complete email client with javamail
    API, and i've now 2 questions :
    - Can we get the contacts of somebody with its
    username and password ? JavaMail doesn't help you with this. There are very few standards
    in this area so any solution is going to be specific to the place the
    contacts are stored.
    - How can i do to get the joined files of an email ?If by "joined files" you mean "attachments", see the JavaMail FAQ.
    http://java.sun.com/products/javamail/FAQ.html

  • Thinking about joining sky

    ok so I have a sky+HD Box with vewing card in my tv room. (Had it for a few months) using it for freesat channels... I am looking at getting sky variety budly with sky sports HD for £27.50 a month for a year... when order sky do I need new vewing card/box or can they attch vewing card to my account??

    If you have had this viewing card for a few months they should be able to activate the channels to this one so you shouldn't need a new card. You will need to call them about this as I don't think you can do this online.

  • ...about joining few tables

    i took five tables: vbap, vbak, likp, lips, vbuk.
    and the fields are:
    vbap-vbeln,posnr,matnr ;
    vbak-vkorg,vtweg ;
    likp-ernam,erzet ;
    lips-pstyv,vrkme ;
    vbuk-rfstk,lfstk .
    i used inner join to select all fields but it doesnt work.how will i solve it?
    plz reply me as soon as possible.
    Edited by: ankita  Ghosh on Mar 21, 2008 7:56 PM

    hi you do like this ...i tested it and it is working fine ....if you not getting the data it means there is no records matchin this situation.
    report .
    tables: vbap, vbak, likp, lips, vbuk.
    data: begin of itab occurs 0,
          vbeln like vbap-vbeln,
          posnr like vbap-posnr,
          matnr like vbap-matnr,
          end of itab,
          begin of itab1 occurs 0,
          vbeln like vbap-vbeln,
          vkorg like vbak-vkorg,
          vtweg like vbak-vtweg,
          end of itab1,
          begin of itab2 occurs 0,
          vbeln like vbap-vbeln,
          ernam like likp-ernam,
          erzet like likp-erzet,
          end of itab2,
          begin of itab3 occurs 0,
          vbeln like vbap-vbeln,
          pstyv like lips-pstyv,
          vrkme like lips-vrkme,
          end of itab3,
          begin of itab4 occurs 0,
          vbeln like vbap-vbeln,
          rfstk like vbuk-rfstk,
          lfstk like vbuk-lfstk,
          end of itab4,
          begin of it_final occurs 0,
          vbeln like vbap-vbeln,
          posnr like vbap-posnr,
          matnr like vbap-matnr,
          vkorg like vbak-vkorg,
          vtweg like vbak-vtweg,
          ernam like likp-ernam,
          erzet like likp-erzet,
          pstyv like lips-pstyv,
          vrkme like lips-vrkme,
          rfstk like vbuk-rfstk,
          lfstk like vbuk-lfstk,
          end of it_final.
          select-options: s_vbeln for vbap-vbeln.
    select vbeln posnr matnr from vbap into table itab where vbeln  in s_vbeln.
    select vbeln vkorg vtweg from vbak into table itab1 for all entries in itab where vbeln = itab-vbeln.
    select vbeln ernam erzet from likp into table itab2 for all entries in itab  where vbeln  = itab-vbeln.
    select vbeln pstyv vrkme from lips into table itab3 for all entries in itab  where vbeln  = itab-vbeln.
    select vbeln rfstk lfstk from vbuk into table itab4 for all entries in itab  where vbeln  = itab-vbeln.
    loop at itab.
      it_final-vbeln = itab-vbeln.
    it_final-posnr = itab-posnr.
    it_final-matnr = itab-matnr.
      read table itab1 with key vbeln = itab-vbeln.
    it_final-vkorg = itab1-vkorg.
    it_final-vtweg = itab1-vtweg.
      read table itab2 with key vbeln = itab-vbeln.
      it_final-ernam = itab2-ernam.
    it_final-erzet = itab2-erzet.
      read table itab3 with key vbeln = itab-vbeln.
      it_final-pstyv = itab3-pstyv .
    it_final-vrkme = itab3-vrkme.
      read table itab4 with key vbeln = itab-vbeln.
    it_final-rfstk = itab4-rfstk.
    it_final-lfstk = itab4-lfstk.
    endloop.
    loop at it_final.
    write:/
      it_final-vbeln ,
    it_final-posnr,
    it_final-matnr,
    it_final-vkorg,
    it_final-vtweg,
    it_final-ernam,
    it_final-erzet,
    it_final-rfstk,
    it_final-lfstk.
    endloop.
    regards,
    venkat.

  • I have a student version of CS4 and thought about joining CC

    when I clicked existing customer, it says I do not qualify for an upgrade when i enter my serial number.  why not?

    Student versions are not eligible for the existing customer promotional offer which is aimed at retail customers.
    Try the student offers instead
    Adobe Creative Cloud for students and teachers | Adobe

  • I was thinking about getting the dsl lite ........

    Does anyone else use that dsl stuff? I wasn't sure if I had to have a modem for that to work. Can I buy a a cheaper modem from some place else other than Bellsouth and have it still work as good?
    Thanks
    Tony

    Hi, Beazley -
    DSL is good - I've been using it for years.
    Yes, you do need a modem - the internal modem (if your Mac has one - mine don't, since I ordered them without one) is not usable for DSL. You will need to acquire an external one.
    Do not get a USB modem. Broadband (DSL or cable) is a high-speed connection; USB is slow, even USB 2.0. There's no sense paying for speed and then losing it by using USB. Use only ethernet with broadband service.
    Which modems you can use depends upon your ISP's approval. To ensure compatibility, I lease mine from my ISP (the local phone company, now part of Windstream). Check with your ISP to get approved models and to get their prices for leasing and buying; then compare those to what your costs might be if you purchase the modem elsewhere.

  • Topic about wait(),join(),sleep() and yield()

    Hi there,
    I'm headache with the implementation of wait()��join()�� sleep() yield(). Can anybody tell me:
    1. what's the difference between wait() and join(), I can't see it.
    2. As I know if thread A waits on thread B then A will release the lock. How about join, or slepp, or yield?
    3. Why use notify()? As I see if thread A waits on thread B, when B completed without calling notify(), the A will continue its job!!
    thanks thanks thanks

    1. Object.wait() will make a thread wait until Object.notify() is called on the object. Thread.join() will make the running thread to wait until the thread object finish to execute.
    2. .wait() does not wait on thread, it wait on objects. .sleep(long timeout) is about the same as .wait(long timeout), except that it need to be awaken with a .interrupt, not .notify. Also you cannot awaken more than one thread with a .interrupt, while a call to .notifyAll() will awaken all threads waiting on that object. .yield() suspend the current thread only to give a chance to others thread to execute and the initial thread will continue ot execute only a hort time after the .yield().
    3. See #1, #2 and think a bit.
    Regards

  • How can I force a smooth join and change a shortcut?

    I am from Denmark so pardon me if I misspell something and I work on a Mac so the shortcuts and menus are for Mac, but you are clever people, so you can probably figure out what it will be on a Windows computer
    I was having trouble in Illustrator CS6 joining two points smooth. I read this article ...
    http://blogs.adobe.com/adobeillustrator/2011/06/join.html
    ... about joining in Illustrator CS5 (which seems to be the same in CS6) ... and noticed it says "A Smooth join is possible only when the end-points are smooth" ... now who came up with this asshat rule (pardon my french)??? I used to be able to force a joining to be smooth no matter what kind of points I had, however, not anymore it seems
    This is what I had trouble with:
    Smooth joins
    Step 1.
    As you can see in the image below I have two points both with an arm ... they should qualify as smooth end-points, right?
    Step 2.
    So after moving the two paths together I went ahead and selected the two points with my Direct Selection Tool (the white arrow). Notice how only one arm sticks out all of a sudden (this was actually a clue to why I had trouble in the first place but more on this later).
    Step 3.
    I tried to force the two points to join smoothly by using the cmd+opt+shift+J shortcut to get the Average & Join dialog box up and select Smooth ... to no avail.
    Step 4.
    It stil ends up doing this weird joining (this is after I tried to move the point with my Direct Selection Tool).
    Step 5.
    So I used cmd+Z until I was back to square one and then I discovered if I moved one of the end-points there was another one beneath it. Notice that it is the point that was missing an arm in step 2, when I had selected what I thought was only two points, which should have clued me in.
    Removing the extra point and placing the two smooth end-points on top of each other again made it possible to make the smooth joining, I had tried to do countless times.
    What I wonder about now is the fact that I could get the Average & Join dialog box without having Illustrator complain up a storm about me having selected more than two points? Illustrator used to be very picky about this, which would have made me discover the extra point way sooner.
    Shortcuts
    In the article I also noticed people complaining about the four keys shortcut for the Average & Join dialog box (cmd+opt+shift+J). You can just go ahead and change that in Edit/Keyboard Shortcuts... (cmd+opt+shift+K). Here is how:
    Step 1.
    In the dropdown change Tools to Menu Commands.
    Step 2.
    Go to Other Objects ... there you will find Average & Join. Go ahead and clear the shortcut and press whichever shortcut you wish for. I chose cmd+J, because I wish to use this method more often than Join. After this you get the option to Go To Conflict ... I did that and gave Join the shortcut shift+cmd+J and ended up giving Justify Text Left the shortcut cmd+opt+shift+J ... yeah, I seldom use the shortcut for Justify Text Left anyway.
    Step 3.
    I saved my new custom shortcut set with the name "Adobe Illustrator CS6 Shortcuts" ... that way I can search for the file and take it with me in case I need it on another computer and the name tells me which version it is for.
    That's all from me ... I hope, this helps

    Joanna,
    It seems that Illy (still) moves in (ever new) mysterious ways.
    I was surprised to see that you got away with your French word, but the hat part must have hidden the first part from the nanny filter. The first part by itself would have become asterisks.

  • This is a complaint is about being taken adavantage of.

    I have been with Verizon since May of 2014 and I felt good at first about joining Verizon but at his point I am very disappointed in my experience so far. Every month has been a headache and I can not seem to see at all where the saving really are and especially since I have a government employee discount. I was told about every month "Oh you should see the savings in one to two billing cycles" what a joke! Every month since May I have had to increase my data so that I would not get charged for data overage which is $15.00. So now I am at 8GB and still no savings my bill has been over $100.00 every month since May. When I got my first bill In June I was charged $45.00 in data overage when the  IT Support was supposed to have increased my data to avoid this overage and they did not. So If I had not been paying attention to my bill like I do every month Verizon was just going to take my money and say nothing about it. That's bad business they should have the knowledge in technology to catch a mistake on a bill and step up to credit a customer's account for Verizon's mistake. So here we are with the bill for August and Verizon has done it again by secretly adding charges to my account with out a explanation of why they are charging my account. My bill had a overage charge of $14.99 and a late fee of $1.50 which is $16.99 dollars of my money that they were just going to take for no reason. So I called and I was told that since July and August had 31 days that they moved my billing date back on day and Verizon failed to notify me of this action taking place and so that's why my bill was one day late. The lady I spoke with said "Oh we really should tell our customers when this happens so that they can be better prepared to pay their bill on time" now WHY is that so hard to do when Verizon will send you text after text for just about everything else. It's really a shame that I have to call Verizon every month about my bill and call them out on fees that should NOT be on my bill. I am sick and TIRED of doing that I just don't understand what the issue is with communication. My bill was fixed but I asked why was I charged a data overage charge when I clearly did not go over it said that to be true on my Verizon account. She said that " I was charged that because when you go out side of the data towers and use someone else's tower you get charged a NO BILLED DATA FEE" "So we have to wait for the other tower to send us your data usage off of their towers and then we add it to your bill. WHAT??? REALLY?? I have never heard that ever and she could not even tell me what tower and where so right there I know that is a lie and that because I did not go over they just wanted me to pay more money. See the way I figure it Verizon wants me to pay more because they feel what I pay is not enough since I get a discount and if that's the case they should not offer discounts period. Also it seems that at the last two weeks of every month I get a text saying that I have used 70% of my data text YES to get 2 more GB'S, and then the last week of the month close to my new billing date I get another text saying I have used 90% of my data. Well I think that is happening to force me to increase my data to pay them more money, that's not fair BAD BUSINESS. I will say that my service is excellent but customer service and the over all management of Verizon is TERRIBLE AND UNJUST. When my contract is up I will be leaving Verizon to never return because I work hard for my money and I will not just give it away to a bill that has fee's that I SHOULD NOT HAVE TO PAY FOR. If I know that I went over my data I am grown enough to pay for it with no questions asked because I know that it was my fault. I will continue to monitor my bill every month and keep a close eye on Verizon to prevent them from screwing me over on my bill. I'm tired of being taken advantage of.....

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

  • Cannot join Server 2012 machine to domain

    I am trying to join a clean  Server 2012 machine configured with Active Directory Domain Services and DNS features enabled to a domain (alekatest.com) which I have purchased. The Active Directory Domain Services option in Server Manager advises me that
    the server requires promotion to a Domain Controller, but if I select "Add a domain controller to an existing domain" and enter "alekatest.com", and supply Domain Admin  credentials I get a message "Encountered an error contacting
    domain alekatest.com. The server is not operational". The DNS server has address 10.0.0.2.
    When I try and change from workgroup to new domain alekatest.com, it fails with the message "No records found for given DNS query. The query was for the SRV record for _ldap._tcp.dc._msdcs.alekatest.com". The server is connected by Ethernet to
    a wireless router in a home network.
    The ipconfig/all data from the server is:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : SERVER2012
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Broadcast
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82567LM-3 Gigabit Network Connecti
       Physical Address. . . . . . . . . : 00-26-B9-82-D5-76
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.0.0.2(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.0.0.138
       DNS Servers . . . . . . . . . . . : 10.0.0.2
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:386b:2023:f5ff:fffd(Prefer
       Link-local IPv6 Address . . . . . : fe80::386b:2023:f5ff:fffd%14(Preferred)
       Default Gateway . . . . . . . . . : ::
       DHCPv6 IAID . . . . . . . . . . . : 335544320
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-FC-79-E8-00-26-B9-82-D5-76
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter isatap.{6945E26E-B530-4271-8CF1-AD4BC13AF147}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Reusable ISATAP Interface {74B5ED96-D12C-413B-9ED4-5B6270328AE0}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Reusable ISATAP Interface {A9E91CEE-5350-4ACA-934D-D2AA5188B694}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #4
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    I can ping alekatest.com from the server:
    Pinging alekatest.com [203.170.87.12] with 32 bytes of data:
    Reply from 203.170.87.12: bytes=32 time=86ms TTL=50
    Reply from 203.170.87.12: bytes=32 time=109ms TTL=50
    Reply from 203.170.87.12: bytes=32 time=106ms TTL=50
    Reply from 203.170.87.12: bytes=32 time=81ms TTL=50
    and  nslookup alekatest.com returns
    Server:  UnKnown
    Address:  10.0.0.2
    Non-authoritative answer:
    Name:    alekatest.com
    Address:  203.170.87.12
    if I try to return srv records from alekatest.com as follows, no records are returned
    PS C:\Users\Administrator> nslookup
    Default Server:  UnKnown
    Address:  10.0.0.2
    > set q=srv
    > _ldap._tcp.dc._msdcs.alekatest.com
    Server:  UnKnown
    Address:  10.0.0.2
    _ldap._tcp.dc._msdcs.alekatest.com
            primary name server = ns1.crazydomains.com
            responsible mail addr = dns.crazydomains.com
            serial  = 2010010101
            refresh = 7200 (2 hours)
            retry   = 120 (2 mins)
            expire  = 1209600 (14 days)
            default TTL = 3600 (1 hour)
    In order to add an srv record I would appear to need to access the server ns1.crazydomains.com, which I doubt is possible.
    Any help would be much appreciated

    You're confusing DNS Domains and Active Directory Domains. While there are similarities the two are and do completely different things.
    A DNS domain, in your case alekatest.com hosted by crazydomains.com is used to direct people to resources, for instance on the internet, to get to things like your website, email etc. It's not specific to Windows, and generally speaking after purchasing
    it from a 3rd party you control what the DNS records are through that 3rd party.
    An Active Directory domain is what you're referring to when you talk about joining a machine to a domain, setting up users on a domain, controlling access to resources on your network etc. This doesn't require you to purchase a domain from a 3rd party, and
    could potentially be called anything you like.
    So, in terms of your AD server, assuming you don't already have an AD domain configured on another AD controller on the network, when you do the setup you'll need to select the option to create a new domain. You could then set it to use alekatest.com, but
    that isn't recommended as you can get into all kinds of issues with your local and public DNS records conflicting, so unless you know what you're doing and why you're doing it I'd suggest avoiding that. A better idea would be to set the AD domain to something
    like alekatest.local. That would then become the local domain, so for instance your users would login as akekatest\<username> on the domain, and your local machines can then be joined to that domain.
    Once all that is done, if you did need to have local records for alekatest.com pointing to local resources, there's nothing stopping you from adding that zone into DNS Manager on the AD server and configuring the records accordingly, however be aware that
    once you did that your server would assume that it has all the records for the domain. So if you had a website configured on
    www.alekatest.com and had the DNS records for that pointing to your website hosted somewhere else via your domain provider, if you didn't re-create that same record on your local copy of the domain then you'll be unable
    to reach that website from your local network (since your users will be trying to find it locally rather than on the internet).
    Hope that makes sense.

Maybe you are looking for

  • Lossless compression of dng files like in Lightroom?

    Lightroom losslessly compresses DNG files to half their size, which is wonderful. Is there any way to get Aperture to do this?

  • Creating table /  field definition

    HEllo, I am trying to create a table using Microsoft Access Driver with the following field definitions: createStatement = "CREATE TABLE Employee(SSN VARCHAR(9)PRIMARY KEY, " + "FirstName VARCHAR(15), LastName VARCHAR(15), " + "MiddleInitial CHAR, Bi

  • Can I date stamp photos on iPhone 4S?

    I need to date stamp photos for my job. Is this possible on the camera on iPhone 4S?

  • Uninstall adobe CS2

    Hi I am updating my OS on my imac and would like to uninstall CS2 as my photoshop no longer works or is corrupt and I would then like to install CS6, what is the best way to do this? if someone could send me a few links or a video tutorial I would ve

  • Safari bookmarks on iPhone 5s not syncing from iCloud

    I got my new iPhone 5s and even though I signed in to my iCloud.. The bookmarks I have on safari on my iPad mini don't show up on my iPhone 5s. I already tried turning safari off on the iCloud then on again, I tried turning off my iphone, tried signi