Forum Replies Created

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

  • RE: Problem with Stored Procedure

    I figured out the problem. It seems that in the SP where the code reads:

    ' "' + @param1 + '"'

    There were double quotes, which made the query treat param1...

  • RE: How can I get around using ntext data type in SP?

    Thanks for your help. I guess I'll just try and change the functionality.

  • RE: How can I get around using ntext data type in SP?

    I kinda figured that... however, I did come up with an idea you may be able to help me with. I noticed you can pass ntext datatypes so I...

  • RE: SQL Server and file system access?

    1. Currently the asp on the local server reads and writes local files, would prefer to update the database and have SQL create/update the text files to the local drive...

  • RE: SQL Server and file system access?

    OK, getting the appropriate rights is not a problem. How would I handle creating a trigger for an update to wite out a long text value to a specified...

  • RE: Setting priority of a SQL job

    I have a job scheduled that needs to run at a lower priority than the other scheduled jobs. This job is a non-interactive job and it shouldn't take priority...

  • RE: Job pemissions problem

    Both servers are running SQL Server 2000.

  • RE: Job pemissions problem

    When I set up the remote server as linked server instead of a remote server and I try to open our website and run a report (which executes a RPC)...

  • RE: Job pemissions problem

    Yes, but it didn't work. Still searching for a workaround...

  • RE: Job pemissions problem

    We already have a remote server defined with a user, which works. If we try and add a linked server it says the server already exists. We removed...

  • RE: Job pemissions problem

    Hi Greg,

    The SQL Server Agent is trying to pass Windows authentication instead of SQL authentication. Since these servers are not in the same domain, this doesn't work. I...

  • RE: SQL Server is crap!

    Sorry I got in on this late, but I did contract programming for MCI (before their merger/byout whatever and all the layoffs). We were using SQL Server for...

  • RE: SQL Server Error in ASP

    UPDATE: It is now working!

    I did a response.write on my execute statement and pasted it into query analyzer (the query was actually running a stored proc) and ran it. ...

  • RE: Stored Procedure to create a table

    Thanks again.

    That will make my SP code so much more compact and easier to manage.

    You have been a tremendous help!

  • RE: Stored Procedure to create a table

    It worked!

    Thanks for all your help! I am going to start using PRINT more often for debugging my SPs. I have been trying to find code on the...

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