Stories recently tagged with 'Schema'

How to get sql server 2008 intellisense working for schema changes(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 5 months ago

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 same session. This made me too bad and many times I cursed Microsoft for this inclomplete feature. But after making some research on this, I have found the solution to get ... read more...

add a comment |category: |Views: 9

tags: another

XML Schema Definition Tool(dotnetvj.com)

submitted by KadiyalavjKadiyalavj(580) 3 years, 1 month ago

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 Xml schema from XML file. read more...

add a comment |category: |Views: 39

tags: another

How to: Retrieve database schema information using ADO.NET(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 4 years ago

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. read more...

add a comment |category: |Views: 30

tags: another

DotNetKicks.sql - Download the SQL schema(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

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. read more...

add a comment |category: |Views: 12

tags: another

Determine schema definitions of Stored Procedures(blogs.msdn.com)

submitted by rimsystemsrimsystems(6119) 5 years, 2 months ago

How to programatically retreive the schema returned by a stored procedure and store it in a DataTable. read more...

add a comment |category: |Views: 3

tags: another