|
# |
Category |
Number of Programs |
|
1 |
12 |
|
|
2 |
23 |
|
|
3 |
76 |
|
|
4 |
9 |
|
|
5 |
1 |
|
|
6 |
44 |
|
# |
Program |
Description |
|
1 |
Uploads a field-delimited text file to an ODBC table |
|
|
2 |
Writes scripts to move data from one ODBC data source to another |
|
|
3 |
Writes SQL script to drop indices |
|
|
4 |
Lists only the ODBC and utility programs |
|
|
5 |
Lists the index names at an ODBC data source |
|
|
6 |
Lists the procedure and function names at an ODBC data source |
|
|
7 |
Lists the table names at an ODBC data source |
|
|
8 |
Lists the view names at an ODBC data source |
|
|
9 |
Executes SQL by file or interactive session on a data source |
|
|
10 |
Tests if you can connect to an ODBC data source |
|
|
11 |
Tests the ODBC drivers to see if they can reconnect to the DSN |
|
|
12 |
Tests the ODBC drivers and client libraries for thread-safety |
|
# |
Program |
Description |
|
13 |
Writes a SQL script to add check constraints |
|
|
14 |
Writes a SQL script to add referential integrity constraints |
|
|
15 |
Writes a SQL script that changes tablespaces on tables or indices |
|
|
16 |
Writes a SQL script to check referential integrity constraints |
|
|
17 |
Writes a SQL script to check check constraints and rules |
|
|
18 |
Writes scripts to move data from one ODBC data source to another (req. Sybase) |
|
|
19 |
Writes a SQL script to count the rows in specific tables |
|
|
20 |
Writes a SQL script to delete rows violating referential integrity constraints |
|
|
21 |
Writes a SQL script to delete rows violating check constraints and rules |
|
|
22 |
Writes a SQL script to drop check constraints |
|
|
23 |
Writes a SQL script to drop RI constraints |
|
|
24 |
Writes a SQL script to drop stored procedures or functions |
|
|
25 |
Writes a SQL script to drop tables |
|
|
26 |
Writes a SQL script to drop views |
|
|
27 |
Write C++ code for DBDatatype::dtLoadDefinitions |
|
|
28 |
Writes a SQL script which rebuilds indices. |
|
|
29 |
Adds segment/tablespaces to Power Designer SQL scripts |
|
|
30 |
Turns archive logging on/off for Oracle tables |
|
|
31 |
Turns parallelism on/off for Oracle tables |
|
|
32 |
Writes a SQL script to truncate tables |
|
|
33 |
Writes a SQL script to update statistics for tables |
|
|
34 |
Writes a SQL script using a list of objects and a printf() format |
|
|
35 |
Tells you if your text is a database reserved word |
|
# |
Program |
Description |
|
36 |
Bulk copies a file into a table |
|
|
37 |
Writes a ksh script which drops indexes, runs bcp, readds indexes |
|
|
38 |
Writes a ksh script which binds columns to created defaults |
|
|
39 |
Writes a ksh script which binds columns to created rules |
|
|
40 |
Checks whether an ASCII bulk copy file can be loaded |
|
|
41 |
Runs dbcc checkalloc(db, fix) on databases |
|
|
42 |
Performs a checkpoint in every write-enabled database |
|
|
43 |
Writes a ksh script which checks tables for referential integrity |
|
|
44 |
Writes a ksh script which checks whether tables abide by their rules |
|
|
45 |
Writes a ksh script which copies defaults from 1 db to another |
|
|
46 |
Writes a ksh script which copies tables' indices |
|
|
47 |
Writes a ksh script which copies sp_primarykeys and sp_foreignkeys |
|
|
48 |
Writes a ksh script which copies procs from 1 db to another |
|
|
49 |
Writes a ksh script which copies ref. integrity constraints |
|
|
50 |
Writes a ksh script which copies rules from 1 db to another |
|
|
51 |
Writes a ksh script which copies a schema from 1 db to another |
|
|
52 |
Writes a ksh script which copies table data from 1 db to another |
|
|
53 |
Writes a ksh script which copies table column definitions |
|
|
54 |
Writes a ksh script which copies triggers from one schema to another |
|
|
55 |
Writes a ksh script which copies user-defined datatypes |
|
|
56 |
Writes a ksh script which copies sp_primarykeys and sp_foreignkeys on views. |
|
|
57 |
Writes a ksh script which copies views from one schema to another |
|
|
58 |
Writes a ksh script which drops defaults |
|
|
59 |
Writes a ksh script which drops devices |
|
|
60 |
Writes a ksh script which drops tables' indices |
|
|
61 |
Writes a ksh script which drops sp_primarykeys and sp_foreignkeys |
|
|
62 |
Writes a ksh script which drops stored procedures |
|
|
63 |
Writes a ksh script which drops ref. integrity constraints |
|
|
64 |
Writes a ksh script which drops rules |
|
|
65 |
Writes a ksh script which drops segments |
|
|
66 |
Writes a ksh script which drops tables |
|
|
67 |
Writes a ksh script which drops triggers |
|
|
68 |
Writes a ksh script which drops user-defined datatypes |
|
|
69 |
Writes a ksh script which drops sp_primarykeys and sp_foreignkeys on views |
|
|
70 |
Writes a ksh script which drops views |
|
|
71 |
Dumps a database |
|
|
72 |
Wrties a ksh script which dumps all databases of a Sybase server |
|
|
73 |
Dumps a database's transaction log |
|
|
74 |
Estimates the sizes of tables & indexes, grouped by segment |
|
|
75 |
Generates a list of tables for input to psEstimateSpace |
|
|
76 |
Finds a stored procedure amongst all databases in an ASE server. |
|
|
77 |
Finds a table amongst all databases in an ASE server. |
|
|
78 |
Finds a view amongst all databases in an ASE server. |
|
|
79 |
Generates a C++ header #-defining the max lengths of columns |
|
|
80 |
Generates a file name for a DB or transaction log dump |
|
|
81 |
Generates a list of tables and outgoing RI constraints |
|
|
82 |
Generates ref. integrity triggers based on sp_foreignkeys |
|
|
83 |
Generates a list of tables and their segments |
|
|
84 |
Generates C++ classes which invoke generated stored procedures |
|
|
85 |
Displays a table's segment name |
|
|
86 |
Kills processes on a Sybase ASE server |
|
|
87 |
Lists all defaults created with 'create default' |
|
|
88 |
Lists all ASE server physical devices & the databases living on them |
|
|
89 |
Lists all the servers in the interfaces file |
|
|
90 |
Lists all stored procedures |
|
|
91 |
Lists CPU, I/O, and memory usage for ASE spids in realtime |
|
|
92 |
Lists all rules created with 'create rule' |
|
|
93 |
Lists all segments' table & index space allocations |
|
|
94 |
Lists all tables w/ indices, constraints, etc. |
|
|
95 |
Generates a HTML page for each table definition |
|
|
96 |
Lists all triggers |
|
|
97 |
Lists all users in a database |
|
|
98 |
Lists all user-defined datatypes |
|
|
99 |
Lists all views |
|
|
100 |
Loads a database |
|
|
101 |
Loads a database's transaction log |
|
|
102 |
Checks if a Sybase server is up |
|
|
103 |
Writes a ksh script which sets permissions on objects and users |
|
|
104 |
Executes SQL or other commands on a Sybase ASE or Open server |
|
|
105 |
A test multithreaded Sybase Open Client program |
|
|
106 |
Translates a Sybase schema into Oracle scripts |
|
|
107 |
Writes a ksh script which truncates tables |
|
|
108 |
Writes a ksh script which unbinds columns from created defaults |
|
|
109 |
Writes a ksh script which unbinds columns from created rules |
|
|
110 |
Writes a ksh script which updates statistics for all databases |
|
|
111 |
Writes a ksh script which updates statistics in a single database |
|
# |
Program |
Description |
|
112 |
Checks & waits for rep defs to exist or drop |
|
|
113 |
Checks & waits for subscriptions to attain a specified state |
|
|
114 |
Writes a ksh script which drops replication definitions |
|
|
115 |
Writes a ksh script which drops subscriptions |
|
|
116 |
Generates replication definitions |
|
|
117 |
Generates subscriptions from rep defs |
|
|
118 |
Lists the replication definitions in a RSSD |
|
|
119 |
Lists the subscriptions in a RSSD |
|
|
120 |
Writes a ksh script which turns replication on or off for tables |
|
# |
Program |
Description |
|
121 |
An open server which has RPCs to run UNIX commands and e-mail |
|
# |
Program |
Description |
|
122 |
Appends '.old' to a file name if the file is too big |
|
|
123 |
Converts a phrase to upper or lower case |
|
|
124 |
Evaluates a mathematical expression |
|
|
125 |
Copies a file |
|
|
126 |
Shows the invisible control characters in a text file |
|
|
127 |
Converts a text file to lower case |
|
|
128 |
Converts a text file to upper case |
|
|
129 |
Converts a text file to HTML |
|
|
130 |
Decodes a base-64 text string into a bit pattern |
|
|
131 |
Deletes certain files recursively under a directory |
|
|
132 |
Demangles a C++ symbol |
|
|
133 |
Generates web pages of help for PS APIs |
|
|
134 |
Generates web pages of help for PS programs |
|
|
135 |
Shows whether or not text matches a database LIKE expression |
|
|
136 |
Displays whether a process exists or not |
|
|
137 |
Gets the computer name given an IP address or network address |
|
|
138 |
Gets the network and IP address given a computer name |
|
|
139 |
Displays signed and unsigned hash values for text |
|
|
140 |
Displays a list of PS programs and PS environment variables |
|
|
141 |
Lists the unusual attributes of files in a directory |
|
|
142 |
Lists the parameters in a parameters database |
|
|
143 |
Writes a messages catalog file given a text file |
|
|
144 |
Writes a parameters database given a text file |
|
|
145 |
Makes a C++ function which gets PS messages from memory |
|
|
146 |
Copy a directory structure to another while replacing strings |
|
|
147 |
Removes leading and trailing white spaces from records in a text file |
|
|
148 |
Renames a file |
|
|
149 |
Replaces old strings with new strings in a text file |
|
|
150 |
Receives data on standard input and writes it to a rotating log file |
|
|
151 |
Looks up the value for a section and key in a Windows-style .ini file |
|
|
152 |
Displays the total sizes of directories |
|
|
153 |
Exercises disk reads and writes and displays performance statistics |
|
|
154 |
Displays the meaning of an operating system 'errno' code |
|
|
155 |
Displays your environment's international locale |
|
|
156 |
Displays the text associated with a DBPowerSuite return code |
|
|
157 |
Displays the value of a DBPowerSuite parameter |
|
|
158 |
Exercises CPU and memory and displays performance statistics |
|
|
159 |
Converts system clock times to and from Gregorian times |
|
|
160 |
Sleeps for N seconds |
|
|
161 |
Tests the ability to get network addresses from computer names |
|
|
162 |
Tests whether a dynamic library will link without other libraries |
|
|
163 |
Translates IP addresses to and from network addresses |
|
|
164 |
Tests if remote TCP/IP servers are up and listening for connections |
|
|
165 |
Displays the DBPowerSuite version number |