How to Execute an Operating System Command From Within SQL
Server ?
Answer Posted / thatiparthi brahma reddy
EXEC Master.dbo.xp_cmdshell 'Dir d:\'
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is transactional replication?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What are transactions and its controls?
How to insert and update data into a table with "insert" and "update" statements?
How to recover from sql injection? : sql server security
What is sql server english query?
What is index, cluster index and nonclustered index?
How to drop an existing table?
Explain what is log shipping?
What is triggers and stored procedures?
Explain what is lock escalation?
Tell me what is sql profiler?
1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?
What is difference between clustered index and non clustered index?
When we should use @@error?