Hi,
I am trying to create a directory under C:\Program Files\mydirectory
by using exec master.dbo.xp_cmdshell 'md C:\Program Files
\mydirectory', but get error says "A subdirectory or file C:\Program
already exists", even mydirectory is not there yet, I guess it because
of the space between ...
more >>
Hi,
When i try to create/alter a procedure, even if i use a table which does not
exist, it creates/alters the procedure. I want it to show an error if i am
using any table which does not exist. how is this possible?
Please help me.
Thanks in advance
Rgds
Sree...
more >>
Hello.
I'd like to add an order (that has any number of line items) to a database,
using stored procedures only. Can this be done with a single stored
procedure, or will I need to call one stored procedure to add an empty order,
and then call another stored procedure to add each line item?
...
more >>