Forum Replies Created

Viewing 15 posts - 121 through 135 (of 3,061 total)

  • RE: Table Partition

    SQL_Surfer (2/9/2013)


    Currently, my table has different sets of keys. Can theses remain intact? Or do I need to create date as primary key?

    Primary Key and Paritition Key can be independent,...

  • RE: Table Partition

    SQL_Surfer (2/8/2013)


    Archiving the data is also what I am trying to achieve as well.

    Good. Now you have a case for table partitioning.

    Planning on archiving the data based on a particular...

  • RE: Issues collecting data with Data Collector.

    Error Message reads:

    The column sql_text cannot be used. The raw adapters do not support image, text, or ntext data.

  • RE: missing index already exists

    Marius.D (2/8/2013)


    I'm using this script to look at recommended indexes:

    SELECT

    migs.avg_total_user_cost * (migs.avg_user_impact / 100.0) * (migs.user_seeks + migs.user_scans) AS improvement_measure,

    'CREATE INDEX [IX_' + CONVERT...

  • RE: Table Partition

    SQL_Surfer (2/8/2013)


    I am kind of new in Table Partition. We have a huge table that we would like to do partiion on. My question is how many columns you can...

  • RE: Learning Oracle

    nick.mcdermaid (9/20/2012)


    In Oracle, client tools are painful. You need to buy TOAD for a GUI, and has some good features (CTRL-Clkick to get table info) but it's basically a dogs...

  • RE: Maximum Concurrent Users in a day

    Kwisatz78 (2/8/2013)


    Hi all

    I have a table which contains login and logout times for a large set of users, and we are wanting to know how to code it to...

  • RE: Using slowly changing dimension to load staging table

    rs80 (2/8/2013)


    Can a slowly changing dimension be used to insert/update records into a staging table? I haven't used that transformation before and from what I read it was more used...

  • RE: SqlServer 2012 and Windows XP

    If for some reason or company policy you are not able to link SQL Server table to your Access database then the solutions are:

    1- Ask SQL Server developer to export...

  • RE: Database designing : re-enggineering project

    Bhuvnesh (1/29/2013)


    can anybody help me with steps to consider for "designing the database for an re-engineer project" ?

    or any link or article reference ?

    Yes...

    1- Gather business requirements.

    2- Perform...

  • RE: Business datasets (overview, structure, naming conventions, business rules)

    michal.giczewski (1/28/2013)


    I was wondering if someone could point me in the right direction.

    I need to gather information about different datasets used in different business areas: banking, insurances, online betting, sales,...

  • RE: ORA-00936 Missing Expression With SSIS Execute Script Task

    Thank you for the posting Andy. I'm sure it will help a number of people down the road, Thank you for sharing.

  • RE: Disaster Recovery (D/R) and Business Continuity

    m.rajesh.uk (2/8/2013)


    How to evaluate the current state hardware/databases in light of Disaster Recovery (D/R) and Business Continuity (BC)

    what are the factors to consider.

    This certainly is a topic that exceeds...

  • RE: Relationship between tables

    I agree with Sean, this is not a task for an entry level person.

    Building on his comment, ask whoever tasked you for the ER Model - if it exists it...

  • RE: What is the syntax for querying an oracle linked table in access 2007

    lewis.ray (1/29/2013)


    I have an oracle linked table in an access 2007 database.

    I created the linked table with an odbc.

    when I run the following statement I get an error saying "sytax...

Viewing 15 posts - 121 through 135 (of 3,061 total)