Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Tempdb

    Hi,

    All you need to do is ...

    USE master;
    GO
    ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = 'E:\SQLData\tempdb.mdf');
    GO
    ALTER DATABASE tempdb MODIFY FILE (NAME = templog, FILENAME = 'F:\SQLLog\templog.ldf');
    GO
    ... Just change...
  • RE: More than 10 Pages to Excel

    Hi,

    I've found that it only generates seperate tabs for each seperate grouping, therefore I would assume you have some groupings which have more than one page ?

    Regards,

    Ian.

  • RE: Viewing Windows Event Logs

    Becuase their also Active Directory controllers for the remote sites, there are no local groups.

    Thanks

     

Viewing 3 posts - 16 through 18 (of 18 total)