Viewing 15 posts - 241 through 255 (of 290 total)
Actually, disregard... i found the table under regular user tables, not in System tables...
August 3, 2018 at 11:34 am
Thank you!
August 1, 2018 at 12:17 pm
This object (table) is Created in step 1 of the package and used in last task.
if exists (select object_id(N'dbo.BCPLStudent_diff') from sys.objects where type = N'U')
DROP TABLE...
August 1, 2018 at 11:16 am
Sure. a few screenshots. No expressions.
July 20, 2018 at 8:57 am
Thank you! Deleted it now.
July 19, 2018 at 2:23 pm
yes. works. THANK YOU !
May 10, 2018 at 11:48 am
But in such case the column header also gets reduced font size which I do not want.
May 10, 2018 at 11:23 am
Thank you so much, Frederico.!
Very helpful.
We are actually continuing the development that you have suggested above to see cross-db dependencies..
Willl keep you posted.
V.
May 14, 2017 at 6:10 pm
yes, works now. (i just needed to be in correct DB context, for OBJECT_ID( to return not null..
it works, but returns substantially less rows/dep.objects than my original qry
May 4, 2017 at 2:42 pm
Thanks. but your query returns zero rows.. while there are at least a dozen of dependent (inner) objects.
May 4, 2017 at 11:46 am
Question: if everything (each column) from the resultset of the original index-utilization qry
if all columns to the right of has_filter are NULLs -- does it means that the...
April 20, 2017 at 8:56 am
MSSQL 2008 R2 SP3
July 11, 2016 at 7:12 am
Thank you, Grant, for your valuable input!
I also very much enjoyed your book on execution plans, which I partially read in the recent past.
March 23, 2016 at 8:40 am
Got it ! THANK YOU !
March 23, 2016 at 8:19 am
Viewing 15 posts - 241 through 255 (of 290 total)