• Examples and definition of machine-generated data

    Updated: 2010-12-30 08:17:41
    In posts made last December, January, and April, I argued: Much of the growth in analytic data volumes will come in the form of machine-generated data. Unlike human-generated data, machine-generated data will grow at Moore’s Law kinds of speeds. Thus, unlike human-generated data, which I advocate keeping pretty much in all its detail, machine-generated data will continue to [...]

  • Converting a Database to Access 2010 Format

    Updated: 2010-12-30 06:09:47
    The ACCDB database format introduced in Access 2007 provides a number of enhanced features over the older MDB format. In this article, we'll walk you through the process of converting ...Read Full Post

  • Using SQL Server Integration Services to Migration VistaDB 4 Data

    Updated: 2010-12-28 19:47:22
    About Blog Forums Buy It Try It See It Home Compare Screenshots Features Tutorials Testimonials Try Gibraltar Using SQL Server Integration Services to Migrate VistaDB 4 Data VistaDB.Net Try It Tutorials Using SQL Server Integration Services to Migrate VistaDB 4 Data An earlier post talked about how to use the SQL Server Import Wizard to get data into SQL Server from VistaDB You can use that Wizard to build DTS-like packages They are called dtsx files in SQL Server 2008, but are actually run by SQL Server Integration Services But that process is a bit cumbersome and only works one table at a . time You also lose null rows , foreign keys and check constraints . There is a better way , but it involves a LOT more work build an SSIS . package SSIS packages are Integration Services Projects You

  • How to use generic ADO.NET data factories to load a database

    Updated: 2010-12-28 19:47:22
    About Blog Forums Buy It Try It See It Home Compare Screenshots Features Tutorials Testimonials Try Gibraltar How to use generic ADO.NET data factories to load a database VistaDB.Net Try It Tutorials Using Generic ADO.NET Data Factories Too many samples on the internet only show how to write ADO.Net code for their chosen provider , none really cover the fact that ADO requires a generic factory interface that can make changing database backends as simple as modifying a single file . This allows for any number of database backends to be used , as long as they all support the same SQL syntax , or are close enough that simple type checks can be used to alter the syntax on the . fly The example below shows how to create a generic connection and execute a command using only the connection string

  • Evolving definitions and technology categories for 2011

    Updated: 2010-12-28 09:27:42
    It seems my prediction of a limited blogging schedule in December came emphatically true. I shall re-start with a collection of quick thoughts, clearing the decks for more detailed posts to follow. If you’d like to contribute thoughts on these subjects, now might be a really good time. 1. Not many terms I coin gets marketing [...]

  • SQL Server Log Shipping

    Updated: 2010-12-28 06:56:56
    Log shipping allows you to keep two SQL Server databases synchronized for high availability. In a log shipping relationship, the primary server transfers copies of its transaction logs to the ...Read Full Post

  • Merging Excel Spreadsheet Columns

    Updated: 2010-12-26 15:56:27
    In a recent forum message, BUCLEX wrote: "I have two spreadsheets that have two similar columns of data that I would like to merge into one. For instance, both ...Read Full Post

  • SQL Server Full Recovery Model

    Updated: 2010-12-23 06:05:11
    In the event of a database failure, you have the most flexibility restoring databases using ...Read Full Post

  • SQL Server NOT NULL Constraints

    Updated: 2010-12-21 06:03:31
    NOT NULL constraints in Microsoft SQL Server allow you to specify that a column may not contain NULL values. When you create a new NOT NULL constraint on a database ...Read Full Post</p

  • Database Normalization Example

    Updated: 2010-12-19 06:01:23
    In a recent forum message, Tbruwer wrote: "I am having a problem understanding how database normalization works. I have an example database table from excel with the following fields, which ...Read Full Post

  • Hilarious Ad/Post Collision

    Updated: 2010-12-17 02:05:55
    Log in Database Geek Blog Database Stuff , from a Geek Home About Feeds Subscribe to Feed Hilarious Ad Post Collision Posted in December 16, 2010 10:05 . pmh Lewi No Comments I stopped by my blog today to upgrade the version of wordpress and some plug-ins . On the front page I got this hilarious ad and it seemed to really be appropriate to the very silly post it was shown . with So a geek walks into a bar I wrote a very silly post about a data architect and a biz guy really silly geek humor and the ad is Why can’t I get a date Maybe because you’re looking in the wrong place . 8221 . Ahahahahaha Sorry . That just cracked me up . When I refreshed , I got an ad for ETL software . I have no idea what the relationship between the post and the geek dating ad is but I found the collision .

  • Filling Out Surveys Pays Off! Survey Feedback Incorporated Into Upcoming Release

    Updated: 2010-12-16 16:22:08
    Team Leadership QuickBase News Tips Tricks Customer Stories Industry Trends Inside QuickBase Partner Corner Filling Out Surveys Pays Off Survey Feedback Incorporated Into Upcoming Release By Ellie Ellerman Posted on December 16th , 2010 Share Tweet A little while ago , I asked some of you our customers to fill out a product feature survey . The goals of the survey were to assess your interest in adding collaboration features to QuickBase vs . other features and to also understand key aspects of how your teams use QuickBase . About 250 of you responded to the survey thank you and gave us some very interesting insight into your priorities as QuickBase users and team members . I thought I’d share a few of the highlights and let you know how we’re using your feedback to make QuickBase . better

  • Concatenating Fields in Excel or Access

    Updated: 2010-12-16 06:03:28
    In a recent forum message, Nayer_sh wrote: "I have 2 fields that need to be merged, one is Date/Time type with short time format (3:17), I don't see it as 3:17 ...Read Full Post

  • Managing Transaction Logs in SQL Server

    Updated: 2010-12-14 06:02:24
    The transaction log plays a critical role in a SQL Server database: it maintains an ongoing record of database activity crucial for the restoration of recent data in the event ...Read Full Post

  • Changing the Default Database Format in Access 2010

    Updated: 2010-12-12 10:01:55
    Access 2010 uses the ACCDB format by default. In this article, we walk you through the process of changing this default setting for newly created databases. Read the full story: Changing the Default Database Format in Access 2010...Read Full Post

  • CFWhisperer conversations from the server side of ColdFusion

    Updated: 2010-12-10 17:17:08
    CFWhisperer conversations from the server side of ColdFusion CFWhisperer RSS Feeds Blog Adobe ACP Contact Us For Assistance Rapid Results Recent Posts Dec 1 2010 Enterprise Level Caching for ColdFusion in Los Angeles Distributed caching is an emerging need for all sizable web . applications Read more . 0 comments Posted by Mike Brunt at 10:36 AM Categories : Web Servers DataBase Caching ColdFusion JRun-J2EE Nov 8 2010 cf.Objective ANZ In November Our Presentation Overview Clustered Caching with EHCACHE and ColdFusion Read more . 3 comments Posted by Mike Brunt at 7:36 AM Categories : Web Servers DataBase Caching ColdFusion JRun-J2EE Oct 9 2010 EHCACHE+Terracotta+ColdFusion Enterprise Level Caching We are working with EHCACHE-Terracotta to bring a new level of server side efficacy ,

  • Default Values in SQL Server

    Updated: 2010-12-09 06:22:59
    DEFAULT constraints allow you to specify a value that the database will use to populate fields that are left blank in the input source. They're a replacement for the use ...Read Full Post

  • Microsoft MVP Program VistaDB

    Updated: 2010-12-07 14:52:45
    About Blog Forums Buy It Try It See It Home Compare Screenshots Features Tutorials Testimonials Try Gibraltar Microsoft MVP Program Supporting the Microsoft Development Community VistaDB.Net Purchase VistaDB Microsoft Most Valuable Professional Program At Gibraltar Software , we believe our relationship with the technical community is incredibly important , and so we participate in Microsoft's MVP NFR Program to show our respect for the valued and prominent members of the NET community who generously share their expertise as Microsoft Most Valued . Professionals Microsoft MVPs have clear ideas and opinions about the technologies they work with and , over time , we hope that they come to know enjoy Gibraltar Software and our products . We offer Microsoft MVPs the chance to use and review

  • MicroISV Program VistaDB

    Updated: 2010-12-07 14:52:44
    About Blog Forums Buy It Try It See It Home Compare Screenshots Features Tutorials Testimonials Try Gibraltar How We Help MicroISVs Succeed Discounted Pricing for MicroISVs and Independent Consultants VistaDB.Net Purchase VistaDB MicroISV Program We know what it's to be a scrappy , cash-starved start-up . We understand intimately having been there ourselves . Tool selection is agonizing because you want world-class tools that make you productive and ensure high quality products for your customers but you really need affordable pricing to make the numbers . work To help small companies be successful , we offer discounted pricing licenses to small startups and independent consultants for VistaDB and other Gibraltar Software . products If you participate in Microsoft BizSpark we want to help

  • Using SQL Server Import and Export Wizard with VistaDB

    Updated: 2010-12-07 14:52:43
    About Blog Forums Buy It Try It See It Home Compare Screenshots Features Tutorials Testimonials Try Gibraltar Using SQL Server Import and Export Wizard with VistaDB VistaDB.Net Try It Tutorials Using SQL Server Import and Export Wizard with VistaDB We're sometimes asked , how can you use the SQL Server Import and Export Wizard to migrate data from VistaDB 4 to SQL Server 2008 Using DTSWizard Take a look at the property for the shortcut from your start menu . 160 If should point somewhere like C : Program Files Microsoft SQL Server 100 DTS Binn DTSWizard.exe Launch the DTSWizard . The VistaDB provider will show up in the list of Providers you can choose in the source database step only on machines where it is installed of course Select the in the Data Source row to go and find your database

  • ADONET Data Services with VistaDB for quick client server applications

    Updated: 2010-12-07 14:52:43
    About Blog Forums Buy It Try It See It Home Compare Screenshots Features Tutorials Testimonials Try Gibraltar ADONET Data Services with VistaDB for Quick Client Server Applications VistaDB.Net Try It Tutorials ADO.NET Data Services with VistaDB for Quick Client Server Applications We get questions from users asking how they can build client server solutions using VistaDB , or more often just how they can avoid having to share drive letters to share a database . The traditional answer in the past has been to build a simple data access layer DAL and expose it over SOAP or WCF . Now with ADO.NET Data Services and our Entity Framework EF provider you have another . choice ADO.NET Data Services Astoria Not familiar with the codename Project Astoria was released with Net 3.5 SP1 under the

Current Feed Items | Previous Months Items

Nov 2010 | Oct 2010 | Sep 2010 | Aug 2010 | Jul 2010 | Jun 2010