Viewing 3 posts - 16 through 18 (of 18 total)
Hi,
All you need to do is ...
USE master;
GO
ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = 'E:\SQLData\tempdb.mdf');
ALTER DATABASE tempdb MODIFY FILE (NAME = templog, FILENAME = 'F:\SQLLog\templog.ldf');
... Just change...
April 16, 2007 at 8:12 am
#700692
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.
April 16, 2007 at 7:35 am
#700681
Becuase their also Active Directory controllers for the remote sites, there are no local groups.
Thanks
March 21, 2007 at 8:38 am
#696171