Viewing 15 posts - 1 through 15 (of 22 total)
I am sorry to get into this late. SQL Server 2016 became smarter with regards to Segment reading. Have a look at this below. I know you have...
May 6, 2017 at 11:18 am
Perry;
Ok. Thanks for the information. I will do as such (Rewrite Packages).
Thanks a million
December 8, 2010 at 4:49 am
Thanks Perry;
My Upgrade needs to be completed as fast as possible. So you advise I should leave them in Legacy mode then eventually after a successful Upgrade we can Re-write...
December 8, 2010 at 3:17 am
I am more concerned with DTS Packages from SQL 2000, Is it possible to let all of them run on Legacy Mode or it is advisable to upgrade them to...
December 7, 2010 at 6:05 am
Michael, we used to fight with Develpoers on why the report has failed. Now you can see on the Subreport "ReportErrors". Now we can see who went on to give...
February 4, 2010 at 5:39 am
This article loooks good
January 4, 2010 at 7:43 am
Gail;
I am not sure but another issue on FILL FACTOR. If you do not spacify PAD_INDEX then I discovered that the mechanism will not create a fill factor by the...
November 27, 2009 at 3:08 am
TheSQLGuru
I can see that. Sorry about that
November 12, 2009 at 8:45 am
Thank you Gail for that because I read somewhere where TheSQLGuru was "asking" for more Clustered Indexes on a single table
November 12, 2009 at 3:47 am
TheSQLGuru
I am not quite sure about many Clustered Indexes here. Since the concept tells us that they are part of the table and determine the Ordering of data,then with...
November 12, 2009 at 3:08 am
karl;
Dont avoid dividing by Zero. SQL has a very good facility to overcome that. For instance, run these 2 queries and tell me the results:
(1)
DECLARE @a Money,
November 3, 2009 at 11:34 pm
gavinparnaby :
Sorry, I will check your sub query and I will give you feedback tomorrow. Please bear with us.
November 3, 2009 at 7:18 am
gavinparnaby :
If I undestend you correclty you are saying you are getting there is a resultset of duplicate indexes of differnt tables. I need to be corrected here. Indices are...
November 3, 2009 at 7:15 am
gavinparnaby
Its very normal to get multi rows for one index. For instance if you run your
sys.dm_db_index_physical_stats(db_id(), OBJECT_ID('<tableName>') ,NULL,NULL,'DETAILED'). Yuo are likely to get so many rows of one...
November 2, 2009 at 10:41 pm
Viewing 15 posts - 1 through 15 (of 22 total)