Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 3,667 total)

  • RE: A Question of Scale?

    I've seen an ORACLE database slaughtered by a web content management system in testing, but in real life it coped just fine.

    One issue I have seen with testing is coming...

  • RE: A Question of Scale?

    You say that the locking issue only applies at the default isolation level of READ COMMITTED

    Surely this knocks the ORACLE guys argument for six because although it is the default...

  • RE: A Question of Scale?

    I went to a SQL2005 tech-ed briefing and was told that ultimately SQL2000 was limited however no expense has been spared on SQL2005 to ensure that it does scale.

    With SQL2000...

  • RE: Question of the Day for 04 Jul 2005

    This question is a lobbed hand grenade. I hope the SQLServerCentral.com servers are up to the flaming.

  • RE: Cannot insert single quot '''' - in SQL Server from ASP.NET forms

    Replace any single quote instances with two single quotes in your variables.

    I should also use a stored procedure and use what ever the .NET equivalent of a Command object is...

  • RE: Creating Dot Net Stored Procedures in SQL Server 2005

    @set PATH=%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;%PATH%;

    Shouldn't that read

    @set PATH=%FrameworkDir%\bin;%FrameworkDir%\%FrameworkVersion%;%PATH%;

    And in the source code where is the LogIt function defined?

    Other than that it is nice to see a practical example of the CLR functionality.

  • RE: Can Wives Shorten Work Hours?

    I totally agree, and as the summer holidays are coming up I'll be removing the blocking of "Valium" from my SPAM filter

  • RE: Can Wives Shorten Work Hours?

    During the industrial revolution one of the mill owners discovered that when he cut his workers hours from 18 per day then productivity shot up!

    Sir John Harvey Jones was famous...

  • RE: Views in Query Analyzer

    Also, don't forget to click on the refresh icon.

    Providing that the login that is used top register the database has the correct permissions this will work.

    Double-check which database you created...

  • RE: Jobs hang on "Running Completion Tasks"

    Thanks for this.

    I've resorted to having a windows CMD file run with

    NET STOP SQLSERVERAGENT

    NET START SQLSERVERAGENT at 06:00 every morning.

    It is crude and horrible I know but 9...

  • RE: Another user trying get around a TEMP table

    In your 2nd attempt your where scandate'1899-12-30 00:00:00.000' needs to be outside of you derived table query.

    Loose the DISTINCT from the derived table query, it is superfluous.

    Do you have and...

  • RE: Telecommuting DBAs

    Brilliant!!

    The downsides to telecommuting are that you become the invisible employee (See Steve's editorial 21st June 2005) and there is less emotional baggage in firing/downsizing an invisible employee.

    There is definitely...

  • RE: Security Through Chaos

    There is a government network that has so many levels of security that the must-have device for any lap-top user is a dial-up modem because the speed of a...

  • RE: Security Through Chaos

    Bio-diversity is why we haven't been wiped out by

    a) The black death

    b) Smallpox

    c) Flu

    d) Umpteen others

    I agree with pg53. The key is that the people managing these diverse technological...

Viewing 15 posts - 2,701 through 2,715 (of 3,667 total)