what happens if the database get really big and more visitors are doing stuff at the same time, which sets the update function in action.?
Are there any steps i can take to speed things up. the table has 6 columns with 4 int fields and 2 varchar(100) fields and i expect more than 250000+...
Need help!
i need to renumber a sequence of numbers on a couple of records when a record is deleted. example:
Start :
value 2ndvalue
1 5766
2 3333
3 6679
4 8697
5 2845
now i'm deleting the row with the value: 2 so i get:
1, 3, 4, 5
i need to get the numbers...
Hello,
I have a problem, i'm trying to set-up a server to server VPN, or in other words trying to connect two lan's over the internet. server(1) is setup to accept incoming VPN calls, server(2) is setup to make a VPN connection with server(1).
The general idea is that the workstations on 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.