Ir al contenido principal

Entradas

Mostrando las entradas etiquetadas como MSSQL 2008

hardcore uninstall SQL2008R2

It's a pain but this one reference works for me: http://sqlblog.com/blogs/aaron_bertrand/archive/2010/10/25/fun-with-software-uninstalling-sql-server-2008-r2-evaluation-edition.aspx I continue to troubleshoot uninstall SQL 2008 R2 Express; basically all blogs point to the same low level stuff msiexec /x "{guid}" with this post you could get the guid with powershell instead of navigating with regedit.

Windows Service Application

Windows Service Application Simple windows Service Sample Reading a text file with LINQ Enumerable.Empty Wrapper FileSystemWatcher: detects the creation of files more reliably Log4Net configuring log4net with vs2010 and net 4 How configure log4net for a c# Windows service How to Configure Remote Connections To SQL Server 2008 R2 Express

Entity Framework

EF 4.1 released ADO.NET EF Code First Development with Entity Framework Walkthrough: POCO Template for the Entity Framework Explicit connection string for EF Ref: 101 LINQ Samples Connection Strings for SQL 2008 Entity Framework: The version of SQL Server in use does not support datatype ‘datetime2′

Collation SQL 2008

Troubleshooting with COLLATE in comparison between fields, found this information about Collation Settings in Setup . Also this forum thread provides a lot information about: Server Collation SQL_Latin1_General_CP1_CI_AS versus Latin1_General_CI_AS.