Viewing 2 posts - 1 through 2 (of 2 total)
Pros:
- Cloud is distributed; therefore, in theory, robust and redundant.
- Cloud can be inexpensive as archived storage.
Cons:
- Public clouds (e.g., Amazon) are not secure; few financial institutions (banks, brokers) allow...
August 10, 2009 at 8:19 am
#1036818
5. Fully Qualified Names - Always use the fully qualified name when calling stored procedures. This would be the format database_name.schema_name.table_name. For example, use EXEC master.dbo.Your_Proc_name instead of EXEC Your_Proc_name...
August 10, 2009 at 8:03 am
#1036808