Forum Replies Created

Viewing 15 posts - 2,806 through 2,820 (of 3,607 total)

  • RE: SQL Server 2000 Max database size

    According to books on line it is 1,048,516 TB.

    It does say that the maximum size of any one file in the database can be 32TB and that the maximum number...

  • RE: Shrinking Databases

    I am pretty sure that shrinking the database requires an exclusive lock on the database so if anyone access the database the shrink will fail.

  • RE: Is this a duplicate index?

    Looking at index 3.

    If you search for records with just an ACCT_DT field in the WHERE clause the index will be used.

    If you search for records based on ACCT_DT and...

  • RE: Invalid indexes in sysindexes

    Sysindexes holds more than just indexes. If you see entries such as _wa_sys_etc then these are system generated statistics.

    Similarly, if you have generated manual statistics then these will also...

  • RE: Database Cloning?

    I have two database servers where the logins have been transferred so they both have the same sid values.

    This means that I can simply do an automated BACKUP and RESTORE...

  • RE: Stored Procedure problem ??

    Do you have a clustered index on the table and if so on what column(s)?

    How many indices are there on your table? Do you really need them?

    It is always...

  • RE: Why Be an MCP?

    Old cynic filter input = "Young, fresh, enthusiastic"

    Old cynic filter output = "Naive, unjaundiced and cheap"

    Yes you should have employed them

  • RE: Technological evangelists

    Anyone remember Z80 and 6502 Assembly Language?

  • RE: Technological evangelists

    I cleaned out my attic the other day and came across some college notes.

    One of the lecturers had written "with the simplicity and ease of use of CP/M it is...

  • RE: Why Be an MCP?

    Ah 1966, yes indeed. I was conceived during the celebrations!

  • RE: Why Be an MCP?

    When I did the original SQL 6.5 courses the person taking the course warned us that the exams had some answers that had to be answered a particular way and...

  • 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....

Viewing 15 posts - 2,806 through 2,820 (of 3,607 total)