Viewing 12 posts - 1 through 12 (of 12 total)
I find XE easy to hate. Sure it's lightweight, but it's tougher to deal with and a pain to get into a table so you can sort through the data...
February 16, 2018 at 1:31 pm
I think that is still the challenge with things built for "power users". In my experience, most people with the ability and interest to learn are already in their...
December 1, 2016 at 9:04 am
D'oh. I forgot there were so many queries on that post, sorry.
--Indexes updated but not read.
SELECT
object_schema_name(i.Object_ID) + '.'+ object_name(i.Object_ID) as Thetable,
i.nameAS 'Index'
FROM sys.indexes i
...
September 29, 2016 at 10:13 am
I think maybe there is one bug? Perhaps the script should also be screening out clustered indexes.
September 29, 2016 at 8:17 am
One of the most frustrating things in my current job is that I sometimes spend hours rewriting an existing stored proc to eliminate cursors only to find there is little...
September 9, 2016 at 7:53 am
Thanks Sue. FailPackageOnFailure was TRUE for some of my executables, but not others, for some reason unknown to me.
August 22, 2016 at 11:15 am
Thanks very much, this helped me a ton.
November 20, 2014 at 11:53 am
You might check out http://www.pragmaticworks.com/LearningCenter/FreeTrainingWebinars.aspx, they have some pretty good free training on various topics.
May 3, 2013 at 7:43 am
Never mind, they spontaneously reappeared.
September 6, 2011 at 7:59 am
Has any fix been found for this?? I am experiencing the same problem after a BIDS crashed.
September 6, 2011 at 7:44 am
I don't usually open tables in SSMS, I just run queries, but is it possible that you need to page through the results when you open the table?
July 14, 2011 at 7:00 am
For anyone still searching, this https://connect.microsoft.com/SQLServer/feedback/details/344393/ssis2005-project-conversion-to-ssis2008-data-sources-are-not-included-in-the-conversion-process provides some answers.
July 7, 2011 at 11:12 am
Viewing 12 posts - 1 through 12 (of 12 total)