Forum Replies Created

Viewing 15 posts - 2,866 through 2,880 (of 3,656 total)

  • RE: Why Be an MCP?

    I would like to know of all those certified people

    a) Did you sit exams at the end of a formal paid for course?

    b) Did you personally pay or did your...

  • RE: Problem in creating indexed view

    In other words command that might be remotely useful in an indexed view.

    BOL does not exclude aggregate functions but does say that COUNT_BIG should be used rather than COUNT.

    It also...

  • RE: help with a query output

    VBScript

    Response.Write "&news=" & Server...

    JavaScript

    Response.Write "&news=" + Server...

    If you are using Visual Studio to write your code there is a way of setting up line by line debugging however I have...

  • RE: Technological evangelists

    In short, someone who forgets that businesses sees IT as nothing more than a tool. Pro or anti Microsoft makes no difference.

    Its a bit like the politically correct whingers....

  • RE: bit vs. tiny integer - Performance issue

    Yes you can index BIT columns but the query optimizer will probably ignore the index because it is likely to have poor selectivity.

  • RE: Multiple Type Tables vs One

    See the following article and heated discussion.

    http://www.sqlservercentral.com/columnists/dpeterson/lookuptablemadness.asp

    My personal view on it is that if your Master look up table does not have a vast number of rows in it then...

  • RE: help with a query output

    document.write is client side stuff.

    Response.Write is server side.

    <%= is short hand for Response.Write

    Response.Write "&news=" + Server.URLEncode((to.Fields.Item("news").Value))

  • RE: Super Sunday

    I'm not too sure of the rules of American football however if you are prepared for a little foreign intervention try Rugby.

    If Rugby looks too sissy try Australian...

  • RE: bit vs. tiny integer - Performance issue

    From a performance perspective I think that the fact that BIT fields take up less space means you can more records on a data page and therefore more records can...

  • RE: A Virus in Your Spyware?

    What I don't understand is how buffer overruns are found in proprietary software. I can understand open source stuff being found because you have access to the source code,...

  • RE: Developer Edition : Please explain ?

    You got something clear, simple, non-ambiguous and non-contradictory out of the Microsoft licensing department????

    That is the single most impressive thing that has EVER been put on a forum.

  • RE: A Virus in Your Spyware?

    The FireFox bug is that the address bar does not display the full unicode character set so a unicode character may appear in the address bar as a standard ASCII...

  • RE: NEED ANSWER FAST (about sa password now blank)

    If Enterprise Manager is not set to ask for the password whenever it connects then all you have to do to reset the SA password is start EM and edit...

  • RE: Bizarre occurence with Date using BETWEEN function

    I find that datetime comparisons are a mine field because your configuration of SQL can be set to accept M/D/Y or D/M/Y so 02/10/2005 can be 10th February or 2nd...

  • RE: SQL Server to ORACLE training courses

    Thanks Frank,

    If you notice your site traffic jump through the roof it will be my fault!

    Judging by the sheer volume of SPAM I get there isn't a limit to the...

Viewing 15 posts - 2,866 through 2,880 (of 3,656 total)