Forum Replies Created

Viewing 15 posts - 55,111 through 55,125 (of 59,067 total)

  • RE: Oracle

    Hmmm... let's see...

    Oracle protects me by doing an auto-commit if I happen to mix some DDL in a proc.  Really helpful there.  With SQL Server explicit transactions, I have to...

  • RE: Is it a lie?

    Who are you?  Why, you're part of a TEAM... and the TEAM failed.  You're not just another developer if you were part of the interviewing TEAM.  You should have asked...

  • RE: Update the rows which are divisible by 10

    Oh well, I tried... looks like yet another newbie got what they wanted but not what they needed... knowledge

    Peso, ol' friend... if you...

  • RE: Performance Tuning Guide

    P.S.  Increasing the number of rows to 30,000 (just added 50% more rows), caused the time on the first running total example to more than double at 4 minutes and...

  • RE: Performance Tuning Guide

    Karthik,

    I don't mean to sound so cynical about all the "experts"... wait, no... I do   But no one teaches the "basics" anymore.  I...

  • RE: Performance Tuning Guide

    Oh, I dunno... I've seen those blogs and many more... they go on about how to configure hardware, how to split TempDB, how to defrag indexes, how to use (too...

  • RE: Loop Query

    Nah...too simple and way too fast... interferes with Scotch drinking time... create a double nested cursor to slow it down 

  • RE: optional parameter

    Yes, you can... best way to learn this one is to look up CREATE PROCEDURE in Books Online and read about it

  • RE: Auto id''''s? is it possible to recalculate?

    You bet, Mick.  Thanks for the feedback...

  • RE: inserting multiple records from 1 record

    This is an SQL Server 2000 forum... and there's no UNPIVOT in SQL Server 2000

  • RE: BCP question

    BCP from Command Prompt itself (batch file) or Proxy user to run a job that has privs.  Guess you could also use DTS if you really had to...

  • RE: Cursor Hell

    Hello, Tim?   You still there?

  • RE: How can we delete duplicate records... conditions apply.

    Heh... why?  If you think this is bad, do a search on "Bankers Rounding"

  • RE: 10% Fill Factor

    OR... NOT...

  • RE: About tuning store procedure

    Best if you keep the content of table variables pretty short... they do not use nor can they be made to use Statistics... there are other disadvantages to table variables,...

Viewing 15 posts - 55,111 through 55,125 (of 59,067 total)