Michael Rys

Musings on XML, XQuery and more...

<August 2008>
SuMoTuWeThFrSa
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456


Navigation

Papers

SQL Server XML Whitepapers

Weblogging Links

MS Bloggers

Recommended Books

Other Blogs

Recommended Links

Presentations (Upcoming)

Presentations (Recent)

Subscriptions

News


Upcoming Presentations


TechEd 2007, Orlando, June 4 to June 8, 2007


Books I co-authored



www.flickr.com
This is a Flickr badge showing public photos from Michael Rys. Make your own badge here.
eXTReMe Tracker

Post Categories

Article Categories



MSDN WebCast Demo: Initialize Database

-- Initializiation
-- Execute every statement in the sample in order
-- (c) 2004, 2005 Microsoft Corp.

use master
drop database msdn2005

IF NOT EXISTS (SELECT * FROM sys.databases WHERE name = 'msdn2005')
  CREATE DATABASE
msdn2005
GO

posted on Tuesday, April 12, 2005 11:56 AM by mrys


# Material for my MSDN WebCast @ Tuesday, April 12, 2005 4:18 PM

Material for my MSDN WebCast

mrys

# Material for my MSDN WebCast &amp;quot;Managing XML Data on the Database with SQL Server 2005 and Visual Studio 2005&amp;quot; @ Tuesday, April 12, 2005 4:43 PM

You can get the WebCast recording and copies of the slides&nbsp;from the MSDN website (registration required)....

mrys




Powered by Dot Net Junkies, by Telligent Systems