Viewing 15 posts - 631 through 645 (of 9,641 total)
If the table itself is less than 8 pages (an extent) by default it will stay in mixed extents. See this BOL Page for how how SQL Server ...
October 6, 2014 at 7:00 am
I was assuming it was on a single server. If it requires a linked server I'd go with a solution in SSIS.
October 3, 2014 at 12:34 pm
If an index is small it can be in mixed extents which means you'll have some fragmentation.
October 3, 2014 at 12:00 pm
Along with Luis and Ed I can't find anything obvious in your query that would cause there to be different rows to be returned based on the addition of an...
October 3, 2014 at 11:59 am
I agree with Gaz.
The only other option might be to restore the database on another server and then shrink the database file.
October 3, 2014 at 11:46 am
I know you marked Ed's answer as correct, and I agree it is. I'd just like to add that I consider service packs a code change so any testing...
October 3, 2014 at 11:44 am
I'd recommend a database project for each database that includes agent jobs that apply to that database. Then you can have all of this in Source Control as well.
October 3, 2014 at 11:38 am
When was the last time statistics were updated? Sounds like a bad plan cached on the secondary.
October 3, 2014 at 11:36 am
There isn't anyway that I'm aware of to limit the view in SSMS.
October 3, 2014 at 11:19 am
Based on contacts from recruiters I don't see SQL Server slowing down in my area of the world (New England).
I'll agree with others that MS has to be careful to...
October 3, 2014 at 11:13 am
You would have to do this in derived column component after the merge join if you were to do it in SSIS. I'd suggest leaving it in SQL Server,...
October 3, 2014 at 11:00 am
From a financial standpoint I'd say go with clock speed because SQL Server is licensed per core, so you're going to save like $50,000 by going with 16 vs 24....
October 3, 2014 at 10:58 am
So I tried setting up a test environment using the files you attached, but there is a reference to BoxDosageMapping and V in CheckBoxAvailability and your test setup doesn't include...
October 2, 2014 at 7:45 am
Thanks all. I didn't mention me because it is much easier to keep the MVP award than to get it the first time.
It is still a great honor to...
October 1, 2014 at 2:27 pm
PiMané (10/1/2014)
How does SQL handle cross database statistics? Would it be better instead of using directly the tables on other databases use a synonym or that doesn't make any difference?
To...
October 1, 2014 at 2:25 pm
Viewing 15 posts - 631 through 645 (of 9,641 total)