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 Shaun E 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 elitecodex

  1. elitecodex

    Domain Controller upgrade

    We need to change the domain for a few reasons... I would like to have one less computer to worry about :) We do not have exchange or any application servers to worry about. My only concern would be the file server and the permissions associated with all the folders/files. They are all...
  2. elitecodex

    Domain Controller upgrade

    Hey everyone... We have an old Windows 2K Server (PIII 450) that currently runs as our primary domain controller. We just recieved a Windows 2003 Standard Edition server and I am attempting to convert our primary domain (while also changing the name of the domain). I have the new domain setup...
  3. elitecodex

    Unable to catch error.

    You might want to look at the callstack... that might help. Is this a web app or a regular app?
  4. elitecodex

    First Control - Delegate problem

    I am trying to create my first control. I have decided to make it a Tab control because I figured I can actually use it. Here is the source: http://www.nomorepasting.com/paste.php?pasteID=31668 Im at a loss... if anyone could provide some assistance or at least some direction... it would be...
  5. elitecodex

    Insert statement bring back error.

    It worked. I cant believe that SQL server is that picky. Im still in the learning curve coming from MySQL :) Thanks alot for everyone's help!
  6. elitecodex

    Insert statement bring back error.

    I checked the security permissions and I have full access to it (SELECT / UPDATE / INSERT / DELETE). Im really confused... everything has gone well up til now.
  7. elitecodex

    Insert statement bring back error.

    So what is the next step? What else can I try?
  8. elitecodex

    Insert statement bring back error.

    Nope. Just tried it.
  9. elitecodex

    Insert statement bring back error.

    It shouldnt be... Here is my query: INSERT INTO dbo.Notes ('CritPt_ID','Notes_Desc','Who_ID') VALUES (14,'test the testing testers',4) The error is "Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'dbo.Notes'." I have tried Notes, dbo.Notes, dbo.[Notes] and they...
  10. elitecodex

    Changing Local Security Policy Settings

    The security options I was trying to change where in secpol.msc.
  11. elitecodex

    Changing Local Security Policy Settings

    Hello. I am logged onto Administrator on my XP SP2 machine. I am trying to lockdown the computer and all the security options are grayed out and I cannot change them. Why would this happen and what can I do to fix it? Thanks.

Part and Inventory Search

Back
Top