Viewing 15 posts - 991 through 1,005 (of 1,464 total)
As a wild stab ...
You could create a CLR that takes the data and creates a mail object. Then save that to a file ....
August 22, 2017 at 4:46 am
August 22, 2017 at 3:09 am
I stand to be corrected on the following statements. However, the 1 time that I have used partitions, I have found the same issue.
Partitions are not a GO...
August 20, 2017 at 10:25 pm
Ray K - Tuesday, August 15, 2017 2:16 PMSentence
Paragraph
August 15, 2017 at 10:05 pm
August 13, 2017 at 1:35 am
You could also create a schema per city, and create views that filter the data accordingly. Then grant the users access to the appropriate views.
August 8, 2017 at 6:21 pm
August 8, 2017 at 2:29 am
You can also make the function much more efficient and also enable it to go parallel by making it an ITVFCREATE FUNCTION udf_IsAlpha(@Word nvarchar(50))
RETURNS TABLE WITH...
August 4, 2017 at 12:09 am
Viewing 15 posts - 991 through 1,005 (of 1,464 total)