Forum Replies Created

Viewing 15 posts - 331 through 345 (of 3,061 total)

  • RE: Suggestions for a very long transaction

    S_Kumar_S (4/20/2012)


    I was thinking if there can be some other way of handling this kind os scenario rather than putting everything in one transaction.

    A transaction has to include everything that...

  • RE: Kimball FactTable Types (missing a Fact Table type)

    ppcentral (4/19/2012)


    If I have a fact table aggregated by...

    Risking to start some kind of religious war here I would say that "facts" are by definition granular, nor aggregated. A FACT...

  • RE: Gak!

    Lynn Pettis (4/18/2012)


    PaulB-TheOneAndOnly (4/18/2012)


    Gazareth (4/18/2012)


    Just had a 1.4TB, (whisper it) MySQL table become corrupt. Wonder how long the repair'll take? :crazy:

    MySQL? do you realize this is the Oracle section...

  • RE: Gak!

    Gazareth (4/18/2012)


    Just had a 1.4TB, (whisper it) MySQL table become corrupt. Wonder how long the repair'll take? :crazy:

    MySQL? do you realize this is the Oracle section of a SQL...

  • RE: What are the different types of errors in sql server ?

    ravi@sql (4/18/2012)


    What are the different types of errors in sql server ?

    Three categories...

    1- "I do not give a rats a$$" kind of error (warnings)

    2- "wtf?!" kind of errors (errors that...

  • RE: Archiving database in SQL Server

    Dj463 (4/13/2012)


    Hello,

    We are currently running SQL Server 2005, and i need to archive data from databases in Production server to another server. From the information that i gathered, Which one...

  • RE: Extracting month from Date

    daveap (4/17/2012)


    I have to provide month_of_date in my query, I tried following function in Oracle but it gives me error, any other suggestion. Please see my query below.

    SELECT waf.activity_count

    ...

  • RE: data mining

    Larry Page(Ehsan.Akbar) (4/16/2012)


    Lynn Pettis (4/16/2012)


    Depends, what is the purpose of this exercise? Is this for a class project?

    no it is a competition in our university.

    Can you choose a different...

  • RE: data mining

    Larry Page(Ehsan.Akbar) (4/16/2012)


    PaulB-TheOneAndOnly (4/16/2012)


    Larry Page(Ehsan.Akbar) (4/16/2012)


    Henrico Bekker (4/15/2012)


    Yeah, dont think DM is the right tool for your game....

    so my problem is which information should be inserted in my database as...

  • RE: SQL Server DBA learning Oracle

    Oracle software is free for educational purposes so you are entitled to download and install Oracle on a home computer so to train yourself.

    Oracle documentation is free and public, please...

  • RE: data mining

    Larry Page(Ehsan.Akbar) (4/16/2012)


    Henrico Bekker (4/15/2012)


    Yeah, dont think DM is the right tool for your game....

    so my problem is which information should be inserted in my database as an input ?

    this...

  • RE: Instalation of Dabase of different version in same laptop

    Not much of a problem - I have a assortment of different versions of SQL Server, Oracle, PostgreSQL and MySQL on my personal laptop. I just make sure only one...

  • RE: data mining

    Larry Page(Ehsan.Akbar) (4/15/2012)


    yes ,i work with sql server for data mining

    Okay... please tell us which would be the target dataset you are planing to source from. Also, do you think...

  • RE: data mining

    Do you know what Data Mining is?

  • RE: Primary with Null value

    sukato7 (4/14/2012)


    How can I set PK columns to allow null or blank?

    You cannot do it.

    A Primary Key is a Referential Integrity constraint that exclusively allows unique values and does not...

Viewing 15 posts - 331 through 345 (of 3,061 total)