Viewing 15 posts - 7,441 through 7,455 (of 9,241 total)
Adiga (11/1/2010)
Here is the official documentation on how to Install SSRS.
That link covers SQL Server 2005 not 2008!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 1, 2010 at 10:44 am
romil
which edition of SQL server 2008 are you installing?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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!!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 31, 2010 at 3:55 am
Yes, which service pack do you intend to install?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 31, 2010 at 2:30 am
I have seen these issues before along with the SKU invalid error (appears when you try to add a node!).
Slipstream the service pack during install to overcome these issues with...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 30, 2010 at 4:42 pm
pinnamaneni.pavani
could you provide info from the cluster.log
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 30, 2010 at 4:09 pm
Jeff
There isn't really any hard fast link for a fix, it depends what the failure is. Each situation is taken on it's own merit.
For instance something I have seen a...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 30, 2010 at 8:18 am
Viewing 15 posts - 7,441 through 7,455 (of 9,241 total)