Forum Replies Created

Viewing 15 posts - 511 through 525 (of 673 total)

  • RE: The Importance of My Cloud Data

    Mad Hacker (1/20/2011)


    While I do believe that the cloud has its place and even its advantages in certain situations, I'm not yet convinced that its a good platform for...

  • RE: Physical vs Virtual Memory Question

    Fraggle-805517 (1/20/2011)


    SanDroid (1/20/2011)


    Can you post the return of the "SELECT @@version" command

    Also please post "exec sp_configure".

    If you could also tell us the size of the Page file, #CPU's, size of...

  • RE: Physical vs Virtual Memory Question

    Fraggle-805517 (1/20/2011)


    2.8Ghz processor with 8 cores

    PageFile is 4.3GB on the C drive which is a RAID 10

    TempDB is a logical drive off of the Primary C drive above.

    .MDF files...

  • RE: Physical vs Virtual Memory Question

    Can you post the return of the "SELECT @@version" command

    Also please post "exec sp_configure".

    If you could also tell us the size of the Page file, #CPU's, size of system drive.

    My...

  • RE: Restore

    GilaMonster (1/17/2011)


    SanDroid (1/17/2011)


    Not certain who is learning.

    Restoring a group of pages can restore an extent.

    There is no RESTORE DATABASE ... EXTENT command. There is a RESTORE DATABASE ... FILEGROUP, a...

  • RE: Restore

    Steve Jones - SSC Editor (1/19/2011)


    I miss the "submit a note" item at the top right for the online BOL

    So do I. Unfortunate that a large percentage of...

  • RE: 7934149330 reads Vs 20 Writes - 20 executions?

    sqldba_icon (1/18/2011)


    Actually it is 20 writes and 7934149300 reads for one execution. In any scenario would it be normal for

    7934149300 reads and 20 writes.

    It all depends on the query...

  • RE: Physical vs Virtual Memory Question

    One thing that is ofter overlooked is the CPU has to maps and control memory addressing. More System memory = more time the CPU needs to work it.

    I...

  • RE: Restore

    bitbucket-25253 (1/16/2011)


    So once again the QOD becomes a teaching tool.

    Not certain who is learning.

    Restoring a group of pages can restore an extent.

    Are all the answers actual Restore command types as...

  • RE: ETL Security Holes

    Eric Russell 13013 (1/17/2011)


    Regarding the issue of copying data for analysis or reporting purposes from the production environment into un-secure environments, it should be considered a best practice to provide...

  • RE: Restore

    Steve,

    An extent is nothing more that a group of eight contiguous database pages.

    Since Page restore can be used to restore one or more damaged pages, it can restore any extent...

  • RE: ETL Security Holes

    Data security starts at data access.

    If an unwanted user can access the data, it is not secure. PowerPivot does not change this.

    It might in some cases...

  • RE: The Importance of My Cloud Data

    The cloud, and it's issues, are as old as the mouse. However I have found that my mouse is more reliable than any cloud service I have used. ...

  • RE: ANSI Padding

    Tom.Thomson (1/11/2011)


    Hugo Kornelis (1/11/2011)


    Did I misinterpret the documentation? Or is Tom incorrect? (Christian's test code suggests the latter).

    I think you are right - I got it wrong. Mea maxima...

  • RE: Before Insert or Update Trigger

    Nice question. I also did not quite understand if the question meant could this be done with a trigger, or could you actually update the inserted table to change...

Viewing 15 posts - 511 through 525 (of 673 total)