Forum Replies Created

Viewing 15 posts - 2,356 through 2,370 (of 3,061 total)

  • RE: Importing of data from Oracle to sqlserver taking 6hrs

    Provided FTP performs well and the issue is not related to CNS(*) Paul's idea would do the trick, here is the Oracle side magic to get a csv file...

    log into...

  • RE: equivalent for rownum

    Paul White (9/8/2009)


    Thanks for posting such a super-helpful and detailed reply though - well done sir.

    Just to make it clear, rownum does not exist in real world, it's a pseudo-column....

  • RE: equivalent for rownum

    Paul White (9/8/2009)


    If ROWNUM in Oracle returns rows ordered by the internal row identifier

    ...actually, it doesn't.

  • RE: Schema Separation vs. Partitioning

    tgarland (8/31/2009)


    I am looking at multi-tenant because I am going to have multiple companies accessing the database and only their information along with the global tables.

    Just out of...

  • RE: Stored procedure grouping

    bitbucket (9/7/2009)


    You may want to examine the grouping of your stored procedures using this group of create statements.

    CREATE PROCEDURE my_Proc_Name;1

    AS

    SELECT some column from some table

    GO

    CREATE PROCEDURE my_Proc_Name;2

    AS

    SELECT some other...

  • RE: equivalent for rownum

    newbieuser (9/8/2009)


    I do 'select rownum from table' in oracle to select rows ordered by rownum.

    :w00t: No, you don't.

    In the Oracle world rownum is a pseudo-column, Oracle assigns -to rownum- a...

  • RE: Restore Master database next to other Master database

    Since system databases cannot be moved I don't see this happening.

    When going for solution suggested in previous post please be aware a system database can only be restored in a...

  • RE: !! Online SQL Server ??

    Silverfox (9/7/2009)


    if you are serious about learning, I would suggest you get a cheap laptop or netbook and do it that way.

    I second this motion.

    The alternative is for you to...

  • RE: How to get new tables to point to new data file

    jymoorthy (9/7/2009)


    In case, if you have created the new file in the same file group (PRIMARY), then you may stop the grow option on the old file and enable grow...

  • RE: Budget Money to Spend

    John Rowan (9/2/2009)


    My manager approached me late today and told me that we have roughly 200 k in our budget for hardware and software licenses and upgrades for this year....

  • RE: Designing a Process to Load data from AS400 to Oracle using SSIS

    Why is SQL Server part of this picture?

    The most efficient way would be for Oracle side to pull data from AS400 in a single step.

  • RE: Stored procedure grouping

    Naming convention. Documentation.

  • RE: Filtering database question

    liuc (9/2/2009)


    Which is the "best practice" in these cases?

    Put "Design" as step #1 of project life cycle, not as last step.

  • RE: Putting all your data in one column of one table

    michael.welcome (5/9/2008)


    This is not a joke.

    I have my doubts this was not a joke.

  • RE: Query speed and server memory

    lallen (9/3/2009)


    I've been having an issue with query speed that our IT dept can not solve.

    I ran a simple query (select count(*) from table), and the query took over 8...

Viewing 15 posts - 2,356 through 2,370 (of 3,061 total)