Viewing 15 posts - 586 through 600 (of 2,044 total)
32-bit versus 64-bit browser?
Some things only work in 32-bit IE
November 8, 2016 at 4:22 am
Promising. I'll have a look at it.
Could it be that there is a size limit?
October 28, 2016 at 4:10 am
That means you don't filter the value of ID1
and only filter on ID2,3,4,5,6
Something like
where (@IgnoreID1='Y' or @ID1 in (......))
and (@IgnoreID2='Y' or @ID2 in (......))
...
October 20, 2016 at 1:16 am
ID1 value X
ID2 value Y
ID3 value Z
ID4 value A
ID5 value B
ID6 value C
Ignore ID1: N
Ignore ID2: N
Ignore ID3: N
Ignore ID4: N
Ignore ID5: Y (do not filter on B (the value...
October 17, 2016 at 5:16 am
Add extra parameters with Ignore IDX with "No"/"Yes" (with default No) and adjust the dataset for it?
October 7, 2016 at 5:18 am
I can't speak about if it is good practice or not. Is is more a division of roles practice (We manage the infrastructure, you manage the users)
As long the Active...
October 4, 2016 at 3:11 am
You can have users from another domain as long the server domain trusts the user domain.
October 3, 2016 at 9:24 am
Brandie, also got the Stairway to U-SQL twice today
September 15, 2016 at 5:59 am
Great article
Could you change the where-clauses to use proper date-variables instead of strings
WHERE CalendarDate BETWEEN convert(date,'2/27/2016',101) and convert(date,'3/1/2016',101)
instead of
WHERE CalendarDate BETWEEN '2/27/2016' and '3/1/2016'
September 8, 2016 at 2:53 am
August 20, 2016 at 9:14 am
As attendee 150 km or a 2 hour drive in Belgium
July 29, 2016 at 4:35 am
As it is a virtual server. Is the memory for the VM fixed or dynamic? (ballooning)
July 26, 2016 at 9:23 am
3) Mostly logs about performance, execution, ...
We cut it to 90 days after the catalog grew to half a terabyte. It will also save time when you have to patch...
July 11, 2016 at 4:52 pm
Viewing 15 posts - 586 through 600 (of 2,044 total)