Viewing 15 posts - 151 through 165 (of 206 total)
At a glance it looks like the cursor is there to enforce an insert into a logging table. Is there any reason why this could not be done with a...
July 20, 2010 at 7:18 am
Are you looking for the query to produce the resultset or a way of exporting into a csv format?
Seeing as this is in the 7/2000 forum I would suggest that...
July 20, 2010 at 7:07 am
The query appears to be doing table scans on the tables TaxRules and Interface_CorrectionMethods. Ideally you would want to create some clustered indexes on these tables, do you have someone...
July 20, 2010 at 6:55 am
Congratulations, I passed it last month see blog entry and after my recent holiday am starting to crack on with 70-450. I can see this becoming addictive!
July 15, 2010 at 2:01 pm
One of the features of database mirroring in 2008 is automatic page repair which would allow you to restore corrupt pages directly from the copy. If the database were on...
July 15, 2010 at 1:55 pm
Yin Halen (7/8/2010)
Don't waste your money with the nuggets. They are ok but do not go into the detail you need to pass this...
July 15, 2010 at 1:49 pm
Have you tried doing comparisons using the SOUNDEX function?
July 14, 2010 at 9:38 am
I took and passed the 70-432 exam at the weekend and there were 40 questions, seems pretty low compared to the number listed on the dev track.
As study guides I...
June 21, 2010 at 7:26 am
Gianluca Sartori (6/21/2010)
CirquedeSQLeil (6/20/2010)
.....
Haha - maybe I should have made a few bets this last week.:-D
Horrible match. Looks like the "world champions" have disappeared.
Just a few notes:
1. Killen should...
June 21, 2010 at 5:19 am
You'll need to show what locks you are having the issue with before anybody will be able to help you with as you are just showing "_Total"
June 1, 2010 at 3:36 am
We haven't had any issues, you just need to ensure that all keys/certificates are on all physical nodes. The only thing I will say though is that once you enable...
May 18, 2010 at 3:34 am
Microsoft have replied to the Connect Issue and have confirmed that they will be changing the documentation about this DMV.
May 17, 2010 at 4:27 pm
MAPs is very useful, I used it at my current position when I joined to see how big the estate was, one thing to take note of is that it...
May 14, 2010 at 7:04 am
Interesting question, it was the alias that almost caught me out. Have seen plenty of attributes named as reserved words in the past which has caused a few issues unless...
May 14, 2010 at 5:04 am
After reading Robert's post I rechecked the code and found that the plan handle was not being taken from the procedure_stats DMV but a temporary table I had used to...
May 14, 2010 at 4:41 am
Viewing 15 posts - 151 through 165 (of 206 total)