Forum Replies Created

Viewing 15 posts - 56,296 through 56,310 (of 59,078 total)

  • RE: Stored Procedure comments impact performance???

    Why speculate Do a test Run the following code several times and tell your team mate "Sorry,...

  • RE: Problems making a dynamic flat file connection string

    That certainly doesn't help the rest of us... Please post the "e-mail w/ example" here

  • RE: Calender for Europe

    Just like anywhere else... build a calendar table and a separate holiday table... include holidays for every country and make sure the holiday table has the ISO country code in...

  • RE: Sort column without ORDER BY

    Dinendra,

    We need to know why you want to do this so we can give you the most correct answer.

    (Thats' why, Ben )

  • RE: Need suggestions with this situation

    You might be able to use some form of recursive CTE in SQL Server 2005, but your request is in an SQL Server 2000 forum. 

    The UDF that David suggested...

  • RE: Embedded sqls in front end

    quote

    I am amazed at how many applications I see with a stored procedure that has a single record...

  • RE: Database Dropped

    ...and, if there hasn't been too much activity, you may be able to recover the MDF and LDF files if they were, in fact, deleted.

  • RE: Importing/Updating data to an existing table

    Add an Identity column and delete the dupes when the import is done... much faster than trying to build an "UPSERT" (merge) in SQL Server 2000.

  • RE: Memorial Day

    Here, here and well said.  Thanks, Matt.

    Steve, thanks for taking the time to remember veterans and for paralleling the "give" and perils of good people in the world of IT.  A...

  • RE: What am I missing?

    Ah hah!!!  THAT's why my checkbook is a mess!  I used Kerchoff's law of voltage dividers as applied to a WheatStone Bridge instead of the good ol' Boltzmann factor k

  • RE: Can anyone be so green?

    quote

    After about a half-hour of trying to find out what a "sql window" is, I finally decided what...

  • RE: Need Urgently

    Yep... I agree... sorry I missed that...

  • RE: The T-SQL Quiz

    quote

    Nice job again. Looking for work?

    Nah... Scott would think I'm looking for a cure for cancer

  • RE: The T-SQL Quiz

    You mean this query???

    Declare @Counter int

    Set @Counter = 1

    While @Counter <= 1000000

      Begin

         Print Case When @Counter % 15 = 0 Then 'BizzBuzz'

               When...

  • RE: The T-SQL Quiz

    Heh... relax, Scott... we're all having a bit of fun here.  Grant's post was great for stirring the pot... haven't seen this much going on in a long time.  It's...

Viewing 15 posts - 56,296 through 56,310 (of 59,078 total)