Viewing 15 posts - 16 through 30 (of 40 total)
Thanks to both of you. This helped.
August 23, 2016 at 10:30 am
Thanks guys. I figured out my issue. i had two things working against me:
1) I did not have all the original parameters correct when I tried to duplicate...
July 6, 2016 at 11:20 am
I moved Master key, and all symmetric keys and certs used, and I'm still getting NULLs. I even created a brand new database, and walked through that article, with...
July 5, 2016 at 11:07 am
I have done that for testing, and it I think this tells me what I need to know. What I'm trying to prove is that if someone gets both...
June 17, 2016 at 12:01 pm
Thanks for the reply!
You mention the DMK needs to be backed up and restored to the new server. The DMK is stored within the database itself, so why would...
June 16, 2016 at 10:36 am
Gila,
Can you clarify for me a bit? Why is using task manager/resource monitor bad for SQL memory monitoring? Also, if SQL uses more memory to account for the...
May 27, 2014 at 9:29 am
Sorry for the confusion. I am trying to report database performance.
May 20, 2014 at 2:58 pm
Thanks for the responses. First, to answer both your questions:
1) We do not have the AdHoc optimization turned on, and actually, I'd forgotten about it. I've been...
October 21, 2011 at 2:38 pm
Did you ever find any further info about this issue? I believe we're having the same problem. Thanks!
May 27, 2010 at 1:11 pm
Actually, I don't think I did realize we could use Try-Catch (I did mention I'm a relatively new DBA, right?).
Any way, that's exactly what I've done for now; put each...
September 16, 2009 at 6:33 am
Sorry to keep piling stuff on you, but I thought you may want to know this. We've actually refactored step #8 in the sotred procedure to look like this:
INSERT...
September 9, 2009 at 10:43 am
--CREATE statement for tbl_echart_patientinterfacestaging:
USE [Ucare]
GO
/****** Object: Table [dbo].[tbl_Echart_PatientInterfaceStaging] Script Date: 09/09/2009 08:42:28 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[tbl_Echart_PatientInterfaceStaging](
[Id] [int] IDENTITY(1,1) NOT FOR REPLICATION...
September 9, 2009 at 7:56 am
All right. a little more clarification on what we are doing (I had to clear it with my boss about how much info I should disclose). Also, please...
September 9, 2009 at 7:39 am
Sounds good. I can get the info tomorrow when I'm back at the office. Another thing I forgot to mention is that all of the sites' records are...
September 8, 2009 at 7:24 pm
Viewing 15 posts - 16 through 30 (of 40 total)