Viewing 15 posts - 7,441 through 7,455 (of 9,244 total)
SqlN00bie (11/1/2010)
November 2, 2010 at 5:48 am
Parthi
see the attachment below for my instructions on how to configure an SSRS 2008 instance
😎
November 1, 2010 at 3:14 pm
have you checked the local administrators group on the server?
November 1, 2010 at 10:50 am
Adiga (11/1/2010)
Here is the official documentation on how to Install SSRS.
That link covers SQL Server 2005 not 2008!
November 1, 2010 at 10:44 am
romil
which edition of SQL server 2008 are you installing?
November 1, 2010 at 10:41 am
which part exactly are you stuck on? I have some configuration instructions if required. SSRS does not actually use IIS any longer although it does still use the kernel mode...
November 1, 2010 at 10:20 am
mohammed moinudheen (11/1/2010)
Thank you Perry. I will try this out and revert to the forum for further queries.
Obviously if using the Windows 2008 Eval edition you will have to rebuild...
November 1, 2010 at 6:25 am
mohammed moinudheen (10/31/2010)
Is there anyway we could try clustering on a windows 7 machine just for learning purpose.Please advise.
Use the Windows 2008 R2 OS for your host machine, VMWare Server...
November 1, 2010 at 3:26 am
Henrico Bekker (10/31/2010)
You need an OS with Cluster support, Server 2003 or 2008 would be best to test.
Mohammed's current issue is regarding the virtual machine host OS not the cluster...
November 1, 2010 at 3:18 am
Check the VMWare Server user's guide for details of supported host OS's. I have successfully used Windows XP Pro SP2, however I dont think Windows 7 is supported and certainly...
October 31, 2010 at 11:48 am
also, you don't need to restart the sql server sevices when changing a database file location with alter database, the offline\online will be sufficient!
October 31, 2010 at 6:57 am
Also, make sure the SQL Server instance has permissions on the location you are moving the file to!!
October 31, 2010 at 5:13 am
correct sequence is;
1. ALTER DATABASE TEST MODIFY FILE (NAME = test, FILENAME = 'F:\SQL data\test.mdf')
2. bring DB offline
2. Copy MDF file to new Drive
3. Bring Db online.
Did copy the file...
October 31, 2010 at 4:49 am
to slipstream Service pack 1 do the following;
➡ Ensure you have SP2 installed for Windows 2003
➡ install .NET 3.5 framework (on the dvd image)
➡ install Windows Installer 4.5 (on the...
October 31, 2010 at 3:55 am
Yes, which service pack do you intend to install?
October 31, 2010 at 2:30 am
Viewing 15 posts - 7,441 through 7,455 (of 9,244 total)