Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 3,221 total)

  • RE: Restore

    As of the time of this posting (20 attempts) 55% of the answers are incorrect - appallingly high, of those 10 % or (2 indiviuals) selected extents .

    So...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: New SSMS addin, complete with demo videos, but need advice

    allmhuran (1/15/2011)


    Thanks for your feedback all. After sleeping on it I have decided to release the addin and code under the GNU GPL and set some recommended donations for different...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Best Way to Store this Kind of Data

    Although not a cook or chef, heck might wife tells me I can burn water.

    But intrigued by the thought of what you are attempting to do. Now I shudder...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: New SSMS addin, complete with demo videos, but need advice

    LutzM (1/15/2011)


    allmhuran (1/15/2011)


    That's a good idea and one I had only vaguely considered. I'm not sure how I would approach them though. Guess I'll give them a call 🙂

    At least...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: New SSMS addin, complete with demo videos, but need advice

    Have you considered approaching companies with an already established marketing presence and reputation in the industry such as Redgate, Confio, Idera, and Quest. Offering them your code for a set...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Retun list of top domain names?

    Now read this ... after all November 2011 is close approaching.

    The change from IPV4 to IPV6

    http://www.bbc.co.uk/news/technology-12183098

    And then to test your own system readiness follow this link

    http://test-ipv6.com/

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Database Design - Transaction Strategy

    Since you are handling

    Imagine this same logic applied to every file/table (could be hundreds).

    I would recommend hiring a SQL SERVER Database Administrator (DBA) to join your group to...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Database Design - Transaction Strategy

    User has also posted this question to:

    http://www.sqlservercentral.com/Forums/Topic1047273-373-1.aspx

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    JUst got the notification

    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b953e84f-9307-405e-bceb-47bd345baece&displaylang=en

    Now Available for Download

    The RTM version of Service Pack 4 (SP4)

    for Microsoft SQL Server 2005 is now available

    for download, and includes SQL Server 2005...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    On a more joyous note, I ran across this link on MSDN's Channel 9

    http://whathappenedinmybirthyear.com/

    Go ahead, go to it, input your year of birth, now it is not video, but HTML...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: VLFs in Log Files

    cengland0 (1/7/2011)


    Tom.Thomson (1/7/2011)


    Nice question, but: why would anyone create a 50GB log file in one fell swoop, rather than say making a logfile of 7142 MB and then extending it...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SQL Server 2008 Express Edition

    Use this link to see the features supported by SQL Server 2008 (all editions).

    http://technet.microsoft.com/en-us/library/cc645993(SQL.100).aspx

    Scroll down the page a good ways to Management Tools and you wil see that...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SQL "CASE" Help

    Is this what you require?

    CREATE TABLE #T(Department VARCHAR(20),TrxFullPrice MONEY)

    INSERT INTO #T

    SELECT 'Souh',100.00 UNION ALL

    SELECT 'Diam',110.00 UNION ALL

    SELECT 'Jewr',120.00 UNION ALL

    SELECT 'Nuts',500

    SELECT SUM(TrxFullPrice) FROM #T

    WHERE Department IN('SOUH', 'DIAM', 'JEWR')

    Result is $330.00

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Do you use Facebook?

    I use it so that my Grand Daughter can post to her Facebook page pictures and videos of my GREAT GRAND DAUGHTER, other wise it is a 1,200 mile round...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SQL to find duplicates

    Not so simple if you have addresses like

    2 South Wood Street

    2 S. Wood Street

    2. South Wood St.

    etc, etc.

    Can you supply some sample data, table definition and desired results following the...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 1,531 through 1,545 (of 3,221 total)