By tag: Schema
0
kicks
How to get sql server 2008 intellisense working for schema changes
The new feature "intellisense" added in sql server 2008 is making my life easier. And I am enjoying this feature a lot. But I noticed many times that when we make any changes to DB schema like creating / modifying database objects we don't notice the schema changes in intellisense in the s...
0
kicks
XML Schema Definition Tool
In This story, i would like to explain about XML Schema Definition tool in simple words with an example. In many projects where Xml files are used, there can be a need to generate Xml schema From an xml file and classes from schema file. We can use XML Schema Definition Tool (Xsd.exe) to generate Xm...
0
kicks
How to: Retrieve database schema information using ADO.NET
Sometimes we need to know what is the internal structure of a database in addition to its data. This might turn very useful when the database structure is dynamic. This information is called Database Metadata or Database Schema.
0
kicks
DotNetKicks.sql - Download the SQL schema
Here is the first portion of the DotNetKicks source code that will soon be released in full open source glory.
Please note that I have not yet decided on which open source license to use for this project, so please don't sell it to google for billions just yet.
0
kicks
Determine schema definitions of Stored Procedures
How to programatically retreive the schema returned by a stored procedure and store it in a DataTable.