Forum Replies Created

Viewing 15 posts - 931 through 945 (of 3,061 total)

  • RE: Code Ownership - DBA vs. Developer

    Jeff Moden (7/2/2011)


    PaulB-TheOneAndOnly (7/2/2011)


    I respectfully disagree. I stand by my position which is the only one that allows for responsibilities assignment and accountability.

    I wrote a rather long post... what is...

  • RE: Data needs to be transfered from SQL Server 2005 to Oracle 10g

    Chad Slagle (7/1/2011)


    I hope I'm not being rude, but that doesn't really answer my question. I understand Oracle very well, as well as the formatting of dates, and the functions...

  • RE: Code Ownership - DBA vs. Developer

    Jeff Moden (7/2/2011)


    PaulB-TheOneAndOnly (6/29/2011)


    Developer owns the code.

    Business owns the data.

    DBA owns the database environment and is responsible for: Integrity, Availabiltiy, Recoverability and Performance.

    Perhaps in your environment.

    In our environment, all phases...

  • RE: ETL/Warehousing & Cross DB Queries

    Bad_Karma (7/1/2011)


    The reason I have issue with this is that to get around not doing cross database queries, he's having to move multi-million-record tables from the ODS to the Staging...

  • RE: ETL/Warehousing & Cross DB Queries

    Bad_Karma (7/1/2011)


    The one big piece I'm questioning is that the designer NEVER executes a cross database query as a rule.

    Have you asked the designer why is that rule in place?

    May...

  • RE: Instance count

    shanila_minnu (6/30/2011)


    How to find out the number of instances installed in a sql server 2000

    ...or check the Registry looking for registerd instances like:

    [HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\Instance Names\SQL] "InstanceName"="MSSQL10_50"

    Each installed instance has...

  • RE: protocals

    venugopal.machina (7/1/2011)


    what are sql server protocals

    Those are the ISO layer 3 or layer 4 - depending on specific protocol - network/transport means used by SQL Server to interoperate or communicate...

  • RE: No data found error

    newbieuser (5/10/2011)


    I tried the sql using openquery but I'm not getting it right..

    SELECT * from OPENQUERY(LS, 'SELECT * FROM U.ABO,

    U.LED_ID,

    U.PROJECT_NO,

    T.WORDC,...

  • RE: Data needs to be transfered from SQL Server 2005 to Oracle 10g

    Jayanth_Kurup (7/1/2011)


    Migration of data to oracle via SSIS is probably the best approach but you can also setup replication to Oracle.

    Not sure if I would tackle a replication schema for...

  • RE: help with dupicated values in dimension and facts

    Sachin4all (7/1/2011)


    ya its a dimension table

    but for a single product there should be only one id.

    no history at all...

    Okay. If that's the case deleting duplicates is a well documented...

  • RE: Please help!! Going to SQL Bootcamp.

    GilaMonster (7/1/2011)


    SQLRNNR (7/1/2011)


    I'd also recommend checking out the MCM Videos.

    http://sqlskills.com/T_MCMVideos.asp

    Those might be a little (ok a lot) advanced for someone doing a ITP bootcamp

    well... what not kills you makes you...

  • RE: Reference sub or super type?

    keymoo (6/27/2011)


    I have a super table called Instrument. I have a sub-type table called BondInstrument. Relationship is one-one. PK is a column called InstrumentId.

    I also have a table called InstrumentEvent...

  • RE: Data needs to be transfered from SQL Server 2005 to Oracle 10g

    Chad Slagle (7/1/2011)


    The data/column giving me trouble is stored as yyyy-mm-dd in SQL Server, and Oracle is storing it as mm-dd-yyyy.

    Not reallly. Oracle stores DATE data type data in a...

  • RE: Normalization

    Jeff Moden (6/26/2011)


    PaulB-TheOneAndOnly (6/23/2011)


    fourteen, fourteen pages already on this thread!!! :w00t:

    There is an abundant amount of information on the posts of this thread but I'm affraid most people wouldn't read...

  • RE: Partition or Multiple Tables by Region - Religion or Cult?

    email-511704 (7/1/2011)


    We are evaluating which would be the best option for a database that have records for properties across the US. There will be something like 108 million records with...

Viewing 15 posts - 931 through 945 (of 3,061 total)