News

PROC SQL allows you to specify the ORDER BY clause in the CREATE VIEW statement. Every time a view is accessed, its data are sorted and displayed as specified by the ORDER BY clause. This sorting on ...
Now, you can use the fn_dblog() - an in-built function in SQL to view the transaction log files. The fn_dblog() function allows you to view the records in the active part of transaction log file. It ...
PROC SQL Pass-Through Views A Version 6 PROC SQL Pass-Through view does not need to be updated to be used in Version 7 or Version 8. The conversion of PROC SQL Pass-Through views is automatic and does ...