Which command executes the contents of a specified file?
Answer Posted / pankaj dwivedi
xp_cmdShell 'bat file'
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between mysql and sql server?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
Explain optimistic and pessimistic concurrency?
Can you tell me some of the common replication dmv's and their use? : sql server replication
Would you store your query in a ssrs report or a database server? State the reason why?
What are subqueries in sql server?
What is difference between order by and group by?
What do you understand by triggers?
What are the different authentication modes in sql server?
Explain the properties of the relational tables?
What is the difference between composite index and covering index?
What is onf in normalization form?
Give main differences between "Truncate" and "Delete".
What is BLOCK statements in SQL?
How to retrieve field values using mssql_result()?