Viewing 15 posts - 46 through 60 (of 152 total)
maxedout420 (8/21/2009)
@startdate and @enddate are setup as date/time with defualt values of defaultstartdate and defaultenddate respectively....
use Non-Queried default values with following values for Start and End dates respectively.
=DateAdd("d", -90, Today)
=DateAdd("d",...
August 31, 2009 at 11:35 am
Thanks for your response guys, but i have resolved the issue. There was a missing INCLUDED column in an index (how stupid i am).
August 19, 2009 at 7:39 am
Thanks GSquared you da man.
I checked the plan previously and i thought it is fine....but now i looked it more closely and figured out a missing INCLUDED column in...
August 18, 2009 at 2:09 pm
GSquared (8/18/2009)
August 18, 2009 at 1:24 pm
GSquared (8/18/2009)
select top 25 * , ROW_NUMBER() over(ORDER BY lead_stage DESC , Lead_LeadId DESC ) AS rowranking
from vListLead
WHERE Lead_AssignedUserId=523 AND lead_status = N'In...
August 18, 2009 at 1:21 pm
Unfortunately, but yes same issue with BETWEEN.
August 18, 2009 at 1:10 pm
No, because "WHERE rowranking > 0 and rowranking < 26" is used to implement the paging on the web page, each page displays 26 items at a time.
August 18, 2009 at 1:00 pm
didn't find anything memory intensive, everything looks normal on that side.
Now on the web page side we are getting "Data provider or other service returned an E_FAIL status" error due...
August 18, 2009 at 9:00 am
Thanks for replying Yelena, i have already checked that and its not caused by any other job or antivirus atleast.
August 17, 2009 at 3:18 pm
Thanks guys, will do these tests and provide you feedback.
June 11, 2009 at 9:31 pm
Windows server 2003 Enterprise sp2, and .net 2.0
btw my colleague is able to deploy the same code, we both have the sysadmin rights on sql server, but i am getting...
June 11, 2009 at 7:53 am
Using the deploy option in visual studio, selected the required sql server 2005 database connection and 'Unsafe' permission level.
I have the sysmtem.dll in the reference also I have included the...
June 10, 2009 at 12:58 pm
I have the required reference and project is building successfully, but i am getting this error while deploying it to the database.
FYI i have restore the databse from one server...
June 10, 2009 at 11:55 am
Sorry Greg i should have provided the update on the actuall post too:-).
But yes problem fixed - by mistake i was using restore LOG instead of restore DATABASE for...
June 9, 2009 at 5:10 pm
Lynn Pettis (6/9/2009)[hrThis is where I would say a mirrored db with a secondary (1 or more) log shipped db with an interval of 5 to 15 minutes. Not...
June 9, 2009 at 1:25 pm
Viewing 15 posts - 46 through 60 (of 152 total)