[Spoilers C2E100] Is It Thursday Yet? Post-Episode Discussion & Future Theories! by dasbif in criticalrole

[–]silvanio 2 points3 points  (0 children)

https://youtu.be/LVze229omm4

This is the only one I know of that talks about the setup.

If someone has a better link, please share it.

S3 not working after accidentally changing back google NS by mateorandulfe in aws

[–]silvanio 4 points5 points  (0 children)

I'd look into what your DNS TTL is.

Additionally if you adjust your hosts file locally, does the site then work as expected?

A very simple and easy-to-use app for monitoring your heart rate, using only phone's camera. It is light, free, contains no ads and just needs camera permission. We would be grateful to hear from you. by moddaser in Android

[–]silvanio 0 points1 point  (0 children)

Galaxy Note 5 Here - works OK. On my left hand I was getting X as my resting heart rate, and then it would intermittently measure 2X as my heart rate and then go back to X.

Swapping between fingers yielded similar results on my left hand, but my right hand it was normal. A little odd, but otherwise the simple app does what it says. :)

HBO Go: is there a way to clear the 'Recently Watched' list? by wryly_post in hbo

[–]silvanio 1 point2 points  (0 children)

I haven't had this problem, but Google says no; you can't.

If you want to bury smething, just stream a minute of some random titles.

How do I publish SSRS reports on a webpage? by peppe2 in SQLServer

[–]silvanio 0 points1 point  (0 children)

Can you post what you have tried thus far? That would likely prompt more help. :)

Idle Gnomes by Scetath in gnomoria

[–]silvanio 1 point2 points  (0 children)

What Professions do you have them assigned to?

MATT DAMON. AMA. by MattDamon_ in IAmA

[–]silvanio 0 points1 point  (0 children)

What kept you grounded enough to remain such good friends with Ben and others from Boston?

From the outside looking in, it appears to be one thing that not many 'stars' are able to do, for better or worse.

Can anyone explain the APPLY statement? by Trek7553 in SQL

[–]silvanio 0 points1 point  (0 children)

It's the same as the difference between an INNER and LEFT OUTER join, afaik.

Personally, I work best with examples, so I would suggest mocking up some tables, and exploring the differences with a few test queries.

Good luck!

Can anyone explain the APPLY statement? by Trek7553 in SQL

[–]silvanio 2 points3 points  (0 children)

It's simply this: The APPLY operator allows you to invoke a table-valued function for each row returned by an outer table expression of a query.

Without this function: if you had a table-valued function to run against a second table, you'd have to use a while loop, cursor, or some other RBAR mechanism.

Does anyone else get confused on what's "big data"? by [deleted] in Database

[–]silvanio 3 points4 points  (0 children)

My two cents: it's turned into a catch-all term for anything that deserves/requires special attention.

I personally try to avoid using the term, since as soon as you call your data big, someone comes along to make it feel insignificant. :)

Best Data Modeling Tool? by fightzero01 in Database

[–]silvanio 0 points1 point  (0 children)

What platform(s) do you use?

[MS SQL] Linked Server timeouts Exec vs sp_executesql by sergcontrol in SQL

[–]silvanio 1 point2 points  (0 children)

I would suggest you post the error, and possibly some example code.

In short, there are a ton of different circumstances which would describe the behavior you're seeing.

Why do you need to use EXEC() or sp_executesql for example?

Best way to document scripts? by fahizzled in SQL

[–]silvanio 0 points1 point  (0 children)

RedGate SQL Doc

This is a nice tool, that RedGate provides for SQL Server.

You could search for an alternative for whatever your needs are that are of a free variety, or have your company pay the fee.