Show All Related Tags
Did you mean
middleware (3,435 results), paddle (16 results), Middle East (7 results), Twiddlebit Software (2 results), coddle (1 results)more...
Show Fewer Related Tags
Did you mean
middleware (3,435 results), paddle (16 results), Middle East (7 results), Twiddlebit Software (2 results), coddle (1 results), Middlesex University (1 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- TechNet Webcast: Optimize Performance With Maximum Uptime by Creating and Maintaining Indexes Online With SQL Server 2005 (Level 200)
- This webcast shows how in Microsoft SQL Server 2005 you can create indexes online using data definition language operations such as CREATE/ALTER/DROP index which can be executed concurrently with Data Manipulation Language operations. The webcast explains the basic implementation mechanism behind these operations and shows a number of scenarios where...
- Webcasts
- Document Sarbanes-Oxley compliance with SQL Server 2005
- As the DBA for revenue-generating applications, I am frequently invited by my CIO to meetings with Sarbanes-Oxley auditors to discuss the security and integrity of corporate data. In a nutshell, we're expected to answer any number of questions, via appropriate documentation, about who has access to our data, how access...
- Blog posts 2008-04-07
- DDL file creating
- I am developing a project and want to creat ddl file. please advise how to creat ddl fileAssuming you mean Data Definition Languagehttp://dotnet.sys-con.com/read/39018.htm
- Discussion threads 2007-05-20
- Shark DB Expert (zip)
- Connect multi-database in the same time. Exampe Oracle, Sybase, MS SQL, DB2, MS Access, MySQL, Paradox, DBF, MS Execl, Text. List Table/View/Procedure/User-Define-Function/System Table(Only in MS SQL,Sybase)/ When connection is Oracle,the following db object will be listed Synonym/Package/Sequence/Cluster/Dynamic performance view. Powerful SQL builder & parser. It is a visual tool to...
- Software downloads 2006-07-10
- Top 10 advanced features of SQL Server 2005
- SQL Server 2005 offers new features that enhance productivity, efficiency, availability, and administrative ease. Tim Chapman discusses 10 of the more advanced new features of the SQL Server 2005 Database Engine. SQL Server 2005 offers a plethora of new features and enhancements that improve productivity, efficiency, availability, and...
- Technical articles 2006-07-17
- SQL Server 2000 to 2005 - no go
- Well, we are trying to upgrade from SQL server 2000 to SQL server 2005. the only problem is, we can't copy the data from one server to the other. Does anyone know how to copy a database from a box with 2000 to a box with 2005? thanks.The only way...
- Discussion threads 2006-06-17
- Using SQL Server 2005 to document Sarbanes-Oxley compliance: Part 2
- By Tim ChapmanIn Using SQL Server2005 to document Sarbanes-Oxley compliance, I outlined how to create a"home-grown" auditing system to document security changes in SQLServer 2005. In that article, we used DDL triggers to track login activities,which are server-level events. In this article, we'll demonstrate how to useDDL triggers to track...
- Technical articles 2006-05-15
- Using SQL Server 2005 to document Sarbanes-Oxley compliance
- By Tim ChapmanAs the DBA for revenue-generating applications, I amfrequently invited by my CIO to meetings with Sarbanes-Oxley auditors todiscuss the security and integrity of corporate data. In a nutshell, we'reexpected to answer any number of questions, via appropriate documentation,about who has access to our data, how access is granted,...
- Technical articles 2006-05-09
- Get Oracle schema syntax the easy way
- Oracle professionals must frequently "punch," or extract, table and index definitions from Oracle and move them to different systems. Extracting Data Definition Language DDL for Oracle schema objects (e.g., tables, indexes, stored procedures, triggers, sequences, etc.) from the dictionary is very useful when you're migrating a system to a new...
- Technical articles 2003-08-05
- Embed event triggers in Oracle databases and push the limits of ERP
- At the core of reengineering a company’s business processes for ERP is the combined power of integration and distribution. Oracle, like all ERP platforms, provides efficient and robust mechanisms for tying multiple databases together in a single transaction and triggering downline events from key causal ones. Understanding these relationships is...
- Technical articles 2003-03-05
Additional Resources
- Visual Schema (zip)
- Visual schema is a tool to create ER Diagram automatically from SQL file which includes DDL to create/alter table create index. The layout is pretty good if there are lots of tables. This version is the first release on CNET Download.com.
- Software downloads 2007-10-31
- Schemester (zip)
- Schemester is a feature rich but easy to use database modelling tool for Oracle. Create logical Entity Relationship ER diagrams within Schemester. Generate DDL scripts from your model and deploy. Reverse engineer existing database schema. Version 1.1.6 has a whole bundle of user requested extra little features.
- Software downloads 2005-01-11
- Considerations on Migration From ADABAS D to MaxDB
- In principle, migration from ADABAS D to MaxDB is fairly easy. In most cases only the data have to be transferred from one database to the other. Data definitions DDL, data manipulation DML statements and interfaces like ODBC are upward compatible. Therefore, most applications will run smoothly after the migration...
- White papers 2004-11-01
- SQL Server Commander (zip)
- This is a front end for MSDE. It is coded in C# using .NET 1.1. It is useful to work with MSDE databases as the MSDE distribution has no front end. A lot of innovation has been done with the presentation of the schema but the ability to create is...
- Software downloads 2006-07-26
- DBWScript (exe)
- The DBWScript is the software for MS Access databases to generate creation scripts. This utility generates the SQL script that contains Data Definition Language DDL commands. Using this script you can recreate a database structure (tables, fields, indexes, keys, constraints) and data. The SQL script can be executed by the...
- Software downloads 2008-01-17
- MYdbPAL for MySQL (exe)
- MYdbPAL is a product for database development, data modeling, documentation, DDL Script Generation, ETL and database conversions and migrations. This product includes advanced change management, allowing users to control database changes by version. It includes fully integrated schema synchronization and data synchronization capability.
- Software downloads 2004-09-25
- SQL Balance for MySQL (exe)
- Database Administrators rejoice. Now you don't have to compare and synchronize databases run by MySQL manually. SQLBalance compares the structure of two databases line by line, object by object, and highlights the differences. It shows full information about the object in the form of table and as a DDL script,...
- Software downloads 2007-03-27
- DbSketch (exe)
- dbSketch is the database design and modeling tool specifically designed for application developers--not DBAs, analysts, or theorists. dbSketch lets you design your schema quickly and easily, using IDEF1x notation, and export it to a SQL script instantly. You can even jump-start your design by importing an existing SQL DDL. It...
- Software downloads 2006-03-06
- Creating and using DLLs
- This week's Visual Basic newsletter talks about the advantages of creating and using Dynamic Link Libraries DLLs. Do you create and use DLLs in your development work? If not, will you after reading this tip? Can you think of any other advantages to using DLLs? Let us know.If you aren't...
- Discussion threads 2004-10-21
- ObjectMapper .NET (exe)
- Welcome to the ObjectMapper .NET project - an impressive open source project for object persistence, proven in real-world projects. Object relational mappers aim to bridge the gap between object oriented programming and relational database models. It offers state-of-the-art object mapping functionality, yet it also provides advanced features that set it...
- Software downloads 2008-01-25
- << Previous
- page 1 of 1
- Next >>
