Viewing 15 posts - 4,591 through 4,605 (of 39,740 total)
December 7, 2018 at 8:38 am
I text my hotel room number and parking spaces to myself. Sometimes I forget where things are on different trips.
December 7, 2018 at 8:34 am
December 7, 2018 at 8:32 am
I'm not sure what this function is useful for, but I'm sure someone found a use. The best use so far is splitting IP addresses.
December 7, 2018 at 8:30 am
Quite the game last night for Henry. Watching him push people around was fun. Otherwise, not much of a contest.
December 7, 2018 at 8:29 am
head() gives you data, but not types.
December 5, 2018 at 11:54 am
Please don't post a question here. If there isn't a forum, pick a forum that's close and start a new thread. Don't hijack others.
I've added an ADF forum...
December 5, 2018 at 11:37 am
Calendar Table - http://www.sqlservercentral.com/articles/calendar/145206/
That will help you get this done. Depending on your locale, this might need modifications.
December 4, 2018 at 10:27 am
What version of SQL Server are you using?
December 4, 2018 at 9:57 am
I'd use the STRING_SPLIT() here, which is efficient for use. If you need to put this back into the column, you'll need to use string concatenation to get the result
December 4, 2018 at 8:37 am
I'll say that most of these books are 90% the same. The authors tend to follow what others do and so they get formulaic. I'd get a sample and read...
December 4, 2018 at 8:32 am
This, Dba-StartSQLJob, will help
https://docs.dbatools.io/#Start-DbaAgentJob
December 3, 2018 at 11:28 am
I'd add a PoSh step and use that to call a SQL Agent job on another server. That way I could actually see the execution metrics on both sides, with...
December 3, 2018 at 11:27 am
December 3, 2018 at 10:01 am
Viewing 15 posts - 4,591 through 4,605 (of 39,740 total)