Viewing 15 posts - 1 through 15 (of 63 total)
Has anyone kept this alive? This was a great utility.
Doug
March 15, 2024 at 6:07 pm
I would switch the temp table to be
CREATE TABLE #invalid_db_objects
(
ID INT IDENTITY(1,1) NOT NULL PRIMARY KEY,
invalid_object_id INT NOT NULL,
invalid_obj_name NVARCHAR(1000) NOT NULL,...
March 17, 2023 at 4:20 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
I just noticed that User Defined Table Types do not show up in sys.objects by the name you have given them, you have to look at sys.all_objects and Name LIKE...
January 12, 2023 at 7:21 pm
Viewing 15 posts - 1 through 15 (of 63 total)