Viewing 15 posts - 16 through 30 (of 82 total)
This does not build the hierarchy.
I am expecting these records to show (has parent id of 56)
March 3, 2017 at 12:29 pm
I checked dbo.sp_WhoIsActive...
February 16, 2017 at 5:59 am
ok. I will run this when it happens again.
Everything is happening from application not ssms
February 13, 2017 at 11:21 am
Thanks for the info.
But What exactly I am looking for and how I can identify the session which is causing the problem ?
Thanks,
Shashi
February 13, 2017 at 11:07 am
I don't know if I can use variables in select. I want to create a view for my select statement
May 5, 2016 at 5:21 am
This is the only process stuck in Runnable state. As i Refresh the CPU is going up every second .
What does that mean and how to resolve this?
April 15, 2016 at 5:21 am
Why Readuncommitted?
- I don't know. The code is a part our ERP system which came from our vendor.
Is incorrect data acceptable here?
- I don't know what that means.
Try...
April 11, 2016 at 6:50 am
Here is the code for the Functions used in first INSERT statement
ALTER FUNCTION [dbo].[ApsPlannerNeedsBom] (
@pJob JobType
,@pSuffix SuffixType
)
RETURNS Flag
AS BEGIN
DECLARE @f Flag
-- Jobs for which we...
April 11, 2016 at 5:55 am
Thanks for th replies. The password is stored using AesCryptoServiceProvider (that's what I was told). Is there a way to decode is on the sql side?
December 5, 2014 at 1:08 pm
I have already done TCP/IP changes. But still does not work.
October 13, 2014 at 10:54 am
looks like after renaming the server. it didn't chage it.
October 13, 2014 at 10:00 am
INSTANCE NAME IS SRVDR
October 13, 2014 at 9:38 am
Quick questions
1) What does the command "nslookup SRVLIVE" in a command prompt return?
returns me SRVLIVE.intranet.xxxxx.com
2) Are there any host file entries for SRVDR on the systems?
NO
3) Have you checked using...
October 13, 2014 at 8:31 am
ok thanks
October 10, 2014 at 7:48 am
Viewing 15 posts - 16 through 30 (of 82 total)