Viewing 15 posts - 16 through 30 (of 48 total)
Hi,
Please consider this scenario, if you have a PRDO box and some ADHOC query which was not properly tested in DEV/UAT was resource expensive and blocking others and your last...
September 1, 2009 at 10:45 am
Sourav,
No options as to my little knowledge 🙁
Let me know the solution once done.
Thanks,
Raj
August 31, 2009 at 8:43 pm
Sourav,
As I stated before, if it’s a PROD box better to leave it like that still it doesn’t create a big issue.
I agree with RBarry and Jeffrey .. u better...
August 31, 2009 at 7:34 pm
Welcome, what is the output of the sysprcoesses for the SPID 77?
IO, CPU changing? What’s the rollback percentage? What is the lastwaittype ?
Thanks,
Raj
August 31, 2009 at 7:27 pm
Sourav,
If the transaction was big then it will take some time because it has to rollback the transaction completely.
It’s better to monitor if the IO and CPU is changing or...
August 31, 2009 at 6:22 pm
Hi
Execute the below query to see what are the SPIDs with more CPU
USE [master]
GO
SELECT * FROM sysprocesses
ORDER BY cpu DESC
And run DBCC INPUTBUFFER(SPID) or fn_get_sql() to find more about...
August 31, 2009 at 6:00 pm
azhagumuthu
As to my knowledge it’s just showing the number of CPU nodes.
And it is also for informational message only.
Is it first time coming after you configured NUMA?
Thanks,
Raj
August 31, 2009 at 3:58 pm
DoubleEx
Check the login and privilege details of the login that the web application is using.
Try to check is the Users and Login are synced in the new server and currently...
August 31, 2009 at 3:43 pm
Edwin,
Jeffrey wants to say to use Replace Function to achieve your goal as the below select statement
SELECT REPLACE (DefEmail,'@company1.com','@NewCompany.com')
FROM dbo.table_test
The same can be done for update statement and if the...
August 31, 2009 at 3:32 pm
Tara,
Is the SPID getting changed?
Is the SPID value is less than 50?
What is the Version of your SQL Server?
Thanks,
Raj
August 31, 2009 at 3:11 pm
Hi,
I have a problem, my server is not recycled in a frequent basis and we have audit enabled so the Error Log Size is too big.
We also don’t follow any...
April 20, 2009 at 9:30 am
Thanks a lot Boolean_z,Rajesh kasturi,SA.
I just need little update how to read error log after a date or time specified.
sp_readerrorlog ?
April 15, 2009 at 12:04 am
Hi Jonathan,
Thanks for the reply, but from which table I can find xstatus in SQL Server 2005.
Regards,
Raj
December 29, 2008 at 8:39 pm
Kokila,
Please find the below post .
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1015696&SiteID=1
Is there any Third Party Database Related Software installed like Log Rescue or Monitoring agent?
Regards,
Raj
November 28, 2008 at 7:28 am
I will present a scenario
:)Your Customers says to start a new production Server at 9:00 AM.
:)You started your production servers at 9:00 AM.
:)Transaction Started.
:)Database is in Full Recovery Model.
:)Your...
November 6, 2008 at 2:40 am
Viewing 15 posts - 16 through 30 (of 48 total)