Forum Replies Created

Viewing 15 posts - 136 through 150 (of 208 total)

  • RE: Curly question I can't work out without cursors!

    Funnily enough - compared to the last thing I was looking at it's a dream of a query. 🙂

    I think that the isnulls will probably cause a bit of...

    Random Technical Stuff[/url]

  • RE: Curly question I can't work out without cursors!

    arun.sas - you are an absolute legend - I don't think I can thank you enough!

    Random Technical Stuff[/url]

  • RE: Curly question I can't work out without cursors!

    Thank you so much!

    I think I see the logic...

    It looks like my table has NULLs as well... where a NULL is the same as 'Start'. I'm terribly sorry if...

    Random Technical Stuff[/url]

  • RE: Intersect, Except, Union, All and Any

    Lee Hilton (7/20/2009)


    I am not near my workstation to test, but I am curious if the tests were affected by caching? Any time I have two statements that are...

    Random Technical Stuff[/url]

  • RE: ABCD... of Oracle

    PaulB (7/15/2009)


    vijay1327 (7/15/2009)


    thanks for the suggestion. Will start with [2] and see how far I can go.

    That's a good starting point.

    Once you have your lab in place try to...

    Random Technical Stuff[/url]

  • RE: ABCD... of Oracle

    vijay1327 (6/25/2009)


    Hi,

    I am a sql server developer/DBA. I am interested to learn Oracle from begining. Can anybody pls guide on this path.

    Thanks,

    Vj

    In that case, you cannot fault Oracle's documentation.

    Here...

    Random Technical Stuff[/url]

  • RE: The perfect database

    george sibbald (7/3/2009)


    I think I would take this from the i/o perspective as that is the usual bottleneck , especially in an OLTP system where concurrency is paramount.

    I am not...

    Random Technical Stuff[/url]

  • RE: The perfect database

    Jeff Moden (7/4/2009)


    In the face of bad software, improperly written T-SQL, and poorly designed databases, the rating of the hardware and it' support systems means absolutely nothing.

    I'll remember that the...

    Random Technical Stuff[/url]

  • RE: Money no object, what would be your ideal sql server production solution / environment???

    Swirl80 (6/15/2009)


    so in an ideal world where your boss came in and said you can any sql server solution (including DR) you want, what would you go for? Load Balanced?...

    Random Technical Stuff[/url]

  • RE: Oracle for the SQL Server Guy - Instances and Databases

    Mike Bishop (7/2/2009)


    Excellent article. Look forward to a follow up comparing locking and transactions between Oracle and SQL Server. That should inspire some lively discussion.

    Oh man... you're not...

    Random Technical Stuff[/url]

  • RE: Oracle for the SQL Server Guy - Instances and Databases

    Mazharuddin Ehsan (7/2/2009)


    See some more useful comparisons in the below links:

    Oracle vs. SQL Server

    Be careful - some of the comparisons are not entirely accurate!

    For instance, it says that Oracle has...

    Random Technical Stuff[/url]

  • RE: Oracle for the SQL Server Guy - Instances and Databases

    In Oracle, you can assign users to separate temporary tablespaces. Is this possible in SQL Server?

    Also a short note on the Undo tablespace. The reason why the undo tablespace is...

    Random Technical Stuff[/url]

  • RE: Should every table have a clustered index.

    mtassin (6/30/2009)


    GSquared (6/3/2009)


    An example of a bad clustered index is one on a GUID column that uses newid() instead of newsequentialid(), or one on a varchar column with people's names...

    Random Technical Stuff[/url]

  • RE: Should every table have a clustered index.

    Jules Bonnot (6/4/2009)


    Thanks for your replies.

    i think i will write a little test and see how the heap with identiy performs against the CI with identity when under heavy inserts....

    Random Technical Stuff[/url]

  • RE: decimal

    Ah... but how would you get around that? Is there any way of disabling the rounding?

    Random Technical Stuff[/url]

Viewing 15 posts - 136 through 150 (of 208 total)