Contents tagged with SQL Server
-
Creating a SQL Azure Database Should be Easier
Every time I try to create a database + tables + data for Windows Azure SQL I get errors. One of them is 'Filegroup reference and partitioning scheme' is not supported in this version of SQL Server.'
-
Entity Framework Code First–Magic SQL Tool
Having written the plain old classes (POCO) for my latest Web application, I wasn’t looking forward to creating the corresponding tables in SQL Server. I’m not a database guy really. Just a guy who needs to use databases.
-
DropDownList Lookups Failing Due to SQL Char DataType
Here’s today’s episode of “Losing Time on Something Dumb”…
-
VistaDB 3.0 Worth a Look
For data deployment simplicity on a shared host, it's hard to beat FTPing your database file to the site and configuring its connection string. We almost have that simplicity with SQL Server 2005 Express, but not all ASP.NET hosters offer Express. For some, you've got to move your Express database to their SQL Server 2005 system. It's doable, but takes some effort.