Viewing 15 posts - 1 through 15 (of 21 total)
Finally !
Shared with you guys that the problem is turned out to be that the table has computed column using a user function , and the new released...
September 24, 2013 at 12:39 pm
use database
go
select * from [schema].[tablename]
i use the above, the weirld part is that it works for all other tables except this one, even i try open it...
September 23, 2013 at 4:41 pm
Thanks for reply guys, but it's NOT schema issue ( i am Sr. DBA i know that part), just wondering what could be wrong ?
September 23, 2013 at 4:05 pm
tempdb will have heavy disk IO as the databases have snapshot isolation turned on .
All three LUNs are RAID 10, both data and log luns will have snap mirror...
May 14, 2012 at 1:02 pm
Thanks Jason, appreciated , this helps !
March 28, 2012 at 5:04 pm
High-Level POA...
1. install new instance of Analysis Services (AS) on the new server
2. ensure service account has appropriate access to the database instance on old server (for processing)
3. update old...
December 20, 2011 at 1:12 pm
Thanks guys. So, those indexes will be created across both data files.
What about constraints ? Where are they stored ?
November 1, 2011 at 3:20 pm
Not able to check hot standby 'cause it's in unrecovery mood, but thanks for the info, looks like we don't have choice but shutdown the application server and...
September 22, 2011 at 5:11 pm
Thanks everyone. So, seems the answer is backup/restore will get rid of data/log files fragmentation ( i don't have to drag disks first on old box and do...
September 21, 2011 at 3:59 pm
thanks Steve, is there any benefit for performance to put distribution database on seperate instance instead of production instance ?
September 15, 2011 at 1:09 pm
You don't have to failover the instance , just apply it to passive node. Actually, you should apply it to passive node first, then failover the...
August 17, 2011 at 10:39 pm
Thanks Jason, but I am still puzzling over something here, if you right , it's 8, then i can set : max degree of parallelism...
August 17, 2011 at 7:08 pm
From BOL:
"The maximum value for thedegree of parallelism setting is controlled by the edition of SQL Server, CPU type, and operating system. If a value greater than the number...
August 17, 2011 at 5:56 pm
Yes, that's the first thing i need to do before setup db mail.
Like i said, i did this db mail many many times without any issues including on 32bit...
August 3, 2009 at 3:35 pm
Thanks ALZDBA , I go through the thread and double checked all SQL Browser services are running on both cluster nodes, the problem really seems like...
August 2, 2009 at 2:09 pm
Viewing 15 posts - 1 through 15 (of 21 total)