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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. peter3244

    Database diagrams too many tables for one page

    Can any one help? I am creating a data base diagram by reverse engineering and would like to show the relationship between the entities I have managed to create connections between the entities when they are all on one page. However if I want to show a relationship between one table on one page...
  2. peter3244

    need a sql query in SQL Server

    I think what you need is something like this... INSERT INTO T1 VALUES(CODE, NAME,PRODUCT CODE, CATEGORY CODE) SELECT CODE, NAME, [PRODUCT CODE], (SELECT [CATEGORY CODE] FROM M2 WHERE CATERGORYNAME='TEST1') FROM...
  3. peter3244

    Licensing Issue/ Can't see tape drive

    In the end the entering the licence details again stopped the licencing error. After that we lost our tape groups. Recreating the tape groups and leaving the tape to mount, after 5 HOURS! the machine sorted itself out and the backups now work.
  4. peter3244

    Licensing Issue/ Can't see tape drive

    Can anybody help please Our backups have stopped working as ARCSERVE, after a server reboot, cannot not see the tape drive which is a Compact Storage Works TL891DLX MiniLibrary. However the problem has varying degrees of seriousness. I.E after a server reboot sometimes the Tape drive can be...
  5. peter3244

    Problems since ADO install

    Yes Terry could be right. Have created a new installation package for the clients?.
  6. peter3244

    Import ASCII file into MYSQL

    Could use the BCP utility ie from the DOS prompt BCP [databasename].[owner].tablename in [datafile]/t=' ' You might have to 'fiddle' with the parameters to get it exactly right OR You could use BULK INSERT in SQL Query Manager OR You could use import data by right clicking on the database...
  7. peter3244

    Cannot open table in Enterprise Manager after data import

    Hi, Had the same problem solved it by reloading MDAC (the setup should be on the SQL Server disk) or you can go to the microsift web site. Note the MDAC we used was 2.0 the latest however is 2.6.
  8. peter3244

    SQL SERVER Enterprise manager

    Yes, reloaded mdac and it seems to work correctly. Many, Many thanks.
  9. peter3244

    SQL SERVER Enterprise manager

    - Problem viewing table data from Enterprise manager when viewing table data. I.E when I 'right click' on a table and select open table I get 'unexpected error'. This occurs on all databases on all SQL Server Groups registered on that machine (even ones on different servers). However in Query...

Part and Inventory Search

Back
Top