
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2010 06:24 PM
I started the upgrade from 3.5 to 4.0 yesterday. My database is about 7GB and the process has been running for about 18 hours. I don't see anything in Windows Event Viewer other than the lansweeper service being stopped at 2:03pm when I started the upgrade. Is there any way to determine how far along in the process ( databse upgrade I presume is what is happening here)we have reached?
How do I know the process is still doing what it is suppoesed to be doing?
Thanks,
John
How do I know the process is still doing what it is suppoesed to be doing?
Thanks,
John
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2010 07:34 PM
Thanks for the help. I'll let it keep churning.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2010 07:04 PM
I presume this is run in SQL Server manager against the lansweeper database? There should be about 4200 computers in the DB. So far the query reports back 572. This translates to a couple of days to complete this process. Does this sound even remotely correct?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2010 07:33 PM
HRBlock wrote:
I presume this is run in SQL Server manager against the lansweeper database? There should be about 4200 computers in the DB. So far the query reports back 572. This translates to a couple of days to complete this process. Does this sound even remotely correct?
Yes, I'm afraid so.
The advantage will be that the database will be smaller and faster after the upgrade.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2010 06:40 PM
You can try the following query to see how many computers are already upgraded:
I'm afraid 7GB will take a long time.
select computername from tblcomputers where isnumeric(computername) = 1
I'm afraid 7GB will take a long time.
