Viewing 5 posts - 1 through 5 (of 5 total)
I prefer to add my comments after the create procedure, eg
create proc rpcNameOfProc
@AcctMonthEndDate datetime
as
--Custom script created for Client
--This script should be reinstalled and tested at time of an upgrade.
--Name...
October 19, 2004 at 11:21 pm
There are different ways of thinking about it but one way is ...
Oracle SQL
Database = Server
Schema = Database
This would suggest a number of databases, rather than one database with a number...
August 2, 2004 at 11:53 pm
It depends on what order you apply the tests in the where clause and the outer join.
So if you join table a with a left join to table b -...
February 26, 2004 at 8:26 pm
Do you have outer joins in the view? In some circumstances Oracle and SQL give different answers to queries involving outer joins.
February 24, 2004 at 3:51 pm
There are certain rules about how you can delete log files that I have never understood. The practical upshot seems to be you can never shrink them as much...
September 7, 2003 at 4:35 pm
Viewing 5 posts - 1 through 5 (of 5 total)