News in the Category:
XSD
Total posts: 125 | Sort by Views | Sort by Hits
DBA DB2, January 13, 2012
Views: 228 | Hits 2
Within a database multiple SCHEMAS can exist. If a table or view exists in a schema different from the default SCHEMA of the logon and the reference to the object does not include a qualified na...
DBA DB2, January 13, 2012
Views: 217 | Hits
Within a database multiple SCHEMAS can exist. If a table or view exists in a schema different from the default SCHEMA of the logon and the reference to the object does not include a qualified na...
SQL Server DBA, October 24, 2011
Views: 194 | Hits 6
Use this select statement to create a list of ALTER SCHEMA statements for all stored procedures in a SQL Server 2005 database. dbo can be changed to whatever schema name required
USE myDb
GO
SEL...
MSDN: Coding4Fun, October 21, 2011
Views: 233 | Hits 7
Today's Hardware Friday Coding4Fun project is one that brings back a number of memories. From being a kid and building and racing in the Pinewood Derby, to those as a parent of a racer, to the "discu...
DBA DB2, August 2, 2011
Views: 335 | Hits 7
I use ADMIN_DROP_SCHEMA to drop a schema and its objects. The main advantage of using the procedure , instead of writing a customised script is there could be routines such as stored proce...
DBA DB2, July 13, 2011
Views: 263 | Hits 2
How to create a recordset of indexes in DB2 for a table?
---To list all indexes for a schema and table
db2 ""Select indschema,indname,uniquerule,colnames from syscat.indexes where tabsch...
DBA DB2, July 11, 2011
Views: 360 | Hits 8
How to do a DB2 list schemas ?
Step 1 Connect to the database
db2 connect to my_database
Step 2 Execute this query
select schemaname from syscat.schemata
The recordset...
MSDN: Coding4Fun, June 15, 2011
Views: 249 | Hits 13
We've recently been hearing a good bit about music fingerprinting. Where some service or other looks at the fingerprints of your music and then does something with that data. If you're like me, you've...
MSDN: Coding4Fun, December 13, 2010
Views: 448 | Hits 31
Harford Hackerspace David Powell Jeremy Ashinghurst Paul King Jason McMahon Source Code: Download Diffi...
MS-Joe, November 15, 2010
Views: 802 | Hits 24
Just a note to let folks know that Ive updated both the code and the tutorial for the tailspin Spyworks sample app at http://tailspinspyworks.codeplex.com/. It includes bug fixes, additional step d...
Pablo M. Cibraro (aka Cibrax), August 3, 2010
Views: 463 | Hits 6
Service testing is another interesting feature that you will find in SO-Aware. Having a tool for testing a service in the repository is very important for the following reasons, You can make sure ...
Simple Talk, July 8, 2010
Views: 501 | Hits 10
We knew before we started to create Schema Compare for Oracle that wed need to work hard. It is a different technology and a different market. Also, there is less interest amongst Oracle users for thi...
Simple Talk, June 10, 2010
Views: 591 | Hits 8
The 14 chapters of "The Art of XSD, written by MVP Jacob Sebastian, will take the reader step-bystep all the way from the basics of XML Schema design all the way to advanced topics on SQL Server XML ...
Julia Lerman Blog - Dont Be Iffy..., May 26, 2010
Views: 589 | Hits 15
The mapping details window that displays the mappings between an entity and database table(s) is pretty straightforward. When you join two related tables in a Table Per Hierarchy inheritance things ...
Simple Talk, April 30, 2010
Views: 402 | Hits 4
If you've emailed us about a bug you've encountered with the EAP or beta versions of Schema Compare for Oracle, we probably asked you to send us a query snapshot of your databases. Here, I explain wha...
Cirrus Minor, April 28, 2010
Views: 585 | Hits 24
After a long hiatus, I guess it is time for another SOA
anti-pattern to see the light. It is probably also a good time to remind you that
I am looking for your insights on this project. ...
Simple Talk, April 20, 2010
Views: 504 | Hits 6
In developing Schema Compare for Oracle, one of the issues we came across was the size of the databases. As detailed in my last blog post, we had to allow schema pre-filtering due to the number of obj...
ComponentArt WebLogs, December 15, 2009
Views: 637 | Hits 13
As my previous blog post mentioned, the sophisticated axis annotation mechanism is one of the most useful features of the Silverlight Chart control released with Web.UI 2009.3. It allows the pro...
ASP.NET Announcements, November 12, 2009
Views: 1,746 | Hits 35
If you have adopted beta 2 of Visual Studio 2010 then you might have spotted a large amount of green squigglies underneath the tags in your markup. Read on to find a fix for "Validation ($SCHEMA$...
The Code Project Latest Articles, September 18, 2009
Views: 1,141 | Hits 44
How to transfer the data from server database to client database,If both have same schema...
the telerik blogs, July 17, 2009
Views: 2,067 | Hits 13
For a while now, we've been thinking about trying to distinguish between the concept of a QSF (Quick Start Framework) and a Demo. As you know, we call our Demos a QSF, because people can use it to get...
Marquee de Sells: Chriss insight outlet, July 7, 2009
Views: 853 | Hits 16
In part 1 and part 2 of his series, Dana Kaufman, a Program Manager on the "Oslo" team, used "M" to model the schema for employee information and to create a domain-specific language (DSL) for cre...
Marquee de Sells: Chriss insight outlet, July 7, 2009
Views: 811 | Hits 74
In part 1 and part 2 of his series, Dana Kaufman, a Program Manager on the "Oslo" team, used "M" to model the schema for employee information and to create a domain-specific language (DSL) for cre...
the telerik blogs, July 7, 2009
Views: 988 | Hits 91
Artificial fields, what are they good for? OpenAccess requires a persistent class model to work. This means that data not represented by a field in a persistent class cannot be stored or retrieved...
Simple Talk, June 22, 2009
Views: 903 | Hits 90
What makes an exceptional DBA? It depends on who you ask. Do developers see DBAs as merely providing a service in supporting a database whose schema is provided by the developers? It would be great t...
the telerik blogs, June 22, 2009
Views: 1,908 | Hits 10
Telerik OpenAccess ORM let you work your preferred way: either you start with your object model and Telerik OpenAccess ORM generates/maintains your database schema for you, or just start with your exi...
XmlTeams WebLog, June 4, 2009
Views: 413 | Hits 7
We have recently blogged about the new XML Schema Designer and the various views over schemas offered by it. We visit here the concept of schema sets, which are actually the central organizing concept...
XmlTeams WebLog, June 4, 2009
Views: 1,293 | Hits 43
We have recently blogged about the new XML Schema Designer and the various views over schemas offered by it. We visit here the concept of schema sets, which are actually the central organizing concept...
XmlTeams WebLog, June 3, 2009
Views: 505 | Hits 7
We are happy to announce that we are releasing the sources for LINQ to XSD on CodePlex at http://linqtoxsd.codeplex.com. LINQ to XSD allows you to program with strongly-typed classes based...
XmlTeams WebLog, June 3, 2009
Views: 1,266 | Hits 47
We are happy to announce that we are releasing the sources for LINQ to XSD on CodePlex at http://linqtoxsd.codeplex.com. LINQ to XSD allows you to program with strongly-typed classes based...
Brian Desmonds Blog, April 30, 2009
Views: 1,147 | Hits 20
If you weren't able to make the webcast that Laura and I did last week on What's New in Active Directory for Windows Server 2008 R2, there is now a recording available that you can watch any time. Add...
XmlTeams WebLog, April 28, 2009
Views: 422 | Hits 4
Here's a good word of warning: even if an object "feels" read-only because you're not calling code to modify it, if it's not documented as safe for use from multiple threads, then you shouldn't risk...
XmlTeams WebLog, April 27, 2009
Views: 1,561 | Hits 57
Here's a good word of warning: even if an object "feels" read-only because you're not calling code to modify it, if it's not documented as safe for use from multiple threads, then you shouldn't risk...
The Code Project Latest Articles, March 27, 2009
Views: 1,473 | Hits 201
Guide to creating very cool Silverlight application from any database schema in 15 minutes...
simon.says, March 11, 2009
Views: 2,145 | Hits 147
One of my favorite features of Outlook 2007 is Search Folders. A Search Folder is a dynamic folder, automatically populated based on a query. For example, a Search Folder can be used to sh...
Frans Boumas blog, February 19, 2009
Views: 1,229 | Hits 47
Have you ever ran into database tables with a field which is used to mark if a row has been 'deleted' ? Probably. These fields are used to implement 'soft-deletes'. For the soft-delete impaired, a qui...
Frans Boumas blog, February 19, 2009
Views: 1,157 | Hits 61
Have you ever ran into database tables with a field which is used to mark if a row has been 'deleted' ? Probably. These fields are used to implement 'soft-deletes'. For the soft-delete impaired, a qui...
Simple Talk, February 19, 2009
Views: 1,095 | Hits 52
The amount of space used by table rows can be important, and there are good articles on the web that show ways to estimate the amount of space that a table
row uses. However, the actual space used by ...
XmlTeams WebLog, February 17, 2009
Views: 412 | Hits 6
The new XML Schema Designer (see this previous blog post for a d/l location to the CTP) offers four views over XML Schema Sets: XML Schema Explorer, Graph View, Content Model View, and Start View.&nbs...
XmlTeams WebLog, February 16, 2009
Views: 399 | Hits 4
In certain scenarios, it is important to be able to compare two XML trees for equivalence. For example, if you are writing a web service that serves results of queries, and you want to cache que...
XmlTeams WebLog, February 16, 2009
Views: 1,773 | Hits 77
The new XML Schema Designer (see this previous blog post for a d/l location to the CTP) offers four views over XML Schema Sets: XML Schema Explorer, Graph View, Content Model View, and Start View.&nbs...
Code Climber, February 13, 2009
Views: 1,794 | Hits 177
After word processors, mockup designer and mind mapping tool, it's the time of code editors: yesterday the Mozilla Labs announced Bespin, a online web-based collaborative code editor.It's still a very...
Code Climber, February 13, 2009
Views: 1,297 | Hits 31
After word processors, mockup designer and mind mapping tool, it's the time of code editors: yesterday the Mozilla Labs announced Bespin, a online web-based collaborative code editor.
It's still a ve...
Rick Strahls WebLog, February 12, 2009
Views: 1,626 | Hits 71
[updated 2/16/2009: Added support for imported schemas so WCF services can work] A couple of weeks back I have been working on a Web Service client tool for COM clients. With the SOAP Toolkit DOA one...
Rick Strahls WebLog, February 12, 2009
Views: 1,958 | Hits 89
A couple of weeks back I have been working on a Web Service client tool for COM clients. With the SOAP Toolkit DOA one of the things that old (for me most FoxPro apps of clients) apps need to do is ac...
XmlTeams WebLog, January 2, 2009
Views: 555 | Hits 6
The new XML Schema Designer (see this previous blog post for a d/l location to the CTP) offers four views over XML Schema Sets: XML Schema Explorer, Graph View, Content Model View, and Start View....
Marquee de Sells: Chriss insight outlet, December 30, 2008
Views: 1,313 | Hits 19
Shawn's been doing a bunch of Oslo work on his web site:
Using Classifications in MGrammar's Intellipad in which Shawn talks about how to add syntax highlighting in Intellipad for instances of y...
Marquee de Sells: Chriss insight outlet, November 11, 2008
Views: 1,224 | Hits 84
Lars Corneliussen (not the wonderful Lars that did a cameo at the Repository & Schemas PDC talk about 8 minutes in) did a nice overview of Oslo. It's amazing to me how well the vision and details ...
Marquee de Sells: Chriss insight outlet, November 11, 2008
Views: 1,345 | Hits 94
The one where Shawn Wildermuth explores the MSchema syntax that looks like inheritance but isn't (since inheritance has no meaning in a structurally type language)....
ASP.NET Announcements, November 8, 2008
Views: 1,910 | Hits 165
Powerful Data Access Layer Code Generation For .NET
There are few areas of software development more tedious and error prone than writing data access layer code. There are al...