Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Database: MS SQL Server
 Migrating to SQL Server
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

wildfiction
Junior Member

167 Posts

Posted - 28 July 2006 :  14:09:53  Show Profile  Visit wildfiction's Homepage
I've done a number of other tests and SQL Server wins each time as you'd expect - usually in less than half the time. How I did these tests was to arrange 2 browser side-by-side vertically on the screen and then click an operation on the forum with the Access DB and then immediately go over to the browser and click the same operation (e.g. Members link) on the SQL DB forum. This gave the Access forum an advantage because the operation was kicked off there a split second earlier but the SQL forum (as one would expect) always outperformed.

Now going on what ruirib says, if I managed to index and set-up the SQL Server DB properly and get the indexes etc. right then I'm assuming that the SQL forum will do even better.
Go to Top of Page

wildfiction
Junior Member

167 Posts

Posted - 28 July 2006 :  14:13:35  Show Profile  Visit wildfiction's Homepage
quote:
Originally posted by ruirib

You can then use SQL Server Management Studio to generate the a script to create the database. Once it is created, you can execute in your host's server. Then, use DTS to export the data from the local SQL Server DB to the hosts DB.


Why can you not generate a backup DB from the local one and then restore/import it into the hosted one?
Go to Top of Page

wildfiction
Junior Member

167 Posts

Posted - 28 July 2006 :  15:50:05  Show Profile  Visit wildfiction's Homepage
The only problem that I can find at the moment is the fact that a new topics "Read" count does not increment - this is puzzling because it's such a simple SQL update call.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 July 2006 :  16:09:26  Show Profile  Send ruirib a Yahoo! Message
That's a problem with the default values for the column.
You won't be able to restore a DB without Enterprise Manager / Management Studio.

A problem that occurred sometimes while upsizing an Access DB was the creation of a trigger that caused problems when deleting or moving posts (not sure). Better be sure that doesn't happen.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

wildfiction
Junior Member

167 Posts

Posted - 28 July 2006 :  16:42:04  Show Profile  Visit wildfiction's Homepage
quote:
Originally posted by ruirib

You won't be able to restore a DB without Enterprise Manager / Management Studio.


1&1 have an option in the SQL Server Management section of their web:
"Import your Microsoft Access Database or an SQL backup file to the MS SQL Server."

Do you not think that the "import" function executes the same API that the Enterprise Manager would?

(BTW - thanks for all your comments here - really helping me and much appreciated.)
Go to Top of Page

wildfiction
Junior Member

167 Posts

Posted - 28 July 2006 :  16:48:48  Show Profile  Visit wildfiction's Homepage
quote:
Originally posted by ruirib

A problem that occurred sometimes while upsizing an Access DB was the creation of a trigger that caused problems when deleting or moving posts (not sure). Better be sure that doesn't happen.



I've tested lock, move and delete and all seem okay right now.
Go to Top of Page

wildfiction
Junior Member

167 Posts

Posted - 28 July 2006 :  17:15:17  Show Profile  Visit wildfiction's Homepage
quote:
Originally posted by ruirib

That's a problem with the default values for the column.

I figured that I could do 1 of 2 things to solve this: Change the default value for the table OR change the code to populate 0 on initial insert.

Because 1&1 SQL Admin was playing up and I couldn't get to the SQL executer I changed the code in post_info.asp so that 0 is inserted into T_VIEW_COUNT during the topic creation process and this seems to have solved that problem.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07