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

kubernetes controllers and workloads

In Kubernetes, Workloads are the applications you run on the cluster, while Controllers are the background control loops that watch the st...