Viewing 5 posts - 1 through 5 (of 5 total)
I am having the same issue that started last week. If I order by sAMAccountName, sn or uSNCreated the query fails after retrieving 19,901 records, yet when I order by...
January 6, 2020 at 3:59 pm
Ross McMicken (3/18/2013)In a perfect world, that would be true. Unfortunately, many of us work with systems that are rewrites of rebuilds of something that was converted from a mainframe...
March 18, 2013 at 11:44 am
In addition to the earlier suggestions made, I played around with searching other data types as well:
Declare @keytosearch varchar(max), @numtosearch varchar(max), @datetosearch varchar(25), @Database_Selected varchar(50)
set @keytosearch = null
set @numtosearch =...
March 18, 2013 at 8:14 am
anthony.green (8/31/2012)
Does the login which runs the app have db_owner / dbcreator / sysadmin rights to the server?
Yes, unfortunately, it does have db_owner rights. As the application is a...
August 31, 2012 at 9:11 am
Thank you for this thread...I have been dealing with this problem for years without resolution. Just to make sure I understand the gist of the problem:
1. The log...
August 31, 2012 at 8:52 am
Viewing 5 posts - 1 through 5 (of 5 total)