Viewing 15 posts - 61 through 75 (of 114 total)
All checked an stucked by the problem I posted since 1 week 🙁
February 11, 2013 at 7:10 am
Yes, members of the domain and physical machines.
February 11, 2013 at 5:45 am
The cluster generation fails at the OS Level. We've got 2 servers with Windows Server 2008 R2 Enterprise 64Bit. When I want to create the cluster in failover cluster manager,...
February 11, 2013 at 5:27 am
No...not a performance gain, but an availability gain!
Why not a active\active cluster?
February 8, 2013 at 3:17 am
February 8, 2013 at 2:19 am
I'll have a try. How about that :
SELECT TOP 10 [Total Reads] = SUM(total_logical_reads) ,[Execution count] = SUM(qs.execution_count) ,DatabaseName = DB_NAME(qt.dbid)
FROM sys.dm_exec_query_stats qs CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) as qt GROUP...
February 8, 2013 at 12:49 am
Suprotim Agarwal
In order to change the owner of an object in the current database, use the sp_changeobjectowner system stored procedure. The basic syntax is as follows:
SELECT 'EXEC sp_changeobjectowner '''
+...
February 8, 2013 at 12:38 am
So if it's a prodution environment it's always better to use a cluster for high availibility. The momentary solution is not clustered, is it?
February 8, 2013 at 12:31 am
I mean how many licences? Are these processor licences?
February 7, 2013 at 9:18 am
February 7, 2013 at 9:17 am
Can you create a clustered index on the table. The tables seems to suffer of fragmentation.
February 7, 2013 at 9:13 am
Doens't need much CPU or RAM, but has to be reliable. So, why dont you install it in a second instance on an existing sql server prefrably in a cluster?
February 7, 2013 at 7:44 am
Did you choose "detach/attach" or SMO? Couldn't you just schedule the package, or does the error come up during package creation?
February 7, 2013 at 7:20 am
Got it working now?
February 7, 2013 at 6:58 am
Viewing 15 posts - 61 through 75 (of 114 total)