Viewing 15 posts - 241 through 255 (of 1,154 total)
Thanks Jeff. I didn't notice that. Good Catch. Actually, I didn't click the link.
--
SQLBuddy
March 12, 2014 at 11:57 pm
I think you should take the SQL Server resource Offline which prevents the failover to the other node. Once you are done with the maintenance you can bring the resource...
March 12, 2014 at 11:47 pm
fsession12 39949 (3/12/2014)
Just had a potential reduce right here so my site may well not been employed before, all up...
March 12, 2014 at 11:40 pm
Deadlock occurs when 2 or more processes block one another permanently and unless deadlock situation has been resolved no process can go ahead and complete it's task.
Monitoring is just...
March 12, 2014 at 7:43 pm
PHXHoward (3/12/2014)
March 12, 2014 at 2:47 pm
PHXHoward (3/12/2014)
I had hoped to have a failover order for AGs using preferred nodes similar to how FCIs work.
We can't change that directly on FCI. But the same can...
March 12, 2014 at 12:51 pm
Identify the SPID and kill it.
May be you can check these 2 tables msdb.dbo.sysdtspackagelog and msdb.dbo.sysdtssteplog for the status.
--
SQLBuddy
March 12, 2014 at 11:56 am
jralston88 (8/6/2013)
I'm reviewing a SQL Server 2000 database. When using the SQL Server 2008 upgrade advisor, it flags the server as having DTS software.
I queried the sysdtspackages table....
March 12, 2014 at 11:43 am
There is difference between Change Tracking and Change Data Capture. CDC stores previous versions. CT doesn't. Check if CT helps for your scenario.
http://technet.microsoft.com/en-us/library/cc280519(v=sql.105).aspx
--
SQLBuddy
March 12, 2014 at 11:42 am
Definitely SP2. Are you doing DB maintenance on the new server (Index Rebuilds, Update Stats) ?
And check for the Server level settings (Memory, CPU etc ..). Also try to...
March 12, 2014 at 11:31 am
Index doesn't get rebuild automatically. To reduce the time you can do index reorg nightly and rebuild once during weekend.
Or just rebuild indexes for that table.
You can use...
March 12, 2014 at 11:23 am
Also check if you are having blocking\ resource contention happening on the server ? Did you check the error log around timeout ?
--
SQLBuddy
March 12, 2014 at 11:19 am
Most probably, No. Are your package calling any .NET assembly ?
--
SQLBuddy
March 12, 2014 at 11:16 am
Create an SQL Agent SSIS proxy with a Credential using your ID.
--
SQLBuddy
March 12, 2014 at 11:10 am
ms-techie (3/12/2014)
The error message is as below
We inoke the SSIS package via the DTExec.exe
DTExec /File "\\Server1\SSISPackage1.dtsx"
/ConfigFile ...
March 12, 2014 at 10:17 am
Viewing 15 posts - 241 through 255 (of 1,154 total)