‎04-21-2010 12:47 AM
‎04-22-2010 01:28 AM
Lansweeper wrote:sticky wrote:
About 31 hours so far 😞
How big is your database.
How much computers.
Do you see any sql server activity?
‎04-21-2010 08:42 AM
‎04-21-2010 08:47 AM
Lansweeper wrote:
In beta tests the upgrade took 5-10 hours for some users (depending on the database size)
So keep it running.
‎04-21-2010 09:03 AM
d1eter wrote:
5 hours is the minimum in your beta tests..?
‎04-21-2010 08:17 AM
‎04-21-2010 04:24 AM
‎04-21-2010 03:52 AM
‎04-21-2010 01:06 AM
SirArion wrote:
Ran the setup for 4.0 on our premium Lansweeper server, the SQL database is hosted on another server.
Setup seems to have stalled at this point and I am unsure if I should kill this or just let it go?? Been running for 4hours against a db of 2.5gb.
"Setup is updating your database to the latest version"
Currently running sql code:
-- end check all constraints
-- PRINT 'Changing computername keyfield'
DECLARE @computername nvarchar(300)
DECLARE @TEL int
DECLARE @TEMPSQL nvarchar(4000)
SET @TEL = 1
Declare Allcomputers cursor for
select computername from tblcomputers
open Allcomputers
fetch next from Allcomputers into @computername
WHILE @@fetch_status = 0
BEGIN
SET @TEMPSQL = N'update tblcomputers set computername = ' + '''' + cast(@TEL as varchar) + '''' + ' where computername = ' + '''' + @computername + ''''
EXEC sp_executesql @TEMPSQL
SET @TEL = @TEL + 1
FETCH NEXT FROM Allcomputers INTO @computername
END
CLOSE Allcomputers
DEALLOCATE Allcomputers
‎04-21-2010 12:58 AM
‎04-21-2010 12:55 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now