Viewing 7 posts - 1 through 7 (of 7 total)
Yes, pinning tables was done prior to SQL Server 2005. I think the reason it was depricated is that it was decided that SQL Server should have complete control over...
January 21, 2010 at 1:17 pm
SSIS or Integration Services is Microsoft’s ETL tool. Essentially, it is a tool to move and manipulate data between various sources. You might move data from an Oracle server, to...
January 11, 2010 at 1:55 pm
You're right, I'm REALLY bad about using up all of my interview time. 😉
Thanks for your reply. I loaded up the query and ran it. But then I realized that...
March 6, 2008 at 4:16 pm
There have been a lot of wise things said regarding the optimization of the query “SELECT * FROM table WHERE MONTH(datefield)=’mm’”, and I have to admit there were several issues...
March 6, 2008 at 12:31 pm
Oh. I should also mention that external fragmentation should be as high as 100% if your clustered table/index has less than 9 pages; SQL Server allocates the first 8 pages...
February 25, 2008 at 5:26 pm
Make sure you have enough contiguous extents to build the new index in and that you are attempting one index at a time rather than using the ALL option. If...
February 25, 2008 at 5:13 pm
Viewing 7 posts - 1 through 7 (of 7 total)