Forum Replies Created

Viewing 15 posts - 496 through 510 (of 650 total)

  • RE: Project Management Management

    The Blob analogy is a good one. I always wondered why that film terrified me so much. Actually I think that there are two blobs. The project itself , and...

    Best wishes,
    Phil Factor

  • RE: The September 2008 Car Update

    I'm sure others have been too kind to mention this, or maybe I'm just a butt hole.

    [p]I'm in awe of Steve's writing skills myself. His sentences are...

    Best wishes,
    Phil Factor

  • RE: SQL studs and studettes!!!Please recommend something on this...Thx

    At my age, I can't resist being called a SQL Stud.

    You'll need to pop a persisted, computed, column based on the formula CONVERT(INT, SUBSTRING(CardNum, 1, 9)) into the BATCHTRANS...

    Best wishes,
    Phil Factor

  • RE: Should He Stay or Should He Go?

    Firing? how crude.

    In any large company, the effort and expense involved, to say nothing of the negative visibility to oneself, precludes any possibility of sacking (firing) this guy. It...

    Best wishes,
    Phil Factor

  • RE: A Lack of SQL

    A while back, Robyn and I wrote a CLR workbench for Simple-Talk. I was rather pleased with it because it didn't require Visual Studio. Even the ISQL mob would have...

    Best wishes,
    Phil Factor

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    [p]I hope I'm not mentioning anything that you are covering in subsequent articles, but when you need row and column totals, averages, or other aggregations, then suddenly the CUBE and...

    Best wishes,
    Phil Factor

  • RE: SQL Profanities

    True, Steve. I once didn't even realise TSQL had a Goto...but then the first time I ever came across a goto and a cursor in the same sp was in...

    Best wishes,
    Phil Factor

  • RE: SQL Profanities

    I think that there is a problem with trying to lay down hard and fast rules as to what is 'Best Practice' with Transact SQL. For some reason, we are...

    Best wishes,
    Phil Factor

  • RE: Creating Remote folder using XP_CMDSHELL in SQL 2005

    Are you sure that you have given permission to SQL Server Service Account to create the directory? (check the service itself and see what log on it is using.)

    The best...

    Best wishes,
    Phil Factor

  • RE: Just For Fun: An Impossible Delete

    Oops

    I've just seen Chris Morris solution in the original forum, which is pretty much the same as mine. He got there first. I'll shut up!

    Best wishes,
    Phil Factor

  • RE: Just For Fun: An Impossible Delete

    Yes. Shaun

    The Sybase and SQL Server Update command allows the use of variables in the SET statement. In the case of SQL Server 2005, this is....

    SET

    ...

    Best wishes,
    Phil Factor

  • RE: Just For Fun: An Impossible Delete

    Aiee! Yes, I tapped it in a bit of a hurry. Any delimiter between the values will help the hash. My only worry is that it found one more row...

    Best wishes,
    Phil Factor

  • RE: Just For Fun: An Impossible Delete

    Surely this is the simplest solution? (be warned of a nasty catch when creating these 'quirky updates'. the order of execution of the update is -variable assignments first then column...

    Best wishes,
    Phil Factor

  • RE: Add [ code ] tag to IFCode shortcuts

    Yes, the Prettifier is still there to translate SQL code into IFcodes. on http://extras.sqlservercentral.com/prettifier/prettifier.aspx?style=5

    The style=5 at the end puts you straight into IFcode style. It would certainly be neat to...

    Best wishes,
    Phil Factor

  • RE: How to show the column wise data into row wise

    Well, yes. Pivot tables are fiddly to do 'on the fly' in SQL Server I grant you. Also, you get free graphs, and drill-down if you use Excel. I quite...

    Best wishes,
    Phil Factor

Viewing 15 posts - 496 through 510 (of 650 total)