Re: stored procedure

From: Anirban (tulu_paul_at_hotmail.com)
Date: 11/23/03

  • Next message: Audrey L: "Re: Setting up Trace in SQL"
    Date: Mon, 24 Nov 2003 00:34:46 +0530
    
    

    Thanks Dejan Sarka

    Siince I am a new person in this field I was expecting answer with the
    code also.
    Anyhow Thanks again,

    Paul

    "Dejan Sarka" <dejan_please_reply_to_newsgroups.sarka@avtenta.si> wrote in
    message news:#FXAJ0ZsDHA.1996@TK2MSFTNGP12.phx.gbl...
    > > 1. How can we write to a text file using stored procedure.(what is the
    > > code)
    >
    > You can use xp_cmdshell and call osql.exe from there. Not an easy task.
    You
    > can use DTS as well - much,much easier.
    >
    > > 2. I wrote some stored procedure, and I donot want any other person to
    > view
    > > it. How to achive this?
    >
    > You can create procedures using the WITH ENCRYPTION option.
    >
    > > 3. Where does the stored procedure get stored (which direectory)?
    >
    > Like all SQL Server objects procedures are stored in databases. Databases
    > consist of physical data and log files.
    >
    > --
    > Dejan Sarka, SQL Server MVP
    > Please reply only to the newsgroups.
    >
    >


  • Next message: Audrey L: "Re: Setting up Trace in SQL"

    Relevant Pages

    • Re: stored procedure
      ... Like all SQL Server objects procedures are stored in databases. ... Dejan Sarka, SQL Server MVP ...
      (microsoft.public.sqlserver.security)
    • Re: Migrating an SQL server to another machine
      ... > Moving SQL Server Databases ... > Moving Databases between Servers ... > Disaster Recovery Articles for SQL Server ... >> Paul. ...
      (microsoft.public.sqlserver.server)
    • Re: why>?
      ... On your desktop-- you'll be running SQL Server behind the scenes. ... it isn't risky to allow end users to create databases. ... it is no more risky than giving you the ability to create spreadsheets. ... I'm not saying that Oracle and IBM are going away. ...
      (microsoft.public.excel)
    • Re: Please answer my queries for fresh Installation
      ... Moving SQL Server Databases ... Using WITH MOVE in a Restore to a New Location with Detach/Attach ... Disaster Recovery Articles for SQL Server ...
      (microsoft.public.sqlserver.server)
    • Re: Please answer my queries for fresh Installation
      ... You can restore MSDB as well as master. ... > SQL Server, It will create Master, MSDB databases. ...
      (microsoft.public.sqlserver.server)