I wanted to move my database log file to another drive, but unfortunately I
executed wrong command .
alter database ABC modify file
(name = 'ABC_log',filename= 'D:\Program Files\Microsoft SQL
Server\MSSQL\data\ABC_log.LDF')
instead of
alter database ABC2 modify file
(name...
more >>
Hi.
I am getting started using SQL. My primary objective is to be able to
write ANSI SQL statements at a high level, outside of a certain
platform. I am using the book SQL A Beginner's Guide by Forrest
Houlette.
To get started, I downloaded the Microsoft SQL Server 2000 Desktop
E...
more >>
Hello. I have recently installed a second PC and it is connected via a LAN.
I have SQL Server 2000 installed on my main PC but I wanted to access the
SQL databases in the server from the other PC. Main PC running XP Pro, other
PC running 98SE. I have installed the client tools on the 98SE but ...
more >>