Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 9,641 total)

  • RE: No remote connections enabled

    To telnet open a command prompt and type in telnet [fqdn or IP] [port #]. If you connect it is accepting connections and your issue is elsewhere.

    Something...

  • RE: HELP-- Need to Create a Trigger when a database is updated to write to a history table the old and the new value along with the timestamp

    Yes, that code works, but it does loop which is going to be a bit slow. I prefer to not write generic triggers like that because, while they are...

  • RE: No remote connections enabled

    Can you ping the remote server?

    Can you connect using Telnet?

    If you could connect before, what has changed since you successfully connected?

  • RE: local server groups -- question

    If you have the local server group selected in the Registered Servers tab and then do Open File it will connect to group.

  • RE: help with distinct

    Michal-469362 (9/14/2011)


    I am brain dead this morning...

    I have a table that I want to list distict phone #'s. I can do that with with:

    SELECT DISTINCT PHONENBR FROM...

  • RE: No remote connections enabled

    This is linked server, have you tried connecting directly without the linked server overhead?

  • RE: An alternative to GUIDs

    ComputerFieldsInc (9/15/2011)


    Great article, and great responses. I'm a developer on a team working on a redesign of a Visual FoxPro application. Initially the project scope will focus on migrating the...

  • RE: Are the posted questions getting worse?

    Grant,

    Defaulting all character columns to varchar or, even worse, nvarchar and then compounding it by using 255.

    No statistics or index maintenance.

    Then echoing just about everything else everyone else said.

  • RE: Are the posted questions getting worse?

    Congratulations to Jeff, well-deserved, although don't you call yourself a developer, not a DBA?:-D

  • RE: Are the posted questions getting worse?

    SQLRNNR (9/12/2011)


    Jack Corbett (9/12/2011)


    SQLRNNR (9/12/2011)


    Chad Crawford (9/12/2011)


    Woohoo. Attended my first SQL Saturday and spoke there as well. Was as nervous as <fill in your favorite joke here>,...

  • RE: Are the posted questions getting worse?

    SQLRNNR (9/12/2011)


    Chad Crawford (9/12/2011)


    Woohoo. Attended my first SQL Saturday and spoke there as well. Was as nervous as <fill in your favorite joke here>, since the topic...

  • RE: Are the posted questions getting worse?

    Chad Crawford (9/12/2011)


    Woohoo. Attended my first SQL Saturday and spoke there as well. Was as nervous as <fill in your favorite joke here>, since the topic they...

  • RE: Another bug in SS?

    GilaMonster (9/9/2011)


    Want to be really evil? (now we are getting into the mess that is nested transactions, named transactions and error handling)

    How many rows does that select return? 0, 1,...

  • RE: Another bug in SS?

    Ninja's_RGR'us (9/9/2011)


    So is it worth opening a connect ticket on this so we can let the community vote on it?

    I have verified the behavior with SQL Server 2005 SP4.

    I also...

  • RE: The Apprentice

    roger.plowman (9/9/2011)


    This thread is just another version of "should we promote certificates". 🙂

    Having spent 30+ years in the industry as a jack-of-all-trades (master of none I admit) I've seen great...

Viewing 15 posts - 2,206 through 2,220 (of 9,641 total)