Forum Replies Created

Viewing 15 posts - 3,961 through 3,975 (of 9,707 total)

  • RE: Downloading files for Import?

    GSquared (9/13/2012)


    RBarryYoung (9/12/2012)


    GSquared (9/12/2012)


    RBarryYoung (9/12/2012)


    ...

    Well, I may have over-reacted. I am trying to an IRS download directory (http://www.irs.gov/pub/irs-soi) but a I cannot get a connection. I don't think...

  • RE: Administration

    Sorry, guys, I've been trying to resist, but finally had to say it.

    OMG, I *learned* something. That's horrible! I want my points back!

    😀

    (Brandie runs and hides now)

  • RE: Downloading files for Import?

    RBarryYoung (9/12/2012)


    Brandie Tarvin (9/12/2012)


    At my employer, we have a couple of methods, depending on site in question. One method was written up by our developers and has a webservice call...

  • RE: Installing SQL SERVER 2012 Developer Edition On Top of 2005 Editioon

    jrichards54 (9/12/2012)


    I do need some more advice though before I attempt that sixth install.

    When I run the install I very shortly get a window that says: "There are known compatibility...

  • RE: Remotely Connect and Query a db.

    Mike,

    What OS are your workstations using?

    Are these stand-alone workstations? Meaning are they the only workstations in their individual environments? Or when you say there is no windows domain, do you...

  • RE: Remotely Connect and Query a db.

    David Webb-200187 (9/11/2012)


    Are you using windows authentication (probably won't work if the workstations aren't authenticating to a domain with a trusted relationship to the server) or SQL authentication?

    Honestly, I don't...

  • RE: Downloading files for Import?

    At my employer, we have a couple of methods, depending on site in question. One method was written up by our developers and has a webservice call that goes out...

  • RE: Remotely Connect and Query a db.

    mike 61998 (9/11/2012)


    One is a workstation connected to the internet using Comcast (not on a windows domain), and the other is a workstation on a bellsouth connection (not on windows...

  • RE: Installing SQL SERVER 2012 Developer Edition On Top of 2005 Editioon

    jrichards54 (9/11/2012)


    Now I am ready for the sixth install but I would like to install only the Database Service and since I am using Visual Studio 2005 I believe that...

  • RE: Remotely Connect and Query a db.

    mike 61998 (9/11/2012)


    They are not on the same network.

    This sounds like it's a Trust issue. Talk to your network / Active Directory admin and see if they can set up...

  • RE: Reformat Phone Number

    Eugene Elutin (9/11/2012)


    The best and easiest would be creating CLR function which will remove all non-digits from string using RegEx.Replace.

    Forgive me a moment, Eugene, while I poo-poo your "easiest" comment....

  • RE: Reformat Phone Number

    REPLACE() would take care of your spaces and hashes. You could also use the LEN() function to compare the data to what length the number should be in order to...

  • RE: how to best summarize data

    Just a warning, Christina, if your data is set up the way I think it is, t.brown's solution will not immediately give you the answer you're looking for. You will...

  • RE: Upgrade to 2008R Collation

    As it is a side-by-side migration, what you need to do is start testing your data to make sure the collation is compatable and translatable before the migration starts.

    You could...

  • RE: UNION Help

    Eugene Elutin (9/11/2012)


    Actually the attribute splitting may not be a flaw, but done on purpose. One of the common places where you can see this kind of picture is data...

Viewing 15 posts - 3,961 through 3,975 (of 9,707 total)