How to Set All Databases to Simple Recover Model (Logging)
Below is a slight variant of some TSQL I borrowed from http://www.roelvanlisdonk.nl/?p=1703 It loops through all the databases on a server and changes the recovery model to Simple, which, if you aren’t...
View ArticleSQL Server 2008 R2 – Saving Changes Not Permitted
Have you gotten the annoying “Saving Changes Not Permitted” error when trying to make a table change to SQL Server 2008 R2 through SQL Server Management Studio? I have and it’s quite annoying. A safe...
View ArticleSQL Server 2005 Export / Import Issues
We had a client run across some issues recently when they exported their SQL Server 2005 database from their old host and imported it into a new database at OrcsWeb. After spending quite a bit of time...
View ArticleExporting SSE Database Data to a Remote SQL Server
Originally posted April 15, 2006 on OrcsWeb.com When ASP.Net v2.0, Visual Studio 2005, and Visual Web Developer were released to manufacturing, ORCS Web began supporting those technologies making them...
View ArticleFill A DataGrid From Access Database
Originally posted October 2, 2001 on OrcsWeb.com The code below demonstrates how to connect to and query a Microsoft Access database then bind those results to an ASP.Net datagrid for display as an...
View ArticleIndexes: An Overview and Maintenance for Performance
by Desiree Harris; originally posted November, 30 2004 on OrcsWeb.com Many people know the importance of creating indexes on SQL Server database tables. Indexes greatly improve the performance of a...
View ArticleOrcsWeb Cloud Servers Compared to CloudServers.com
I’m running two primary brands now – still one company, ORCS Web, Inc., but two main brands… www.orcsweb.com (high-touch managed hosting) and www.cloudservers.com (IaaS unmanaged cloud servers). Both...
View ArticleAkamai NetSession Required to Try Out SQL 2014?
I went to download the 180 day trial of SQL Server 2014 today, and after being forced to log on to Live and verify a couple screens of data (annoying), I then got prompted that to complete the download...
View Article