Viewing 15 posts - 286 through 300 (of 310 total)
Hi,
Go out and buy the textbook. You can get hold of a secondhand copy on Amazon or similar site for a very reasonable price.
The book also comes with a CD...
June 16, 2008 at 5:20 am
Hi,
I would not recommend that you change the restore mode of your configuration as if you are using the with No Recover option the database will not even be accessible...
June 16, 2008 at 3:07 am
Hi,
The line from you error message included below would seem to suggest that the log files are being located successfully but that they are unable to applied to the database.
2008-06-13...
June 16, 2008 at 1:59 am
Hi,
SSAS is quite a big subject area. Take a look at some of the video tutorials on the following site. A wealth of information is available.
http://channel9.msdn.com/posts/ZachSkylesOwens/Business-Intelligence-09c-Using-the-Cube-Wizard/
Cheers,
John
June 15, 2008 at 1:50 pm
Great comments ola!
I'm sure you already know this, but for those that may not, the reason why smaller indexes become fragmented quickly is because there are fewer index levels and...
June 13, 2008 at 10:35 pm
Hi,
Rather than using a cursor, you can insert your data into an ordered table by using a identity column. Then just create a typical loop data structure to sequence through...
June 13, 2008 at 3:53 pm
Hi,
I would recommend that if you are configuring your database on clean hard disks, that you reserve as much space as you think you will realistically need for the database....
June 13, 2008 at 3:29 pm
Hmmm, this is a long shot but I wonder if this could be permission issue? What privileges have been granted to the account you are using to connect to...
June 13, 2008 at 9:24 am
Hi,
Have you tried browsing to the log files on the file system?
They typically live in a location similar to the following.
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG
June 13, 2008 at 9:17 am
Hi,
Not wanting to sound witty, although I am a funny guy, are you sure you have not just installed the client components during the installation process?
On the "Components to Install"...
June 13, 2008 at 7:01 am
Hi,
I am a little confused as I was under the impression that all SQL Server Backups were online, so perhaps another poster can clarify this point?
My question was looking at...
June 13, 2008 at 6:48 am
Hi Sony,
RAID is a technology that is available for use with a disk array yes.
Quite a big subject area to get stuck into however the following link may prove benificial...
June 13, 2008 at 5:57 am
Hi,
Also, keep in mind that if you are using a single disk, you will see little if any performance gain by using multiple file groups.
The purpose of Filegroups is primarily...
June 13, 2008 at 5:28 am
Hi,
What type of backup are you performing in the morning?
The error would appear to suggest that the sequence of log files is being interrupted. This will occur if you perform...
June 13, 2008 at 5:23 am
Hi,
select @@servername
Will return the name of the current server.
Cheers,
John
June 13, 2008 at 12:02 am
Viewing 15 posts - 286 through 300 (of 310 total)