Forum Replies Created

Viewing 15 posts - 61 through 75 (of 103 total)

  • RE: Recordset from stored prc using OpenQuery

    I ultimately could not get thru this code... I checked out all possible ways. But the openquery does not allow to create tables within the stored proc... I still dont...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Recordset from stored prc using OpenQuery

    I have been able to reduce the scope of the error. I face a problem only when and only in procedures where I use temp tables.

    For example:

    Procedure on...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Body of e-mail cut when using CDONTS from SQL

    Please check for single quotes while storing data in SQL Server(rather any other database). You have used single quotes in between the text that you want to send as mail....


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Does Merge Replication Delete Data & Re-Insert

    The problem that I faced while using transactional repliaction was that I could not insert new records into the subscriber db (target db). I am setting up 2 way replication...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Does Merge Replication Delete Data & Re-Insert

    Do we need an empty database to set up Merge Replication or can we setup merge replication on an existing database with data in it?

    Replication is failing on the...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Stored Proc debugger for SQL 7?

    Rapid SQL seems to be a nice choice! Nice functionality... I still need to explore but its the little that I have seen impresses me

    Paras Shah

    Evision...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Question for SQL GURU

    Clearer Please!

    quote:


    Vannessa

    It is possible to do this with a single query. I'll give you a hint; it involves a two step...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: users change passwords thru query analyzer?

    Any way to restrict this access! This is sometimes too dangerous!

    quote:


    Use:

    sp_password @old = 'Old PAssword' , @new = 'New Password', @loginame...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Stored Proc debugger for SQL 7?

    Is there anything other than InterDev... as interdev is too heavy to use only for debugging SQL SPs. Please reconmmend.

    quote:


    Visual InterDev has...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: How To Send More than 1000 email in asp at a time

    But usually telnet access and PCAnywhere access is not given to users who have shared hosting services.... then whats next best?

    quote:


    Do...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Page Loading Script using ASP and SQL

    Is it safe making vbs scripts... some servers would not allow running scripts for security reasons... so please cheeck and the server where the application is being ported/installed.


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Capture sp_helpdb output to file?

    But won't you require osql.exe into path... that seems to be a server side setting ... isn't it?

    quote:


    or you can use

    xp_cmdshell 'osql...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: Question for SQL GURU

    Vanessa, Steve has suggested you the correct options to keep your work going on for now... but you need to be clear with the SQL fundamentals.

    Please go thru the tutorials...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: xp_sendmail and HTML output

    How does it work? Is it stable enough! Can you send me a test code ... so that I can just try out on my server. I do use JMail...


    Paras Shah
    Evision Technologies
    Mumbai, India

  • RE: xp_sendmail and HTML output

    How does it work? Is it stable enough! Can you send me a test code ... so that I can just try out on my server. I do use JMail...


    Paras Shah
    Evision Technologies
    Mumbai, India

Viewing 15 posts - 61 through 75 (of 103 total)