Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jjgraf

  1. jjgraf

    Index question

    skip this i had a brain fart teaches you not to program on 17 hours straight
  2. jjgraf

    Index question

    I know i can do this in Foxpro but how do you create an index on two columns combined to together to create a Unquie index so no duplicate records are created. example In my application i have a parent table and child table that has detail lines what i would like to do is take both the Foregin...
  3. jjgraf

    I guys, im new in sql server, but i

    Well it depends on what you are doing. For just administrating Databases, concerning Security, Users among other mondan task YES it is, but once you start getting into other task where optimzation is concerned i would think not and especail once you get into clustering nothing is easy...
  4. jjgraf

    DELETED the ROOT DNS "Forward Lookup"

    just to make my self clear By judging from the errors Jeffwmg describes i'm betting he deleted the AD domain from DNS which would cause all kinds of problems because it would flow back to the AD and that is a cricial object. Offcourse this deepends on DNS being AD intergate Also what the...
  5. jjgraf

    Windows 2000 Administation Tools for XP

    you have two choices install terminal services for admin purposes or install the ADMINPAK on the w2k server cd in i386 directory and yes it does work on XP. I use it the only thing you can not administrator on a client is the Domain Controler Security Policy. this must be done on a DC
  6. jjgraf

    DELETED the ROOT DNS "Forward Lookup"

    without DNS Active Directory does not work try restoring from Backup. if you don't have a backup you have two choices format and reinstall the W2K servers or try to rebuild the DNS forward lookup. Since chances are the DNS was AD intergrated. When you deleted it, all kinds of damage was...
  7. jjgraf

    Advise on upgrading NT4 server to win2k

    here is a throught go out buy a hardrive drive copy the c:\ drive and if it snows ball just reset the copied harddrive to be the bootable one. Drive copy from http://www.powerquest.com/ does work on W2K server even though they say it does not. I have done it successfull a dozen times with 3.0...
  8. jjgraf

    How Can I sychronize the computer clocks in the windows 2000 Domain

    Kerberose works in a mixed enviroment if you have deployed AD, even if some servers are still NT 4.0 . the NT machines will use NTLM as the authentication method if W2K and above will use Kerberose Automatic Time Sync takes place only when W2K pro and above are in W2K Domain with AD Since we...
  9. jjgraf

    Time Sync question

    time sync is not an easy issue to solove when your in a mix enviroment with NT 4.0 pdc. For any W2K or XP Pro they go to the PDC to sync time with not the member severs. In a pure W2K server running AD everytime the W2K or XP machine boot up they contact the W2K domain controler to sync time...
  10. jjgraf

    Quick DNS question

    If the computer are all in the same domain and you want to run Active Directory you need to have DNS running, it does not necessary have to be integrated. an integrated DNS setup is where DNS goes to do lookup instead of a text or database file. it's just a storage place in general terms...
  11. jjgraf

    RAID5 using DELL PERC4 Controller

    RAID 5 is Parity with Striping. this type of setup requires 3 hard drives. what this setup does is take data break it up into 3 chunks and places it on 3 hard drives with parity checking which allows it to lose 1 harddrive without the lose of data. that is the reason raid 10 and 50 exist...
  12. jjgraf

    VFP ODBC Problem

    This is the reason ADO sucks!!! ADO has no native table format Like foxpro, SQL Server Access, or Orcale anytime you want to do anything you need to create another ADO object, then take the new ADO object point it your other ADO object then you can run your new Select statment. but anytime...
  13. jjgraf

    Question about Access2000...

    If you are in a multi user enviroment more the 10 people you should think serously about changing databases. to something like SQL or MYSQL which all have GUI interfaces like access and use SQL to access data. or you can use Microsoft Destop Engine which is a scaled down version of SQL and a...
  14. jjgraf

    VFP 8.0 Beta Public Release

    to quote "The VFP 8.0 beta will be available online early next week... " so as of 5:21 EST they have till tuesday 11:59 pm to be considered early next week which is roughly 28 hours which on MS time is 31 hours
  15. jjgraf

    IIS, Active Directory, and SQL Server

    Yes you can use IIS to authenticate users grabing Username yes, grabing the password NO. what you can do is use a SSL as you encrption method then pass the user name and password securley then create an ole db connection useing the information submitted on the form. Advantages here is you...

Part and Inventory Search

Back
Top