Forum Replies Created

Viewing 15 posts - 16 through 30 (of 62 total)

  • RE: Issue with date field calculations

    I ran the SP_Helps, and they both are set to datetime fields.

  • RE: Issue with date field calculations

    Here is a sample of the query:

    truncate table [LM_Date1]

    insert into [LM_Date1]

    select

    C.[Cust_ID],

    C.Phone,

    H.[Sold_Date],

    H.[Amt_Sold],

    H.[Amt_Paid],

    H.[Paid_Date]

    from [Lead_Management_Preparation Table] L INNER JOIN (History H inner join Customers C on

    C.[Cust_ID]=H.[Cust_ID]) ON H.Cust_ID=L.Cust_ID Where...

  • RE: Pivot help

    Also, your code does everything except also give me the breakdown of the counts.  I can always work to replace the nulls with 0's.

  • RE: Pivot help

    I'm trying out your code, but what I want ultimately is:

      DateID

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

    This is what I use for my queries when finding and/or deleting duplicates:

    Note: I use a counter to determine how many times to cycle through the database in order to...

  • RE: The operation could not be performed because OLE DB provider "MSDAORA" for linked server was unable to begin a distributed transaction.

    Are you inserting or updating?  I had an issue with updating that gave much the same error message, and it was because the table Iw as updating didn't have a...

  • RE: Whoops

    The funny part is this is actually the exact type of things I've thought of doing many times at my work.

    The owner of my company refuses to allow me to...

  • RE: Certification scoring question

    My first time through on the 70-431 was a 620.  I missed passing it by 1 or 2 questions tops. 

    But on the 431, you're right, it's like 2 bars...

  • RE: MSDBA Certification

    I used the self paced training kit (I think it was from MS Press, but it was ~100 on Amazon).

    Using that and ALOT of working through the practices, plus reading...

  • RE: Prepping for the 70-443 exam

    Passed this one today.

    I have to agree in that I didn't mind this particular testing method at all.  I wasn't crunched for time in the slightest (I think the shortest...

  • RE: Prepping for the 70-443 exam

    Well Fizzle, I'll be thinking of you while I'm in there Friday morning as well.  9:00 AM EST and I get the joy of attempting this.

    At least, I was...

  • RE: Burnt Out

    I try to look at both sides of situations in order to try to find a win-win attitude where both myself and whoever I'm talking to can walk away at...

  • RE: Design Strategy Question

    That's exactly what I had thought about doing since it could persist throughout systems.

    The issue I have though is how atypically people handle integrating the various types of records.

    I'm sure...

  • RE: 2005 Standard Edition - Physical CPU''''s and Multi-Core

    It's been a couple of weeks, but I thought that Standard could only use up to 4 CPU's (irregardless of cores) so would you then need to update to Enterprise...

  • RE: MCTS 70-431 Down but not out!

    Exam insurance is (at least for the one I took) $45 per exam on top of the normal cost of the exam.  IE instead of the 70-431 costing me $125,...

Viewing 15 posts - 16 through 30 (of 62 total)