Viewing 15 posts - 31 through 45 (of 88 total)
August 24, 2017 at 8:03 am
I've got to ask, what's the difference for you between comma and pipe...
August 23, 2017 at 4:56 pm
August 23, 2017 at 1:59 pm
Jeff Moden - Tuesday, August 22, 2017 8:50 PMSo how'd things work out for you?
My priorities have been shifted.
While poking around I...
August 23, 2017 at 7:11 am
I believe it's because you're trying to apply a method to a property. This should work
$instances = @('Server1\Instance1','Server1\Instance2')
$instances |
ForEach-Object {Get-ChildItem...
August 15, 2017 at 11:37 am
You could set up an Operator on the SQL Agent with the appropriate email(s) / distribution list that is notified when the job completes successfully.
August 15, 2017 at 7:33 am
I'm not too familiar with tabular but your best bet it to split the columns you want to be dimensions into another "table." The easiest way would be to create...
August 9, 2017 at 8:31 am
August 9, 2017 at 6:44 am
I stopped using them once I read that they were unreliable for determining the schema of an object.
August 9, 2017 at 6:19 am
I thought my dev and test instances on the same machine sharing 4 GB RAM was bad, then I found out the production server has only 6 GB of memory.
August 8, 2017 at 1:42 pm
Are you using SSAS multidimensional (cubes) or SSAS tabular? They're two different applications and are designed differently.
You mention DSV which makes me think you have a multidimensional instance,...
August 8, 2017 at 1:35 pm
Interesting that TRY_CONVERT doesn't return...
July 28, 2017 at 7:06 am
July 26, 2017 at 6:10 am
Viewing 15 posts - 31 through 45 (of 88 total)