Viewing 15 posts - 1 through 15 (of 78 total)
The issue was with the login Replication_user.
The password policy was setup to expire the password of that user and so the password was expired which caused the issue.
Once the password...
September 9, 2024 at 1:06 pm
The issue was with the Windows login Replication_user.
The password policy was setup to expire the password of that user and so the password was expired which caused the issue.
Once the...
September 9, 2024 at 1:06 pm
Please let me know how you resolved that issue.
September 9, 2024 at 11:10 am
Thank you sir! Got what SSMS's role is.
But, is there a solution where we can explicitly close such sessions? which made the server performance usage to 95%?
Kindly let me know...
July 31, 2024 at 12:42 pm
What is the way to identify where all it being used?
SELECT definition
FROM sys.system_sql_modules
WHERE definition LIKE '%xp_cmdshell%';
Source: The Real Danger Regarding the xp_cmdshell Setting - SQL Server...
July 23, 2024 at 11:46 am
if the publisher database has a valid owner
What is a valid owner? Kindly let us know.
Thank you!
July 4, 2024 at 6:29 am
Jason, were you able to succeed?
We too do have SP using dynamic SQL. We are on move towards 2022 from 2014.
June 22, 2024 at 4:16 am
Thank you Brian! Thanks for the hints.
And yes, I read the doc, but can't think beyond.
June 18, 2024 at 6:29 am
What exactly the scan means for the field "user_scans" being with the table "sys.dm_db_index_usage_stats" ?
Like, there are tables in our DB which aren't used for sure as the module is...
June 15, 2024 at 1:04 pm
apillay2 (6/12/2012)
1. Make sure that you are executing in 32 bit.
2. In the Show...
October 16, 2013 at 1:10 am
Hi Arun,
Though its been few years i guess you might see this post.
I tried using your solution for catching the error log in SQL 2008 R2. But the thing is,...
September 3, 2012 at 1:25 am
After refering to the below link,
http://www.sqlservercentral.com/Forums/Topic262686-8-1.aspx
AMIT GUPTA-263376 (3/2/2006)
hey!!
it is working fine man.
select convert(smalldatetime,'18/01/1976',103)
BUT DATE EARLIER THAN 1900 WILL CAUSE A PROBLEM.!!
Regards
AMIT GUPTA
i got the light. Actually i had...
March 1, 2011 at 11:03 pm
The error is appearing only when using the DateAdd function.
So is there any other query to find the date of last year??
Please any one reply..
March 1, 2011 at 3:35 am
Hi !
Is there a link betwn the parameter value and the value which conditions it ?
Like City Table:
No City
1 ...
February 28, 2011 at 9:52 pm
Viewing 15 posts - 1 through 15 (of 78 total)