Viewing 15 posts - 46 through 60 (of 248 total)
One more question:
Is substring() not compatible with SQL Server 2014 ?
July 7, 2016 at 9:23 am
And I found the root cause for this issue.
On 30th june somebody has changed the Compatibility to 120 on production. After that only SP is not working.
Thank You Very Much...
July 7, 2016 at 4:47 am
Grant Fritchey (7/7/2016)
July 7, 2016 at 4:41 am
These both test and prod databases have been migrated from SQL Server 2008 to SQL Server 2014.
Both test and prod databases are having same data, tables, data types and indexes...
July 7, 2016 at 1:54 am
Do we have any mechanism to trace the changes in DB.
July 5, 2016 at 8:50 am
This query was working fine previously. Since last 4 days only issue started.
Not sure what happend.
Can you please let me know the reasons.
July 5, 2016 at 8:06 am
But I did not understand why substring made all the noise.
Then how it worked after changing it to like 'UD1\%'
July 5, 2016 at 5:00 am
Thank You Chris. You and Me are on same page. 🙂
I was dividing the query and trying to execut it.
After changing the logic to
AND NL.NetworkLogonId LIKE 'UD1\%'
query completed with...
July 5, 2016 at 4:40 am
ChrisM@Work (7/5/2016)
Raghavender (7/5/2016)
Please find the attachment.1027.sqlplan is test server where query executing with in 3 sec.
1048.sqlplan is production where we have the issue.
Can you please add OPTION(MAXDOP 1) to the...
July 5, 2016 at 2:32 am
TheSQLGuru (7/4/2016)
July 5, 2016 at 1:51 am
Please find the attachment.
1027.sqlplan is test server where query executing with in 3 sec.
1048.sqlplan is production where we have the issue.
July 5, 2016 at 1:37 am
I have executed updatestats and updateusage on both the databases.
One observation is it is blocking it self.
I can see n number of processes with same SPID. In that where ever...
July 4, 2016 at 8:24 am
TheSQLGuru (7/4/2016)
July 4, 2016 at 8:21 am
I have already checked in default(Old also) trace files, but could not find the information. Seems it did not recorded this event.
June 13, 2016 at 12:50 am
Viewing 15 posts - 46 through 60 (of 248 total)