which command using query analyzer will give you the version of sql server and operating system? : Sql dba
what are date and time intervals? : Sql dba
what is the difference between a local and a global temporary table? : Sql dba
how to drop an existing table in mysql? : Sql dba
what is a cursor? : Sql dba
what is the difference between char_length and length? : Sql dba
what are enums used for in mysql? : Sql dba
what is the difference between rownum pseudo column and row_number() function? : Sql dba
what is the difference between a web-garden and a web-farm? : Sql dba
what is a composite primary key ? : Sql dba
what is the difference between blob and text? : Sql dba
how to get @@error and @@rowcount at the same time? : Sql dba
what is not null constraint? : Sql dba
how to delete an existing column in a table? : Sql dba
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba