home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0430 - 0439 / ibm0430-0439 / ibm0438.tar / ibm0438 / SQL42108.ZIP / SQL421A.008 / SQL / CLIENTS / WIN16 / NETSETUP / README.TXT < prev    next >
Encoding:
Text File  |  1994-01-25  |  6.1 KB  |  125 lines

  1. ************************************************************************
  2.        MICROSOFT SQL SERVER CLIENT TOOLS SPECIAL INFORMATION
  3. ************************************************************************
  4.  
  5. This file contains information pertaining to the use of Microsoft(R) 
  6. SQL Server client tools. The information contained in this file is 
  7. intended to supplement the manuals included in your Microsoft SQL Server 
  8. package.
  9.  
  10. ************************************************************************
  11.  
  12. -------------------------------------------
  13. SQL Administrator Compatibility
  14. --------------------------------------------
  15. Although the version of SQL Administrator that runs against SQL Server 
  16. for OS/2 4.2/4.2A will also work against SQL Server for Windows NT, 
  17. it is recommended that you upgrade SQL Server client tools on any 
  18. Windows 3.1-based clients that you plan to run against SQL Server for 
  19. Windows NT. This enables you to use additional tools and features 
  20. available with SQL Server for Windows NT (such as SQL Object Manager, 
  21. ISQL/w, and the SQL Client Configuration Utility). SQL Server for OS/2 
  22. version 4.2B contains these tools (version 4.2/4.2A does not). You can 
  23. upgrade your tools to the very latest version, 4.21, by using the 
  24. Windows 3.1 Utilities disk provided with this release of SQL Server for 
  25. Windows NT. If you use the Utilities disk, you must also upgrade the 
  26. existing SQL Server for OS/2 installation if it is not version 4.2B 
  27. (for example, it is  version 4.2 or 4.2A) by running INSTMSTR.SQL, 
  28. INSTCAT.SQL, ADMIN2.SQL, and OBJECT2.SQL, which are found in the 
  29. \SQL\INSTALL directory of the SQL Server for Windows NT installation. 
  30. If you plan to use the new Windows Sockets Net-Library, you should 
  31. upgrade the tools to version 4.21. If you do not upgrade to the new versions 
  32. of the tools, you will receive a harmless message about NETAPI.DLL not 
  33. being loaded.
  34.  
  35. --------------------------------------
  36. SQL Monitor Enhancements
  37. --------------------------------------
  38. *****SQL Monitor and Changing the SA Password*****
  39. If you change the SA password in SQL Server and want to start 
  40. SQL Monitor as a service (instead of starting SQL Monitor from the 
  41. command line), you must change the SA password in SQL Monitor as 
  42. well. To do this, use the /NEWPASSWORD = parameter in netsql start 
  43. sqlmonitor. For example:
  44.  
  45. netsql start sqlmonitor /NEWPASSWORD=sqlsa
  46.  
  47. Note that starting SQL Monitor with the password parameter (/P=) 
  48. overrides the set SA password.
  49.  
  50. *****SQL Monitor is now Mail Enabled*****
  51. If you have configured SQL Server for Windows NT to be mail enabled, 
  52. SQL Monitor can send mail messages to specified recipients about 
  53. scheduled backup events. Use the Scheduled Backup Event Entry dialog 
  54. box in SQL Administrator to specify a list of recipients. You can 
  55. specify up to 60 characters, separate names by semicolons. After you 
  56. have specified a list of recipients, those people will be sent mail 
  57. whenever a backup occurs.
  58.  
  59. ----------------------------------------------------
  60. SQL Administrator Scheduled Backups
  61. ----------------------------------------------------
  62. *****Transaction Log Backups*****
  63. In previous versions of SQL Administrator, when SQL Monitor attempted 
  64. to perform a scheduled backup for a transaction log and SQL Monitor 
  65. terminated sometime during the process, SQL Monitor would dump the 
  66. transaction log again when restarted, regardless of whether the previous 
  67. backup was successful. This posed a problem because SQL Monitor would 
  68. overwrite the previous transaction log dump, even though it might have 
  69. completed, so the chain of transaction log backups would be incorrect. 
  70. To solve this problem, SQL Monitor now handles failure during a 
  71. transaction log dump in the following order:
  72.  
  73. 1. SQL Monitor records a dump in progress while it is dumping the 
  74. transaction log.
  75.  
  76. 2. If SQL Monitor fails and then starts up again and sees that a dump 
  77. was in progress, but it does not know whether that dump completed, 
  78. SQL Monitor records an error to the Event Log and also sends a mail 
  79. message about the failure to a list of recipients (if SQL Server is mail 
  80. enabled and SQL Administrator is set up to send messages to a list 
  81. of recipients).
  82.  
  83. 3. Further dumps of the transaction log are suspended. After the user 
  84. either dumps the full database or determines that the transaction log 
  85. dump is complete, then the user must reactivate the scheduled transaction 
  86. log dumps. (This is done by selecting Yes under Enable in the Scheduled 
  87. Backup Event Entry dialog box. )
  88.  
  89. Note that if the scheduled backup is a database backup, steps 1 and 2 
  90. are followed, and the schedule for database backups will continue as is 
  91. and not be disabled.
  92.  
  93. *****Performing Long Scheduled Backups*****
  94. If you are using SQL Administrator to perform scheduled backups of large 
  95. databases (for example, those greater than 100 megabytes), you will likely 
  96. need to increase the SQL Monitor /sqltimeout option to a length of time 
  97. long enough to complete the backup.
  98.  
  99. ----------------------------------------
  100. SQL Object Manager and BCP
  101. ----------------------------------------
  102. SQL Object Manager version 4.2 used bulk copy files based on the ANSI 
  103. character set if AutoANSItoOEM was turned on, or based on the character 
  104. set of the SQL Server if AutoANSItoOEM was turned off. The character 
  105. mode BCP.EXE versions 4.20 and 4.21 utilities use bulk copy files based 
  106. on the character set of the SQL Server. With version 4.21, 
  107. SQL Object Manager now uses the OEM character set. If you used 
  108. SQL Object Manager version 4.2 with AutoANSItoOEM turned on to bulk 
  109. copy out character data that contained extended characters (character 
  110. positions 128-255), the file is based on the ANSI character set; if you 
  111. bulk copy the files back in using SQL Object Manager version 4.21, 
  112. these extended characters will be incorrectly converted.
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. --------------------------
  121. Microsoft is a registered trademark and Windows NT is a trademark of 
  122.   Microsoft Corporation. Operating System/2 and OS/2 are registered 
  123.   trademarks licensed to Microsoft Corporation.
  124.  
  125.