Forum Replies Created

Viewing 15 posts - 16 through 30 (of 96 total)

  • RE: A Lack of Data

    Your airline carrier could learn something from the Underground train drivers in London. Although there are frequent delays on the Tube, passengers are always informed of the reason for...


    When in doubt - test, test, test!

    Wayne

  • RE: Advertising

    You may want to consider a donation scheme to keep the site growing. I'm sure some people would not mind making a small donation every month or year, if...


    When in doubt - test, test, test!

    Wayne

  • RE: Being a Professional

    If you examine the nationality the 100,000 MCDBA's, a lot of them probably live outside the US. I am a South African, living in London, and while the conference...


    When in doubt - test, test, test!

    Wayne

  • RE: Free SQL Prompt 2.0 valuable, but flawed; V3.0 being built from scratc

    For many people, a free but flawed product is still better than a perfect but expensive tool...

    Is the licence for v3 a per head licence? That can be quite...


    When in doubt - test, test, test!

    Wayne

  • RE: Same function called twice with different params returning same value

    No, the cast does not work.


    When in doubt - test, test, test!

    Wayne

  • RE: Same function called twice with different params returning same value

    If I move both CASE statements around the UDF into the UDF itself as a IF, I also get incorrect results.

    If I try the following I get the expected, correct...


    When in doubt - test, test, test!

    Wayne

  • RE: Same function called twice with different params returning same value

    Hi all. Here is the code - it is pretty ugly. I'm still busy optimising it. It won't run, as my boss asked me to change the...


    When in doubt - test, test, test!

    Wayne

  • RE: Take Me Out to the Ballgame

    I used to work at a company where we had SQL jobs running all through the night and weekends, usually staging product and price updates to the web site. ...


    When in doubt - test, test, test!

    Wayne

  • RE: SSIS error when doing Fiuzzy Grouping

    Thanks for the reply. I took a look at the SP1 fix, but my problem did not meet the requirements for that bug.

    I actually did fix the problem by...


    When in doubt - test, test, test!

    Wayne

  • RE: What is the best way to copy a DB?

    The previous posting of restoring a backup should work quite well. Create your template database, back it up and then restore it with a new name when you need...


    When in doubt - test, test, test!

    Wayne

  • RE: DTS package designer blank screen

    Did you ever fix this problem? I'm getting the same problem in our new server. I migrated from Windows 2000 Server to Windows 2003 Server. SQL SP3.


    When in doubt - test, test, test!

    Wayne

  • RE: recovering stored procedures

    In Query analyser, go Tools/Options/Results. Change 'Max chars per column' to 8012.

    Large sprocs could be split over multiple rows in syscomments.


    When in doubt - test, test, test!

    Wayne

  • RE: recovering stored procedures

    The code for stored procedures is kept on the system table syscomments which resides on your database. To be honest, unless you have been using VSS or some scripting...


    When in doubt - test, test, test!

    Wayne

  • RE: I need help with defining development standards and practices

    Some standards we've found useful here:

    1.When replacing a stored procedure or function, rename the old version using sp_rename (assists with speedy rollback and version control). Rename using sprocname_WF_20060309_CommentClearquestProject. ...


    When in doubt - test, test, test!

    Wayne

  • RE: Data transfer betweenm two sql servers

    For simple transfer, DTS is often the best solution but I recommend creating the destination tables first (with primary keys). Don't use the DTS option to delete the contents...


    When in doubt - test, test, test!

    Wayne

Viewing 15 posts - 16 through 30 (of 96 total)