>Concorsi
>Forum
>Bandi/G.U.
 
 
 
 
  Login |  Registrati 
Elenco in ordine alfabetico delle domande di 70-229: SQL Server 2000 database design and implementation

Seleziona l'iniziale:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

> Clicca qui per scaricare l'elenco completo delle domande di questo argomento in formato Word!


A GOTO command can cause execution of a batch to resume where?
   At a label
A question on automatic numeric ID's in a table that have to be unique and consecutively added. There was no mention of 'enforced".   Use and IDENTITY int datatype
Alan has written a complex stored procedure that occasionally has performance problems related to different ranges of parameters passed into the stored procedure. Which of the following tools will help Alan find the combination of parameters without changing any database objects?

Choose all that apply.
   Use the SQL Server Profiler to record users who are using his stored procedure with a duration longer than the acceptable duration.
An UPDATE statement may modify how many tables?
   Only one, though triggers may cause additional side-effects.
An UPDATE trigger typically accesses which of the following?
   The INSERTED and DELETED tables