Forum Replies Created

Viewing 15 posts - 1 through 15 (of 103 total)

  • RE: INSERT INTO in usde defined function

    I already have a SP which generates unique IDs. But i cannot use that SP in INSERT INTO ... SELECT statement as SP cannot be used in selects. So I...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: How to insert a binary file into a image field using stored procedures??

    Hi... Isn't there any simpler method. May be by using some other stored procedure or function to do the same task?

    Because most of the shared servers do not allow use...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: SQL Server Best Practices Analyzer

    Download link :

    http://www.microsoft.com/downloads/details.aspx?FamilyID=b352eb1f-d3ca-44ee-893e-9e07339c1f22&DisplayLang=en

    Best Practices Analyzer Tool for Microsoft SQL Server 2000 1.0

    Microsoft SQL Server Best Practices Analyzer is a database management tool...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: MS03-031

    it is jst a "note". You can ignore it.

    If you use hfnetchk from Shavlik. It will show you something like:

    * SQL Server 2000 SP3

    NOTE ...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Help Reqd for Optimization

    Hey Thankx A TON!

    I shall test this code out tomorrow morning ie abt 10 hrs from now! and get back to you.

    I shall try and get the other part of...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Help Reqd for Optimization

    CREATE PROCEDURE sp_calculate_depreciation_slm

    (

    @session_id varchar(100),

    @asset_code varchar(50)

    )

    as

    /*

    -----------------------------------------------------------------------------

    Author : Paras Shah ...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Help Reqd for Optimization

    I know it is a hard decision to take to use cursors. But there had been no other solution for me. I have to take data from one row and...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Help Reqd for Optimization

    I am not at all using any kinda of Transactions.

    Cursors are important for me as I need to fetch rows, calculate the output and update them.

    It would not be possible...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: how to pass result from a Stored Procedures

    Its a good practice to return only error codes using return (RETURN @@ERROR). All other values to be returned should be done using OUTPUT variables.


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Help Reqd for Optimization

    Sorry forgot to mention... I am using SQL Server 2000

    Paras Shah

    Evision Technologies

    Mumbai, India


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: MSDE v/s. SQL Server Performance

    Any issues with speed. If I have 100 users connected to MSDE and 100 users connected to SQL Server then whats the performance differemce?

    quote:


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Why is the Forum so slow

    Thats great to hear. Good luck!

    quote:


    We're looking at ideas for different search engines as well. Not that full text search is bad...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Why is the Forum so slow

    .. meant to say the html form to be included on the same page.

    thankx for replying so quickly :)!

    Paras Shah

    Evision Technologies

    Mumbai, India


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Why is the Forum so slow

    Thankx a ton. It would be great if the same search would appear on the footer of every page on the forum.

    quote:


    Try...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Why is the Forum so slow

    True. This site is slow, but I dont mind waiting for a few seconds to get my queries sorted out.

    Just one request to the site owners, could it be possible...


    Paras Shah
    Evision Technologies
    Mumbai, India

Viewing 15 posts - 1 through 15 (of 103 total)