Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server

Free SQL Server 2008 Express How-To-Guide Series

Thanks to the SQL Server Team we just released a free SQL Server 2008 Express How-To-Guide Series on msdev.com . During the next weeks we’ll also integrating parts of the series into the Visual Basic Developer Center , C# Developer Center , the Beginner
Posted by Walzenbach | 0 Comments
Filed under: ,

Integrating Virtual Earth with the SQL Server 2008 Spatial Data Types

Some links which might be interesting ;-) Virtual Earth & SQL Server 2008 - Part 1: Introduction (1/2) Virtual Earth & SQL Server 2008 - Part 1: Introduction (2/2) Virtual Earth & SQL Server 2008 - Part 2: Spatial Data Management in SQL Server
Posted by Walzenbach | 1 Comments

Folien und Demos zu meinen Vorträgen auf dem Microsoft Launch 2008 und der BASTA! Spring 2008

Servus! Anbei die Folien und Demos zu meinen Vorträgen auf dem Microsoft Launch 2008 SQL Server 2008 - Was ist neu für Entwickler Folien (1,66MB) Demos (4,39KB) Best Practices für die Entwicklung hochperformanter AJAX-Anwendungen Folien

Wie unterscheidet sich die SqlBulkCopy zum neuen Datentyp SqlDBType.Structured. Mit SqlBulkCopy konnte man bisher auch Daten auf den Server kopieren?

Für einen einfachen Import von Daten ist dies mit Sicherheit richtig. SqlBulkCopy bietet die Möglichkeit Daten in eine Zieltabelle zu schieben und selbst Mappings zu den entsprechenden Spalten zu konfigurieren. Bei komplizierten Operationen,
Posted by Walzenbach | 0 Comments
Filed under:

Wird Verschlüsselung beim Filestream Datentyp unterstützt ?

Nein, eine Verschlüsselung der Filestream-Daten wird nicht unterstützt. Verzeichnisse sollten mit Windows Sicherheit geschützt werden um Zugriffe von Accounts außer dem SQL Server Service Account zu verhindern.    Daniel
Posted by Walzenbach | 1 Comments
Filed under:

Various Cheat Sheets (.NET, SQL Server, ASP.NET Ajax, CSS, JavaScript, RegEx, ...) - Free Download

Following is a list of cheat sheets I found over time... Feel free to post additional links if you have other cheat sheets. .NET Framework .NET Framework 2 0 Poster .NET Framework 3.5 Common Namespaces and Types Poster .NET Format String Quick Reference

How to connect Visual Studio 2008 to SQL Server 2008 CTP?

Annoyed that you can't use Visual Studio 2008 Server Explorer to connect to a SQL Server 2008 CTP installation? This CTP enables developers to use Visual Studio 2008 with SQL Server 2008 February CTP. As always... Have fun ;-) Daniel
Posted by Walzenbach | 3 Comments
Filed under:

February Community Technical Preview (CTP) for SQL Server 2008 feature complete and available for download

Today we’re excited to announce the feature-complete February CTP for SQL Server 2008. Available for customer download today, this CTP delivers all of the key functionality planned for this release. :-) Get the download from http://www.microsoft.com/sql/2008/prodinfo/download.mspx
Posted by Walzenbach | 0 Comments
Filed under: ,

Visual Studio 2005 Support for SQL Server 2008

This CTP resolves a problem that when you try to open a database connection to SQL Server 2008 by using Visual Studio 2005 design tools, you may receive the following error message: “This server version is not supported. Only servers up to Microsoft SQL
Posted by Walzenbach | 4 Comments
Filed under: ,

How to alter an existing column in a table to become a primary key/identity column?

Imagine the following Data Definition Language (DDL): USE [test] GO /****** Objekt: Table [dbo].[Customer] Skriptdatum: 12/18/2007 11:04:16 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo] . [Customer] ( [ID] [int] NOT NULL,
Posted by Walzenbach | 3 Comments
Filed under: , ,

Microsoft SQL Server 2008 CTP, November 2007 is out!

Well, Christmas must be early this year ;-) We released Visual Studio 2008 and the .NET Framework 3.5 yesterday and are announcing the SQL Server 2008 CTP, November 2007 (aka CTP5) today. Download and enjoy ;-) Daniel P.S. Yes, this is a reason to get
Posted by Walzenbach | 1 Comments

November CTP of SQL Server 2008 (CTP-5) almost done ;-)

The November CTP of SQL Server 2008 is a huge step forward as we continue delivering on our Data Platform Vision for “Your Data, Any Place, Any Time.” SQL Server 2008 will bring that vision to life, and there is something in this feature-rich CTP to meet
Posted by Walzenbach | 3 Comments
Filed under:

SQL Server - Error 15023: User already exists in current database

Alright, cause this troubles me regularly when restoring databases... ;-) If you ever encounter Error 15023: User already exists in current database you need to use sp_change_users_login to map an existing database user to a SQL Server login. sp_change_users_login
Posted by Walzenbach | 2 Comments
Filed under: ,

1st CTP of the SQL Server 2005 Driver for PHP available for download

On Tuesday, Bill Staples announced the imminent release of the October 2007 Community Technology Preview as part of the Zend/PHP Conference keynote address. It is my pleasure to announce that today, this release is available for download by our customers
Posted by Walzenbach | 1 Comments
Filed under: ,

SUPERSIZE ME!

Ok. Hier ist es! Für alle unter uns die sich nicht mit einer "kleinen Pommes" abgeben. Für alle, die den Hals nicht voll genug bekommen. Für alle, die sich lieber den Magen verrenken als dem Wirt was zu schenken! Tata!!!! Das Super-Maxi-Menü! Das Feature
Posted by Walzenbach | 1 Comments
Filed under: ,
 
Page view tracker