Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 3,669 total)

  • RE: Let the Excel Play

    Does it work? Yes

    Should it be used? Not if you want a robust scaleable solution.

    In the environment where I work we had to buy and install a server...

  • RE: The Glue that Binds

    The thing that worries me with all RAD tools is that they produce a mechanically working thing very fast but there is difference between something that works and something that...

  • RE: When Is Work, Work?

    Most UK companies have between 20 and 25 days annual leave plus public holidays.

    Most of the ones I have worked for have asked that 3 days of that leave be...

  • RE: When Is Work, Work?

    There is a fine line between "going the extra mile" and being played for a sucker.

    Lawyers and accountants charge by the hour and often the minute so why should I...

  • RE: The August 2008 Energy Update

    Windfarms are not as green as their advocates would have you believe. Their power output is pretty meagre and you have to jump start them using a hefty motor.

    They...

  • RE: Excel with Stored Procedures

    Years ago, sorry decades ago, there used to be a product from a company called Personics called Monarch.

    What the product did was to take spool files off a mini-computer print...

  • RE: Excel with Stored Procedures

    I understand what you are saying about using views etc but things that don't matter a jot in small to medium databases suddenly become a very big deal in larger...

  • RE: Excel with Stored Procedures

    I've got to keep 200 DB servers up and running with typical specs of 16 CPU 24GB RAM replicating across 3 sites.

    Even at my most cynical (and I can be...

  • RE: Social Profiling

    I've just been listening to BBC Radio 4 and there is a case where someone has been prosecuted for having an Al Queda training manual. It is illegal in...

  • RE: A Good Case For Reference

    For me I want to see some good SERVICE BROKER examples. Some good monitoring tools for service broker would be appreciated.

    Please M$ smarten up the error messages in SQL....

  • RE: Scary Questions

    Moore's law came from Intel and its rare to see a server struggling with cpu compared to the number that struggle with disk these days- unless of course the clr...

  • RE: Scary Questions

    There is an argument that the cost of tuning something to the n'th degree is excessive considering the fact that computing power doubles every 18 months.

    I've never been a good...

  • RE: SELECT DATABASE.OWNER.TABLENAME returns less rows than if I use only the TABLENAME

    It is not a good idea to have objects owned by people other than the dbo.

    It is also not a good idea to rely on SQL Standard security especially in...

  • RE: How to change a field type

    I'm assuming you are using Visual Studio and don't have access to the standard SQL Server tools.

    There is a table called sysreferences that is in all databases, it is this...

  • RE: SELECT DATABASE.OWNER.TABLENAME returns less rows than if I use only the TABLENAME

    If you run SELECT * FROM tablename then you will get records returned from a table owned by yourself it such a thing exists or as a fall back a...

Viewing 15 posts - 2,101 through 2,115 (of 3,669 total)