Results 1 to 2 of 2

Thread: help needed

  1. #1
    Join Date
    Apr 2003
    Posts
    1

    Question help needed

    Hi
    Well, i am a beginner that's why this question will seam naive or too simple
    .. but its really creating a problem for me, so ill be grateful for any help offered ..
    i am using asp.net, with SQL 2000
    1st: i want to now how to use a stored procedure added to my data base!.. Baring that i know how to add one (using the wizard)
    2nd:how can i insert an image to my data base ,and know its get its info (type, size, parameters) into my data base

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    You have to refer Books Online for the following "Create Procedure", "

    1. Create procedure. Can be created from Enterprise manager or from Query analyser Tool.

    2. IMAGE data type

    Image can be uploaded to tables using TEXTCOPY.exe utility provided by MSSQL SQl server

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •