Use this tag for questions specific to scaled down, free edition of SQL Server 2005.
I have a MS SQL 2005 database with a table Test with column ID. ID is an identity column. I have …
sql-server sql-server-2005 tsql identity sql-server-2005-expressI am trying to deploy my website on windows server 2003. Am i missing something or what is wrong from the …
sql asp.net-mvc windows-server-2003 sql-server-2005-expressI have a stored procedure that takes no parameters, and it returns two fields. The stored procedure sums up all …
sql sql-server-2005-expressThis is the query I'm using: DELETE TB1.*, TB2.* FROM TB1 INNER JOIN TB2 ON TB1.PersonID = TB2.PersonID WHERE (…
sql sql-server sql-server-express sql-server-2005-expressI tried to install SQL Server 2005 Express SP3 x64 on Windows 8 but the installer gives me an error: An installation …
sql-server-2005 sql-server-2005-expressDoes anybody know how to view the contents of fields containing binary data in an MS SQL Server 2005 database?
sql binary-data sql-server-2005-expressI am developing a C# VS 2008 / SQL Server website application. I am a newbie to ASP.NET. I am getting …
c# visual-studio-2008 sql-server-2005-expressI don't know what is happening to my program, it took me (4) four minutes to load the result of my …
sql-server vb.net visual-studio-2010 sql-server-2008 sql-server-2005-expressHow can I generate a script in SQL Server 2005 with data in table?
sql-server sql-server-2005 sql-server-2005-expressCan you please explain how to setup a linked server between a SQL Server (A) and a SQL Server Express (…
sql-server linked-server sql-server-2005-express