Projects tagged ‘mssqlserver’


[11 total ]

31 Users
   

Jaws is a Framework and Content Management System(CMS) for building dynamic web sites. It aims to be User Friendly giving ease of use and lots of ways to customize web sites, but at the same time is ... [More] Developer Friendly, it offers a simple and powerful framework to hack your own modules. [Less]
Created over 3 years ago.

5 Users
   

ODBC Driver for perl DBI. Provides the Perl DBI::DBD interface to ODBC drivers allowing Perl access to any database which has an ODBC driver.
Created about 1 year ago.

1 Users
 

Until recently, the haXe and Neko platforms provided support for only MySQL Server, SQLite and PostgreSQL. Now, thanks to nODBC, the haXe and Neko platforms can also target Microsoft SQL Server ... [More] , Microsoft Access, Sybase, Oracle and more... This extensions currently has minor irritations that require custom functions to be added for it to be SPOD compatible, as ODBC doesn't provide a standardized means to acquire the last inserted id, or the current number of rows; both required within the SPOD framework. [Less]
Created about 1 year ago.

0 Users

SQLScripter speeds up schema scripting and content dumping process form MS SQL Server databases. Once a project (one XML file), a simple commandline tool can provide you with easily deployable scripts.
Created 11 months ago.

0 Users

C# library for versioning and refactoring database structure using Microsoft SQL Server Project home page: http://dbrefactor.csharpus.com Quick example: // This migration creates "Role" table. ... [More] // Down method exists to roll back a database structure to the previous version. [Migration(1)] public class CreateRoleTable: Migration { public override void Up() { CreateTable("Role") .Int("Id").PrimaryKeyWithIdentity() .String("Name", 30).Unique().NotNull() .Execute(); } public override void Down() { DropTable("Role"); } }For more details use manual http://dbrefactor.csharpus.com/manual [Less]
Created 12 months ago.

0 Users

mssqlinfo is a small command line tool to query information about running MS-SQL instances on a server from the SQL Server Browser. This is mainly useful for getting the port on which a MS-SQL ... [More] instance is listening if you know only the name of the instance. [Less]
Created 7 months ago.

0 Users

Inicialmente iremos desenvolver um móduo para tranportar os dados de Firebird para Firebird para resolver problemas de bancos corrompido ou com algum problema estrutural, e logo em seguida de ... [More] Firebird para MSSQL Server, para o caso de migração de base de dados e posteiriormente outros bancos como Oracle, DB2 e etc. Usaremos Delphi 7 e DBExpress estamos pensando e depois fazer uma versão em FreePascal, mas so depois que as ferramentas RAD estiverem um pouco melhor ou assim que sair o CROSSFPC. [Less]
Created 12 months ago.

0 Users

This project employs the following technologies: ASP.NET MVC Spark View Engine NHibernate Fluent NHibernate Linq to NHibernate SQLite & MsSqlServer DDD, TDD, BDD, CNN, AT&T, MSNBC (just kidding) ... [More] Onion Architecture Mad props to the FubuMVC project. After banging my head against the wall for so long trying to learn the ins and outs of its structure, I finally broke through that wall, and now it's hard to work any other way. [Less]
Created 8 months ago.

0 Users

Although it's possible to use all features here by using only Win32::OLE module, DTS (being more specific, it's childs classes) provides a much easier interface (pure Perl) and (hopefully) a better ... [More] documentation. Since it's build over Win32::OLE module, DTS will only work with Active Perl distribuition running in a Microsoft Windows operational system. See the Introduction in Wiki for more information. I have also an introdutory article about PerlDTS published on SQL Server Central website in http://www.sqlservercentral.com/articles/Perl/65025/. Where is the source code? If you're looking for the source code, click here. Otherwise, if you're looking for the traditional tarball with the source code, please download it from a CPAN repository or look for the distribution name in the website http://search.cpan.org to download it. I'll not duplicate the tarball here (the project website) and in CPAN. Of course, since PerlDTS is pure Perl code, one can fetch all source code from the ZIP file of the PPM package. [Less]
Created 12 months ago.

0 Users

Descrição do projeto PlanoDEBLM2009Este projeto possui como principal finalidade testar o uso do google code para realizar um projeto de desenvolvimento de software no pólo de desenvolvimento DEBLM ... [More] do SERPRO. O software consiste em uma aplicação web que será desenvolvida com o Asp.Net MVC Framework para facilitar a criação e o acompanhamento do planejamento estratégico da DEBLM, para o ano de 2009. Este planejamento consiste em um conjunto de Objetivos, Metas e Ações (e seus respectivos responsáveis), organizados, acompanhados, evoluídos e cumpridos de forma a possibilitar o constante crescimento de nosso pólo de desenvolvimento. [Less]
Created 7 months ago.