Is anyone aware of there being a limit to how much data you can POST to a page? I have a 4 page survey that POSTS all the data from page 1 to page 2, all the data from pages 1 & 2 to page 3, etc. All is well until trying to load Page 4, which just hangs. If I delete about 15 items from the...
We have the following stored procedure that runs fine in SQL Server 2000 Query Analyzer.
/*
** Retrieve next available Request ID
*/
CREATE procedure dbo.sp_GetRequestID2
@output int OUTPUT
as
/* begin transaction */
select @output = (select NextID from RequestID)...
We have the following stored procedure that runs fine in SQL Server 2000 Query Analyzer.
/*
** Retrieve next available Request ID
*/
CREATE procedure dbo.sp_GetRequestID2
@output int OUTPUT
as
/* begin transaction */
select @output = (select NextID from RequestID)
update...
We are converting from an Oracle database to SQL Server. Does anyone know what the SQL Server equivalent of the following Oracle statement"Lock Table xxx In Exclusive Mode"?
I have a strange thing that has suddenly happened. When I right-click on a drive or folder and select Properties, nothing happens. I can still view Properties for individual files, but not for folders and drives. Any ideas???
Thanks!
Tim
Could someone please explain why I am receiving the error:
"Object expected"
when I run this code:
strTemp = document.all("Table").rows(0).cells(0).innerHTML;
intTempHTML = strTemp.indexOf("&");
strTemp = strTemp.substring(0, intTempHTML)...
When clicking on a link to download a file(exe), IE sends me to a blank page, containing the URL for the exe, and a simple block graphic like you would see when a graphic did not load. I am never prompted to download. Right-clicking on the link and selecting "Save As..." works fine...
I am building a computer based on a Duron 650 and a FIC AZ11 mtherboard. I can not get any video...I have tried an AGP graphics card and 3 PCI cards (all of which test fine on other systems), but my monitor (a Viewsonic A70) does not come on. I have unplugged every other component from the...
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.