Viewing 15 posts - 166 through 180 (of 628 total)
I ran the upgrade advisor
I see the red cross mark under the importance for SQL Server. It is showing that Full-Text search has changed in sql server 2008 under the...
January 21, 2016 at 10:16 pm
So triggers are the only option if you don't want have any 3rd party tools!
January 21, 2016 at 2:50 pm
The stored procedures can't be modify
I am executing a sp in each step. If any step failed either it is executing the sp or just adhoc query I need...
January 19, 2016 at 11:00 pm
Thank you.
Instead of sending the output through email
If you want to store each run step by step in user database table. How could you do that?
January 19, 2016 at 4:15 pm
So for each job step I need to include this job right?
How can I display step id where it failed just like @@servername
January 15, 2016 at 12:25 am
I attached the screenshot
January 6, 2016 at 6:45 am
I started job manually it is showing like running but from job activity monitor not able to see the job and even from sysjobactivity
So I again click on start step...
January 5, 2016 at 8:01 pm
Thanks for the replies.
What do you mean changes to the cardinality estimator?
December 30, 2015 at 12:39 pm
Thank you.
One more question what is the number next to the when you get key resource wait instead of tab.
KEY: 9:72057623741923328(8f6267ec32ff)
What is the no in the parenthesis...
December 18, 2015 at 1:22 pm
From this below query there are 200 cpu_ids
select scheduler_id, cpu_id, status, is_online
from sys.dm_os_schedulers
where status = 'VISIBLE ONLINE'
December 18, 2015 at 12:38 pm
Instead of key if the wait resource is tab, how could you find that resource name?
TAB: 5:836198029:106
what is that 106? I can see there are different...
December 18, 2015 at 10:02 am
Viewing 15 posts - 166 through 180 (of 628 total)