SQL (6.5) Database \ Object Transfer TipsJanuary 8, 2000 1. To avoid permission problems:
2. If your objects, for example, Stored Procedures contain a comment box (for documentation purposes) each commented line must contain a /* at the beginning of each row and a */ at the end of each row. A comment box with the /* only on the first row and the */ only on the last row will return a syntax error on the ‘*’. |