Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. countyweb

    Maintenance plan and SQL server managed backups

    Hi mrdenny, Thanks for your answer. much appreciated. C
  2. countyweb

    Group overflow not working

    Hi gknight1, It's IP office manager version 4 (16). The group is just a basic hunt group I'm not sure of the group type, I had a look around and couln't see where it displayed the group type. Thanks for your help. C
  3. countyweb

    Maintenance plan and SQL server managed backups

    Thansk for your reply mrdenny. Out of interest, why does this happen? Does the maintenance plan backup change the properties of database in some way that causes the managed backup to think it needs a full backup rather than a diff? Thanks C
  4. countyweb

    Group overflow not working

    Hi All, I have an IP 403 phone system. There is a small office where I want incoming calls to ring around this office for a set time then divert out into the main office if no one answers. I have this small office on its own group, in th egroup settings I have a 'no answer' time of 3 seconds...
  5. countyweb

    Maintenance plan and SQL server managed backups

    Hi All, I have my databases with hosting company who provide a managed SQL backup. In addition to this backup I am running a simple maintenance plan locally on the server to keep copies of my database for quick recovery. This way if I just need the database as it was the day before I can get...
  6. countyweb

    Closing connections issue...novice out of his depth

    Regarding these open connections - we never had this problem with this code until a couple of months ago whcih is about the same time our server moved from SQL 2000 to 2005. Is this something new to 2005? Or is the default number of connections less or the gardabe collection less frequent?
  7. countyweb

    Closing connections issue...novice out of his depth

    I see what your saying earthand fire and craig. The code is convoluted and uncommented. So my solution will be to recode it from scrath (when time permits). Until then we'll have to wait for the garbage collection to happen and increase the connection pool size. thanks for your help. DOes anyone...
  8. countyweb

    Closing connections issue...novice out of his depth

    Thanks all for your answers, this is a good way to learn I think. I've changed the to ... protected function runDR(byval sqlStr as String) as SqlClient.SqlDataReader Dim objConn As SqlConnection Dim objCmd As SqlCommand Dim myException As SqlException Dim i as...
  9. countyweb

    Closing connections issue...novice out of his depth

    Hi All, I'm a novice at .net and am not so familiar with VB.net. I've inherited some code which is causing the connection pool to overload. This code below is what I think is causing the problem...it doesn't seem to close the connection. The commented out lines I have tried to add but is casues...
  10. countyweb

    Act6! - user fields - maximum length

    Thanks Mike, I've opened the fields up to 255, we'll have to squeeze what we need in until we can afford to upgrade! Thanks for your help. Ben
  11. countyweb

    Act6! - user fields - maximum length

    Hi All, Does anyone know how to increase the maximum character length of the 'user' fields in ACT!6? ANy help greatly appreciated. thanks CW
  12. countyweb

    Help! Matching query

    Thanks mate, I'll give it a go. cheers
  13. countyweb

    Help! Matching query

    Hello everybody, I need to match a massive text file with another text file on two columns. I've added a 'matched' column to the massive text file and I want to make it '1' when I have a match. I need to do a match on the first 5 characters of one column and the whole of another with the spaces...

Part and Inventory Search

Back
Top