Viewing 15 posts - 46 through 60 (of 285 total)
Evil Kraig F (2/1/2012)
sqlzealot-81 (2/1/2012)
February 1, 2012 at 1:14 am
GilaMonster (2/1/2012)
sqlzealot-81 (2/1/2012)
1. Why server side trace is better than SQL server?
Better than SQL Server? Don't understand
Sorry...My bad, I meant SQL Server Profiler here.
2. How can I schedule a server...
February 1, 2012 at 1:06 am
Gabriel P (1/29/2012)
I keep reading people saying an update is essentially a delete combined with an insert.
Not always. Please read the below link....
January 30, 2012 at 12:31 am
Try the below query to find the missing index:
Note: You may have to really evaluate the proposals from the execution to decide the needs.
SELECT user_seeks * avg_total_user_cost * (...
January 10, 2012 at 2:40 am
You can try with the job wizard to notify the failures.
January 10, 2012 at 1:25 am
I dont think you should worry on this fragmentation.
Don’t do anything if the index has < 1000 pages
January 6, 2012 at 4:07 am
It would defenitely take time in your case.
However a question, Do you have indexes on the table?
December 19, 2011 at 5:09 am
Updating stats should be done at less trafic time to avoid blocking. Instead of doing update stats i would recommande to find out the fragmentation level and do the reorganize/rebuild...
October 31, 2011 at 10:50 pm
Add postcode aslo in the group by and select columns. That would give the result of having the same address with the same postal with the number of entries. Please...
October 27, 2011 at 3:08 am
No. Also one more thing that the update statistics are not happening all on a sudden when its invalidated.
October 21, 2011 at 12:11 am
After an extensive googling out, I could only relate this with Execution Engine of CLR at the time of GC.
October 19, 2011 at 7:18 am
I do not know how far the below link would help you. Please refer the same.
http://social.msdn.microsoft.com/Forums/en/sqlnetfx/thread/9afded55-72ae-49eb-b7c3-f2ab491f93c9
October 18, 2011 at 11:58 pm
Ok, its worth looking at the below MSDN. I am not sure as long as I dont have any idea about your complete code.
http://support.microsoft.com/kb/958547
Meanwhile, we exepect our experts...
October 18, 2011 at 11:15 pm
No clues on this. However let me ask you something out of box whats the SQL server version you installed?
October 18, 2011 at 10:53 pm
ravi@sql (10/18/2011)
example of code
INSERT INTO CourseFeedback (Courseid,UserID,Feedbackxml,CreatedDate)
VALUES (@CourseId,@UserID,@Feedbackxml,GETDATE())
In both case am using getdate() function to use. I assigned that date to one variable and am using...
October 18, 2011 at 10:31 pm
Viewing 15 posts - 46 through 60 (of 285 total)