Hi all
i think this is a long shot but:
i was just wondering if it is possible to execute a stored procedure from an ASP page but not wait for it to complete before the rest of the page is loaded
the stored procedure i am executing insert thousands of records into a database and takes a long...
Hi all
I have just started working with stored procedures and i have a SP called SMS_RatioBarReport which calls the SP SMS_Ratio and then uses this value and inserts it into a temporary table.
this is the SP I call
**********************************************************
CREATE PROCEDURE...
Hi all
I am trying to update a record where the date is equal to blah blah
UPDATE v4_StatusLog SET [minutes]=301 WHERE PC_ID =125 AND PhoneId=1 AND DateStamp='16/12/2002'
I have tried it without the comment marks but this still doesn't work
has anyone got any ideas
Hi Everyone
I am connecting to SQL Server through ODBC, i think i have connected using shared access to the database and also read and write access. The program i am running is selecting from the database fine, When it comes to inserting the project doesn't bomb out but it does not insert the...
I am having Problems importing data into SQL Server from Access database.
The column is in date/time, LongTime format in access.
I have tried copying it over just table to table and it doesn't work.
Can anyone reccomend how i copy this data over and the best datatype for the SQL Server column...
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.