Tuesday, October 19, 2010

The USE statement is used for Selecting a Database. Can you use the USE statement anywhere or there are any restricions on it ?

a USE database statement is not allowed in a procedure, function or trigger.

No comments:

Post a Comment

How to check local and global angular versions

 Use the command ng version (or ng v ) to find the version of Angular CLI in the current folder. Run it outside of the Angular project, to f...