Blogs about: Sql Server 20002005
Featured Blog
Some links to useful sources
A new and time consuming project keeps me busy so at present I don’t have the time to post here on a regular basis. Anyway, the following links points to several recently published articles by… more »
VSTO & .NET & Excel
Some links to useful sources
Dennis Wallentin wrote 1 month ago: A new and time consuming project keeps me busy so at present I don’t have the time to post he … more »
Sql: how to
cavemansblog wrote 3 months ago: How to print all the column names of a query output ? DECLARE @Fields as NVARCHAR(3000)set @Fields … more »
Export data from DataGridView to Excel
— 12 comments
Dennis Wallentin wrote 5 months ago: A common task is to view filtered data from databases in Windows applications where the users then … more »
SQL server 2005 new features
errorfree wrote 7 months ago: Sql server 2005 brings many new features like Common Table Expression, which makes paging fast & … more »
.NET Connection Tool
— 6 comments
Dennis Wallentin wrote 1 year ago: Introduction .NET Connection is a new free .NET based tool for MS Excel to create and store conn … more »
Transfer Excel '07 data to SQL Server 2005 EE with ADO.NET
Dennis Wallentin wrote 1 year ago: I have decided to place all code in articles at my English site and refer to them in the blogpost … more »
Using SQL Server .NET Data Provider to connect to SQL Server 2005
— 12 comments
Dennis Wallentin wrote 1 year ago: There was some comments on my previously post about how to connect to SQL Server 2005. I decided t … more »
