Viewing 15 posts - 7,906 through 7,920 (of 9,244 total)
it all depends on
32 bit or 64 bit
memory available
CPUs available
SQL Server edition
and others besides. For example, What is the servers intended workload?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 7, 2010 at 3:29 pm
if for some reason this table does not have a clustered index then simply create into your new filegroup, either way if it is a large table this could take...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 7, 2010 at 3:19 pm
hi
sorry, not screenshots of the web pages. Screenshots of the sections in report services configuration manager
configuring IIS and service accounts are way beyond the scope of a post in this...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 3, 2010 at 12:43 pm
pavleesseck (6/2/2010)
I will try this solution on my simulating SQL cluster in VMware Infrastructure 3 first. 🙂
good man, was gonna be my next suggestion 😉
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 2, 2010 at 11:20 am
NazerMohamed (6/2/2010)
My installation of SSRS is in...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 2, 2010 at 11:18 am
presumably you are currently presenting these over iSCSI?
You would need agreed downtime for your cluster there's no getting away from that.
I would create the new LUNS and attach them...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 2, 2010 at 8:44 am
Hi
couple of questions.
is IIS installed\configured on this server (do you have any websites)?
Are you using a service account for the SSRS service?
Can you post some screenshots for web service URL...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 2, 2010 at 8:21 am
is the backup they have sent you definitely a full backup? Post the results of the following query
restore headeronly from disk = 'drive:\path\backupfilename.bak'
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 1, 2010 at 3:40 pm
CavyPrincess (6/1/2010)
I've installed SQL Server Clustering, but not Windows Clustering using VMWare
Hi Cindy
glad you found it useful. Remember that clustering is totally separate to SQL Server. SQL Server merely makes...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 1, 2010 at 9:36 am
Bingo, you got it. 😉
Well done!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 29, 2010 at 5:47 am
you may want to try posting in the correct forum in future 😉
The database table you need to query is sys.database_principals, this script should help!
use yourdb
select 'Login name : '...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 29, 2010 at 3:17 am
Jeff Moden (5/27/2010)
Just don't throw the book at me. 😛
No give him a taste of his own medicine and throw a few pork chops instead 😀 :laugh:
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 28, 2010 at 4:14 am
when you get the error
are you creating a failover cluster instance or adding a node to a failover cluster instance
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 28, 2010 at 4:12 am
Hi
Check my tutorial at the following link for installing a SQL Server 2008 clustered instance under VMWare Server 2.0!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 27, 2010 at 11:58 am
which version of SQL Server are you attempting to cluster?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 27, 2010 at 11:54 am
Viewing 15 posts - 7,906 through 7,920 (of 9,244 total)