problem is i added 40000 items
---------- Post Merged at 08:44 PM ---------- Previous Post was at 07:38 PM ----------
i get starttimer exception
what do the last 2 ^ lines say?
i'm having problems connecting the client to the fully working server on local ip 127.0.0.1
i forwarded the ports 7000 7100 7200 7300 and 7400
the client says server offline
the db is empty there's no tables
---------- Post Merged at 05:28 PM ---------- Previous Post was at 05:22 PM ----------
now it works, all tables are there i had to uncheck "tail log backup" in restore db "options" and check "overwrite existing db"
i'm using the latest database from the links updated on the first post and sql server 2014. i got an error when restoring the database i had to run a query
BACKUP DATABASE [CHERODB]
TO DISK = N'C:\WolServer\DB\BackupDB\CHERODB.bak'
GO
BACKUP LOG [CHERODB]
TO DISK =...
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.