I have a weird situation. Currently, I have a server that hold IIS, some apps, and SQL Server on the same C. Right now, we got another drive on the server.
The Question is : should I move the data file to the new drive ? or the log file?
Also, there are 2 tables that are very big (8M records) with heavy Insert Delete Update and heavy fragment. Should I simply move that 2 tables to the new drive by partitioniing?
The Question is : should I move the data file to the new drive ? or the log file?
Also, there are 2 tables that are very big (8M records) with heavy Insert Delete Update and heavy fragment. Should I simply move that 2 tables to the new drive by partitioniing?
kenneth