Viewing 15 posts - 61 through 75 (of 178 total)
Thayal Muhunthan (6/16/2011)
Can someone explain the advantages of using NeNetAPPanager for SQL ?What are the benefits compared to the native SQL backups?
Are you using NetApp for your SAN storage?...
June 16, 2011 at 5:07 am
Could you elaborate on the snapmanager for SQL issues you've been experiencing? We've went virtual and now looking to implement it as our backup strategy but having issues with single...
June 16, 2011 at 12:53 am
could it be that the table is accessed twice (subquery or the likes) in the query and using the clustered index as a scan and the NC as a seek...
June 15, 2011 at 1:01 am
the easiest option would be to setup a config database / table as opposed to using a config file
February 16, 2011 at 4:35 am
thanks for that info. Brad says "Out of the Box" its not compatable, i'm interested to know if anyone has managed to do it with a bit of tweaking??
December 15, 2010 at 12:34 pm
The requirement is to utilise the full 64gb of ram in the box as was intended. Just started here this week and one of my first tasks is to configure...
November 9, 2010 at 2:01 pm
Heather Sullivan (8/12/2010)
Idera's SQL virtual database is not read-only and allows inserts, updates, deletes, dbcc commands, etc. It supports SQLsafe (compressed and encrypted) and native backups including compressed native backups.
i...
September 3, 2010 at 5:18 am
Bit of an update for those interested:
Found that the reason for the duplicate entries is down to SET options being different in the procedures which call this procedure. There are...
August 10, 2010 at 9:04 am
Thanks for that, i'll do some more digging before splashing out on Microsoft support which i've found in the past to be of very little use 😉
Bound to be something...
August 9, 2010 at 7:51 am
@Grant:
Not sure what you're refering to? Whats not on the same SP? We're on Service Pack 3 Cumulative Update 4 on live and Service Pack 3 Cumulative Update 5 on...
August 6, 2010 at 12:47 pm
@Gila:
If you create this:
CREATE PROCEDURE [dbo].[spProcTest]
AS
BEGIN
CREATE TABLE #qwerty
(
id INT
)
SELECT * FROM #qwerty
END
and get and estimated plan on it then it works. I can 100% guarantee that there is not...
August 6, 2010 at 9:30 am
@Brandie:
Temp tablename is a typo from me, i changed the tablename when copying the code and error.
As stated in my original post, i do create the temporary table in the...
August 6, 2010 at 7:56 am
How long did you find it takes to restore a snap of a LUN? Also, how large do the snaps grow to once taken? I know this is...
August 4, 2010 at 3:23 am
We've just implementing dbProtect and a modified version of appdetective pro for auditing. Looks promising so far, if not a bit faffy to install and configure.
July 13, 2010 at 12:57 am
Viewing 15 posts - 61 through 75 (of 178 total)