Forum Replies Created

Viewing 15 posts - 23,161 through 23,175 (of 26,486 total)

  • RE: SQL Server 2005 SP 3

    george sibbald (12/19/2008)


    Lynn, its a long shot, but I had a windows SP2 install fail because it could not find a .msp file, and that was a permissions issue...

  • RE: SQL Server 2005 SP 3

    noeld (12/19/2008)


    This is a shot in the dark but the First think I believe you should do is to make sure you have "windows" patched at the same level in...

  • RE: SQL Server 2005 SP 3

    Nope, this isn't a clustered system. Both are stand-alone installs. Both have their own disks as well. Neither of them are connected to our SAN either.

  • RE: SQL Server 2005 SP 3

    Long shots are worth a try. Heck I'd try a scatter gun if I thought it would help!

    I'll give your idea a look at, thanks.

  • RE: Order by numbers in proper sequence

    dejanette.gordon (12/19/2008)


    I see. 😀

    Lynn...I want to genuinely thank you for taking an above and beyond extra step to assist me in this matter. In spite of my folly, you...

  • RE: SQL Server 2005 SP 3

    You can tell that I'm fried and eager for a 2 week vacation. Where do I look to check the patch levels of the OS. As I said,...

  • RE: SQL Server 2005 SP 3

    I know. This is when I wish a former co-work I worked with else where was here. I could spend hours searching MS Knowledge Base and find nothing....

  • RE: Order by numbers in proper sequence

    Jeffrey Williams (12/19/2008)


    Lynn Pettis (12/19/2008)


    Dejanette,

    I am sure you would help if you could. My problem is with applying SP 3 to a multi-instance x64 server running SQL Server 2005...

  • RE: Order by numbers in proper sequence

    dejanette.gordon (12/19/2008)


    You are both correct; I was just generalizing the numbering sequence issue because I was trying to be thorough by providing some type of example. But you made...

  • RE: SQL Server 2005 SP 3

    My network people are busy on other issues, so I'm not getting a lot of response from them. I am hitting a wall, and don't know what else to...

  • RE: Need help diagnosing a problem

    I'd like to ask what is differnet between the development/test environments and the production envirnoment.

  • RE: Order by numbers in proper sequence

    Chris Morris (12/19/2008)


    dejanette.gordon (12/19/2008)


    All of the values are numberic and 85 rows of data have the leading R. The sorting I am looking for is all the numbers in numberic...

  • RE: Order by numbers in proper sequence

    Dejanette,

    I am sure you would help if you could. My problem is with applying SP 3 to a multi-instance x64 server running SQL Server 2005 Developer Edition.

    If you can't...

  • RE: Order by numbers in proper sequence

    And if that works, I could use some more thoughts on a problem I am having...

  • RE: Order by numbers in proper sequence

    Okay, hows this??

    create table #MyTest (

    CompanyName varchar(50),

    CompanyID varchar(10),

    RegionID char(2)

    );

    insert into #MyTest

    select 'ANDERSON DAIRY PRODUCTS ...

Viewing 15 posts - 23,161 through 23,175 (of 26,486 total)