Viewing 15 posts - 106 through 120 (of 183 total)
I guess the whole question which is more efficient, not in, not exists, left join
October 20, 2009 at 2:57 pm
So I should understand this to mean that I can not use a sql login for this process?
September 16, 2009 at 9:22 am
So is there a way to do this for sql 2005
September 16, 2009 at 8:35 am
tried this
EXECUTE master.dbo.xp_delete_file 1,N'T:\sqlbackups\',N'*.bak',N'2009-09-13T10:32:50',1
September 14, 2009 at 9:43 am
No problem I get the HIPPA world.
patient table
patid
facid
hrxs table
patid
facid
rxno
orderid
facilities table
facid
contractid
in patients you could have
patid facid
122 100
122 ...
September 11, 2009 at 2:39 pm
Actually the select statement you told me to remove inputs the data referenced with the insert
August 26, 2009 at 7:52 am
You should have MSDTC setup on the boxes, also look at EXACT ON
August 17, 2009 at 11:53 am
Your run value should be 1 not zero, try running the reconfigure
August 4, 2009 at 2:16 pm
Maybe John can chime in, have you rebooted the server (inclduing SQl Server0
August 4, 2009 at 2:05 pm
Here is correct it has to enabled on the sql server side or the AWE does nothing for sql
August 4, 2009 at 1:57 pm
run this
SELECT 'Memory through AWE'
SELECT
SUM(awe_allocated_kb) / 1024 AS 'Memory through AWE'
FROM
sys.dm_os_memory_clerks
August 4, 2009 at 1:31 pm
What does buffer and proc cache look like?
August 4, 2009 at 1:01 pm
Viewing 15 posts - 106 through 120 (of 183 total)