Unfortunately this is not the problem. If I take the values I am trying to pass and set them as the default to the parameters in the stored procedure it runs fine.
I have set a linked server to a sybase server from my sql server.
I can execute stored procedures on the sybase server using the following
select * from openquery(sysbasServe,'
execute todd_test_1')
but when I put add an input parameter and call it using
select * from...
When I use the excute property of the connection object on an asp page to insert a new record into a sql table, it creates two records.
The key field "id" is a int field with Identity seed of 1.
The code I am using is
dcndb.Execute "insert into csc_workload_resp...
when retieving data from sql db using asp script on a web page, I can use a stored procedure with no problem until I use a temp table in the stored procedure. If I do this I get an asp error noting the data source is closed.
Any ideas on how to make this work?
I was not backing up a SQL Server database and the transaction log grew unchecked. I now do not have enough space to backup the database on the server.
Is it possible to just delete the transaction log. If not any suggestions on how to deal with this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.