Viewing 15 posts - 1,276 through 1,290 (of 26,490 total)
Here is the information on sys.types:
https://docs.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-types-transact-sql?view=sql-server-2017
July 19, 2018 at 1:26 pm
To confirm, yes, the length -1 is used to designate the MAX data type: varchar(max), nvarchar(max), varbinary(max), and xml.
July 19, 2018 at 1:25 pm
from Entertainer.dbo.[29] x
left join dbo.supplierpack spk on spk.fkproductid = x.pkProductID
and spk.fkSupplierID = x.pkSupplierID
The...
July 19, 2018 at 12:25 pm
sgmunson - Thursday, July 19, 2018 11:52 AMThis post duplicates the question asked here: https://www.sqlservercentral.com/Forums/1977309/Need-help-with-the-getting-a-top-1-record-with-in-a-table-with-same-ids
True, but this was not the...
July 19, 2018 at 12:06 pm
July 19, 2018 at 12:03 pm
ChrisM@Work - Thursday, July 19, 2018 8:58 AM"Look with eye" made me laugh out loud - but man, how accurate!
And he...
July 19, 2018 at 9:48 am
July 19, 2018 at 8:32 am
July 18, 2018 at 4:55 pm
This is really getting ridiculous. Why is it so hard for people to actual do some thinking instead of having things handed to them? And yes, I gave in and...
July 18, 2018 at 4:04 pm
Viewing 15 posts - 1,276 through 1,290 (of 26,490 total)