Viewing 15 posts - 91 through 105 (of 286 total)
ScottPletcher (3/20/2015)
CREATE UNIQUE NONCLUSTERED INDEX <index name>
ON <Table Name>...
March 20, 2015 at 1:57 pm
Barcelona10 (3/20/2015)
rebuild----defrag(space issue)shink------frag.
rebuild----defrag(space issue)
shink------frag.....
DROP DATABASE ---- No issues!
March 20, 2015 at 1:33 pm
March 20, 2015 at 1:32 pm
mw112009 (1/27/2015)
Sorry, my bad vision, now I see in the image...
January 27, 2015 at 1:37 pm
Your question doesn't make any sense.
If you have 10 records in TABLEA and 10 in TABLEB then what records do you want to compare by this condition "TABLEAVALUEA <> TABLEBVALUEA"...
January 26, 2015 at 5:00 pm
curious_sqldba (1/13/2015)
Tried took same time, count(*) was 70% of the cost. Thanks
cost != time
January 14, 2015 at 1:18 pm
Grant Fritchey (1/7/2015)
Alexander Suprun (1/7/2015)
Grant Fritchey (1/7/2015)
January 8, 2015 at 3:16 pm
syquil (1/7/2015)During my testing I found that the edit window (in 2012, at least) is aware that underlying data has changed. If you begin editing a record in the...
January 7, 2015 at 5:42 pm
Grant Fritchey (1/7/2015)
January 7, 2015 at 5:30 pm
Grant Fritchey (1/7/2015)
syquil (1/7/2015)
Can you expand on any 'gotchas' or 'no-nos' with the edit window for my own benefit? I...
January 7, 2015 at 5:13 pm
syquil (1/7/2015)
Can you expand on any 'gotchas' or 'no-nos' with the edit window for my own benefit? I typically only...
January 7, 2015 at 2:11 pm
Sorry, but it looks like a joke to me. Like someone created the worst practices list just for fun.
I have only one suggestion to you - run. Run as fast...
January 7, 2015 at 2:03 pm
john.petrey (1/7/2015)
January 7, 2015 at 1:37 pm
xsevensinzx (1/6/2015)
January 6, 2015 at 1:22 pm
Try to update statistics.
Try to sp_recompile your stored procedure.
If it doesn't help then you need to get execution plan of your stored procedure when it is been running from report....
January 6, 2015 at 1:20 pm
Viewing 15 posts - 91 through 105 (of 286 total)