Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)

  • RE: Gathering Random Data

    Hi Brain,

    Thats a good tip. Thanks!

    Cheers!

    Abhijit

  • RE: SQL Server VS. Oracle

    quote:


    2. For business intelligence, I think SQL Server is the best product so far. Oracle cannot even export a table to a...

  • RE: SQL Server VS. Oracle

    My two cents... SQL Server has a good scheduling options. In Oracle to schedule a job, you need to perform calculations with the sysdate variable. MSSQL gives you a...

  • RE: Transpose Table

    I have done this through code. I was looking for a way of doing this through SQL. Its possible in Oracle using the DECODE Statement.

    So I was wondering if it...

  • RE: SQL Server VS. Oracle

    Debugging in SQL PLus is something that people get used to. There are a lot of third party tools available for Oracle PL / SQL debugging. One...

  • RE: OracleCentral.com ?

    Hi John,

    The best site for Oracle is http://asktom.oracle.com/

    Do make it a point to visit it.

    Cheers!

    Abhijit

  • RE: SQL Server VS. Oracle

    [font=Verdana]

    Advantages of SQL Server.

    1) Low cost of maintainence (Oracle seems to be catching up)

    2) Easy installation and setup

    3) T-SQL is easier to learn compared to PL/SQL

    4) Identity Keys are...

  • RE: Worst Practice - Bad Comments

    The system that we have inherited follows most of the worst-practices mentioned at SQLServerCentral.com

    Especially so with comments. We used to have too many comments till we introducted documentation....

  • RE: Logins, Users, and Roles - Getting Started

    Hi Andy,

    That was a good article.

    I think most experienced SQL Developers are aware of the difference

    between "logins" and "users".

    However developers new to this...

  • RE: An interesting task

    Hi Ryan and Greg,

    Your solutions are appreciated.

    Now I wonder what is wrong with my logic. The one I posted originally seemed to be going nowhere.

    Cheers!

    Abhijit

  • RE: Protecting Proprietary SQL code

    All our code is decrypted on production servers.

  • RE: An interesting task

    I tried Paul's solution. Seems to be working for me. I did not get the solution posted by wells. I am using SQL Server 7.0. So I...

  • RE: An interesting task

    Thanks a lot Paul, I am still testing out that script.

    OF_SP_COUNTER is a generic procedure which counts for the occurrence of a character in a particular string....

  • RE: An interesting task

    Well my friend, the reason the dates are stored the way they are stored, is L E G A C Y

    I do not have an interface to insert the holidays...

  • RE: Worst Practices - Making a "Live" Change

    Our product has been implemented across several sites. We use SQL Server.

    What has come to our notice is that too much time is being spent fixing...

Viewing 15 posts - 1 through 15 (of 23 total)