Viewing 15 posts - 121 through 135 (of 541 total)
Are you typing in Account Name: domain\user?
July 23, 2014 at 1:49 pm
alectronic (6/4/2014)
1. in Jobs - job owner was already sa2. in Jobs - when I changed from sa to my AD account only found 'NT AUTHORITY\SYSTEM'
...?
If you're not on the...
June 4, 2014 at 11:37 am
They are listed as separate jobs in SQL Agent Jobs.
You have to open each one and change the owner to a new AD user.
June 4, 2014 at 9:18 am
June 3, 2014 at 11:51 am
This is why I extracted the data from our CRM database, and imported the views into Access. This way I can recreate the Shop Traveler that we use right now...
May 16, 2014 at 10:36 am
Very Impressive :). Really cool and works on 2008 and 2012 SSMS.
Thank you
May 15, 2014 at 9:41 am
vanamali (5/7/2014)
Everywhere somebody talks about logging a different way in SSIS packages. What is the best way to log the trace and errors. I am confused and not...
May 7, 2014 at 7:21 am
Jack Corbett (5/5/2014)
May 5, 2014 at 9:32 am
aaron.floyd (5/2/2014)
May 2, 2014 at 1:47 pm
aaron.floyd (5/2/2014)
Yes, job executing as SA. Running the SP standalone as SA as well. Job doesnt work, standalone does.
Wait what's the service account for sql agent...
May 2, 2014 at 1:06 pm
Can you execute the exact same code from managements studio in a query window with the SQL Agent service account?
May 2, 2014 at 8:14 am
You may have another process accessing this table.
Check and wait or kill
SELECT
t1.resource_type,
t1.resource_database_id,
t1.resource_associated_entity_id,
t1.request_mode,
t1.request_session_id,
t2.blocking_session_id,
o1.name 'object name',
o1.type_desc 'object descr',
p1.partition_id 'partition id',
p1.rows 'partition/page rows',
a1.type_desc 'index descr',
a1.container_id 'index/page container_id'
FROM sys.dm_tran_locks as t1
INNER JOIN sys.dm_os_waiting_tasks as...
May 1, 2014 at 11:52 pm
You can configure central management server (CMS). Add all your SQL Servers and write a dynamic script to restore.
May 1, 2014 at 3:06 pm
If you only see nulls in areacode and phonenumber you can get rid of them with temp table like john mentioned
select into #t1
from @somedata where AreaCode is not null...
May 1, 2014 at 12:01 pm
Viewing 15 posts - 121 through 135 (of 541 total)