Thanks nigelrivett,
Sorry I haven't responded but I just haven't had time to look at this until now. I was able to use some of your code from your "Find Gaps in Sequence" page.
Here is what I came up with. There may be a more elegant solution but this seems to be working.
Thanks,
KWade
--...
Hi all.
I have a question that I'd like to get some help on.
I have a table with a column (ProjectNumber) that contains something similar to the following:
04910010
04910020
04910030
04910050
04910100
04910110
04910120
04910500
etc...
I would like to find the next available number which is...
shaddow,
Are you saying save all my form variables as session variables? I don't think I can do that. I have some fields that contain large amounts of data and several users using the page. I don't think I want to be storing all that data in session variables.
I thought your example was...
Thanks shaddow,
I tried using the saveHistory (found more info on MS ) but I still couldn't get it to work.
I see what you're doing with the second post but how would you go about checking or using the session variables? With a <body onload= >?
Thanks,
Hi all,
I am trying to use history.back() to get back to my previous page but the page comes up with empty form fields.
The page I'm trying to get to has a form with several text input fields. I have a selection box that determines the value of another text field.
When a user selects and...
Hi,
Here's my problem. I have an ASP page using VBScript and JavaScript and reading SQL Server 2000 database.
I want to display client and contact information on my webpage based on which 1)Client is selected and then 2) which contact for that client is selected.
SELECTION 1
===========...
Hi Jay,
Thanks for you help. Here is some more info. Vision is a Deltek product for Accounting and Marketing. It's SQL Server 2000 databases with an ASP front end (lucky me! I'm new to both).
The database GTest is a database that I've restored from a different databases's backup from this...
Thanks Jay,
I was able to find the the information through Enterprise Manager. The application name of 3 of the process are listed as Deltek Vision(default) and 1 process is listed as Deltek Vision(Process Server). I tried to kill the processes but they wouldn't kill. Any other suggestions...
Hi,
When I do the sp_who command that is all the information for each spid that displays.
Isn't GTest (under the dbname column) the database that it is attached to? As for "program name", there isn't anything listed when you issue sp_who. If there is another way to find this...
Hi
When I issue sp_who I get the following: (titles abbrev.)
spid status login hostname DB Command
59 0 sleeping sa GLITAS04 0 GTest AWAITING COMMAND
62 0 sleeping sa GLITAS04 0 GTest AWAITING COMMAND
71 0 sleeping sa GLITAS04 0 GTest AWAITING COMMAND
78 0...
Thanks,
I've tried to kill these tasks but they either aren't going away or else they are coming back. The login name is the the same as used to login into the server not a normal user. Thanks, Keith
Thanks,
I was able to find the process assocociated with the database that I wanted to restore but I was not able to KILL all the processes. There are 4 processes attached to my database. This is a test database that only I was using Friday. The 4 processes all say "awaiting...
I am new to SQL Server. I am trying to restore a database but I get the message "Exclusive access could not be obtained because the database is in use. RESTORE DATABASE is terminating abnormally"
Is there a way to display who is using the database? or to force everyone off?
Thanks...
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.