﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Idera / Third Party Products / Products and Books </title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 11:14:01 GMT</lastBuildDate><ttl>20</ttl><item><title>idera sqlsafe trying to acess a share as NT authority/system - failing</title><link>http://www.sqlservercentral.com/Forums/Topic1426460-343-1.aspx</link><description>I am trying to restore a .safe file over a network share - and in ssms i get the message Connecting to back service sucessfull  then i get a message that access is denied to the file share.The SQLSafe service is running under a domain user that definitely has permissions to connect to the shareI used process monitor to see whats going on - and it seems that its trying to connect to the share as "NT Authority\System" which is a local accountany help please</description><pubDate>Mon, 04 Mar 2013 14:06:59 GMT</pubDate><dc:creator>mottya</dc:creator></item><item><title>OS disk time on disk is currently 100.00%</title><link>http://www.sqlservercentral.com/Forums/Topic1425235-343-1.aspx</link><description>This error message is from Idera's SQL Diagnostic monitor.I am getting this critical warning on a newly built SQL Server 2008 R2 build. It is reporting this error for all the drives on the disk even the ones with no data on them.I monitor 4 other instances and don't see this. Everything appears OK on the actual server when monitoring locally. I think the tool is reporting this incorrectly. Any ideas or experience would be helpful.Thanks,Jim</description><pubDate>Thu, 28 Feb 2013 11:59:18 GMT</pubDate><dc:creator>jclare</dc:creator></item><item><title>SQL Diagnostic Manager</title><link>http://www.sqlservercentral.com/Forums/Topic332090-343-1.aspx</link><description>As this is a new forum point I'd just like to say how much I like this product, I've used it since the days of it being SQL Probe, 199? , can't remember now.</description><pubDate>Thu, 21 Dec 2006 04:03:00 GMT</pubDate><dc:creator>colin.Leversuch-Roberts</dc:creator></item><item><title>Restore Log using SQLSafe</title><link>http://www.sqlservercentral.com/Forums/Topic1099194-343-1.aspx</link><description>Hi all,Using the command line for SQL Safe, does anyone have a script for backing up and restore the logs. I find a lot of information based on backups and restore of the database but not restoring logs. Any insight?</description><pubDate>Tue, 26 Apr 2011 23:21:26 GMT</pubDate><dc:creator>Jaime E. Maccou</dc:creator></item><item><title>SQLSafe Command line with no recovery</title><link>http://www.sqlservercentral.com/Forums/Topic1098403-343-1.aspx</link><description>I am using sqlsafe to restore a large database using the following:DECLARE @ResultCode	INTEXEC @ResultCode = [master].[dbo].[xp_ss_restore] 	@database = 'test1', 	@filename = 'F:\Backup\test1_Full_201104050430.safe', 	@withmove = '"test1_Data" "G:\MSSQL\Data\test1_Data.MDF"', 	@withmove = '"test1_data2" "G:\MSSQL\Data\test1_data2.NDF"', 	@withmove = '"test1_Log" "H:\MSSQL\log\test1_Log.LDF"', 	@securitymodel = 'Sql', 	@sqlusername = 'sa',	[b]@Recovery='norecovery', [/b]	@encryptedsqlpassword = 'xvvsvrterstasv'IF(@ResultCode != 0)	RAISERROR('One or more operations failed to complete.', 16, 1);I will like to use the command line in the same way put found not information on using the @recovery='norecovery' for the command line. Can someone provide some pointers.Here is the command line: "C:\Program Files\Idera\SQLsafe\SQLsafeCmd.exe" Restore test1 F:\Backup\test1_db_dump.safe -Replace -Move test1_data2 G:\Mssql\Data\test1_data2.NDF -Move test1_Log H:\MSSQL\Log\test_Log.LDF -SecurityModel Sql -SqlUsername sa -EncryptedSqlPassword xvvsvrterstasvAny help will be greatly appreciated.</description><pubDate>Mon, 25 Apr 2011 22:18:15 GMT</pubDate><dc:creator>Jaime E. Maccou</dc:creator></item><item><title>Partitioning of MSSQL 2005 DB</title><link>http://www.sqlservercentral.com/Forums/Topic722991-343-1.aspx</link><description>Respected allWe have 60 gb database which having 20 gb of one table which we would like to partition &amp; make it a different as separate primary or secondary filegroups to improve the performance.Please suggestvrijesh</description><pubDate>Mon, 25 May 2009 09:08:10 GMT</pubDate><dc:creator>vrijesh prajapati</dc:creator></item><item><title>how to compare the vaules of counters  given by idera</title><link>http://www.sqlservercentral.com/Forums/Topic391883-343-1.aspx</link><description>&lt;P&gt;Respected sir&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;How do we compare the values given by Idera &amp;amp; with which default configuration.For ex.&lt;/P&gt;&lt;P&gt;If suppose value of one counter like Processor Queue length given by idea is 2 &lt;/P&gt;&lt;P&gt;So how do we come to know whether this value is true ? &amp;amp; What do we compare with ? &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;So please suggeston this.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Vrijesh Prajapati&lt;/P&gt;</description><pubDate>Sat, 18 Aug 2007 11:09:00 GMT</pubDate><dc:creator>vrijesh prajapati</dc:creator></item><item><title>multiple domains in Idera??</title><link>http://www.sqlservercentral.com/Forums/Topic395003-343-1.aspx</link><description>&lt;font color='blue'&gt;&lt;b&gt;HiCan any one help to find whether Idera Sqlsafe will work in different domain...?In my office we have a sqlsafe respository and we have jobs running from diff instances with same domain...Now i'm planning do the same to my other server which is in diff domain... do i have to set up a new repository for that server domain or it will work with my old repository itself..??Thanks in Advance!- Kerobin</description><pubDate>Thu, 30 Aug 2007 00:54:00 GMT</pubDate><dc:creator>kerobin jesu</dc:creator></item><item><title>My Scheduled SQL 2000 Backup Taking too long</title><link>http://www.sqlservercentral.com/Forums/Topic391886-343-1.aspx</link><description>&lt;P&gt;Respected Sir/s&lt;/P&gt;&lt;P&gt;MY Database size (including MDF, NDF &amp;amp; LDF) is 8 Gb, and the backup size for the same becomes 7 Gb , but when Scheduled backup start, the application goes very very slow down. Any process takes longer time till backup completes. Time for backup to complete is 40-50 minues.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;So please suggest on this topic.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Vrijesh Prajapati&lt;/P&gt;</description><pubDate>Sat, 18 Aug 2007 11:19:00 GMT</pubDate><dc:creator>vrijesh prajapati</dc:creator></item><item><title>Diagnostic Manager VS Teratrax Performance Monitor</title><link>http://www.sqlservercentral.com/Forums/Topic352500-343-1.aspx</link><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;I tried Diagnostic Manger and like it a lot, but the price it about $900.00 more than Teratrax and they both seem to do the same thing.  Does anyone have any real world experience using either?  I am trying Teratrax at the moment and it seems pretty good, just not as refined as DM.  Any thoughts would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Thanks,&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Bart&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Mon, 19 Mar 2007 14:13:00 GMT</pubDate><dc:creator>Bart Snyder</dc:creator></item></channel></rss>