Forum Replies Created

Viewing 15 posts - 22,081 through 22,095 (of 26,490 total)

  • RE: Service Pack

    Mike Levan (3/9/2009)


    from select @@version

    Microsoft SQL Server 2005 - 9.00.1399.06 (X64)

    Oct 14 2005 00:35:21 Copyright (c) 1988-2005 Microsoft Corporation

    Enterprise Edition (64-bit) on Windows...

  • RE: Wired thing Happend in DateTime

    After a couple of minor changes to your code:

    CREATE PROCEDURE sp_TransferData_Compare

    (

    @StartDate varchar(10),

    @EndDate varchar(10)

    )

    AS

    BEGIN

    ...

  • RE: Are the posted questions getting worse?

    DavidB (3/9/2009)


    Lynn Pettis (3/9/2009)


    Lynn Pettis (3/9/2009)


    And Gail, its easy to see why you leave Mike to others to answer. I mean, really.

    Okay, I just went sarcastic in this thread.

    I...

  • RE: Wired thing Happend in DateTime

    Is the actual code being run inside a stored procedure? If so you are probably suffering from parameter sniffing. Please post the code for the stored procedure.

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/9/2009)


    And Gail, its easy to see why you leave Mike to others to answer. I mean, really.

    Okay, I just went sarcastic in this thread.

  • RE: Service Pack

    I'm sorry, would you like me to come to your office and do it for you?

    Yes, there can be issues when you apply the service pack, yes, you might have...

  • RE: Union Benefits

    I am not an employer. I dislike like Unions because the promote mediocracy. They are more concerned about the number of Union members, not the membership itself. ...

  • RE: Service Pack

    Yes

  • RE: Nested curosors

    siri007 (3/9/2009)


    Thanks for your response.

    Mine is a little different situation and I could resolve it with the sqlpackages.

    Thanks,

    Would you care to elaborate on this? You did ask for...

  • RE: Question Concatenate the int in derived column

    Lynn Pettis (3/9/2009)


    Try this:

    (DT_STR,10,1252)[LIC-NO] + "," + (DT_STR,10,1252)[SSN]

    And yes, those are double quotes not two single quotes on either side of the comma.

    And, of course, when doing this you will...

  • RE: Are the posted questions getting worse?

    And Gail, its easy to see why you leave Mike to others to answer. I mean, really.

  • RE: Service Pack

    NO. It means you haven't had any service packs or updates applied to your current installation of SQL Server 2005.

    I suggest that you look into getting your system updated.

  • RE: Question Concatenate the int in derived column

    Try this:

    (DT_STR,10,1252)[LIC-NO] + "," + (DT_STR,10,1252)[SSN]

    And yes, those are double quotes not two single quotes on either side of the comma.

  • RE: Question Concatenate the int in derived column

    angel41_23 (3/9/2009)


    hi..........

    i have LIC-NO and SSN fields for all the customers in the database 1 and i have to send them to database2...

  • RE: Are the posted questions getting worse?

    And you know why? You are one of the top 3 people on SSC, so they figure if anyone knows the answer you are sure to be the one...

Viewing 15 posts - 22,081 through 22,095 (of 26,490 total)