Viewing 15 posts - 3,121 through 3,135 (of 26,490 total)
The other suggestion I have is use the system views sys.schemas, sys.tables, sys.columns, sys.types instead of the INFORMATIOIN_SCHEMA views.
January 27, 2017 at 12:42 pm
January 27, 2017 at 10:35 am
I can not recreate the problem you are reporting. I have run your code, after creating the needed schema, and I do not get any duplicates.
January 27, 2017 at 10:31 am
January 27, 2017 at 8:48 am
BrainDonor - Friday, January 27, 2017 1:30 AM
+1000000
January 27, 2017 at 8:29 am
Steve Jones - SSC Editor - Thursday, January 26, 2017 1:06 PMWas that supposed to be in another thread?
Too many windows and...
January 26, 2017 at 2:05 pm
January 26, 2017 at 11:06 am
Here is my uncommented attempt at this:
create table #TestDates (
TestDateID int identity(1,1),
TestDate1 date,
TestDate2 date
);
with e1(n)...
January 26, 2017 at 10:32 am
January 26, 2017 at 10:29 am
The only other thing I would ask, is this number going to be seen by the users or are they hidden values used behind the scenes by the system/database only. ...
January 26, 2017 at 10:25 am
January 26, 2017 at 10:18 am
January 25, 2017 at 11:32 am
Msg 11529,...
January 24, 2017 at 3:37 pm
Viewing 15 posts - 3,121 through 3,135 (of 26,490 total)