Viewing 4 posts - 1 through 4 (of 4 total)
Here is a link that shows the use of sys.sql_expression_dependencies to list objects referencing a table.
June 24, 2015 at 6:53 am
erlend.miller 3298 - I love the simplicity of your approach! What if we add COALESCE(NULLIF()) to the calculation to take care of the potential divide by zero error if...
January 16, 2015 at 6:40 am
According to SQL Server Help these are the ranges:
BIGINT: -2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807)
INT: -2^31 (-2,147,483,648) to 2^31-1 (2,147,483,647)
SMALLINT: -2^15 (-32,768) to 2^15-1 (32,767)
For each of these data types...
October 10, 2014 at 5:49 am
Overall I like it. However, please put the "In this issue" or similar back at the top. I have received some excellent information from these e-mails, but not...
July 2, 2013 at 6:22 am
Viewing 4 posts - 1 through 4 (of 4 total)