Viewing 15 posts - 616 through 630 (of 5,111 total)
Happy New Year all, hope you enjoyed the festivities, and the break (if you got one). I was working most of the days, or otherwise with family, so I can't...
January 2, 2020 at 12:17 pm
Had to double check that one before I confirmed my answer; trying to be tricky with the first questions of the year, are we Steve? π
January 2, 2020 at 11:33 am
That doesn't give us a lot to go on. Does this help at all? SQL Server 2019 Installation Error - An error occurred for a dependency of the feature....
January 1, 2020 at 2:57 pm
Enjoy the New Year all. Got a few friends coming over later, going to play a few games and drink the new year in. Just need to finish getting the...
December 31, 2019 at 3:36 pm
I really like Thom's answer. I would just consider adding the following to the $Files variable to filter to specific extensions you're looking for:
$Files = Get-ChildItem...
December 31, 2019 at 9:28 am
Did you have a question here, or are we missing something?
December 30, 2019 at 10:18 am
I agree that Powershell would be far easier, and could easily be executed by an Agent Task in SQL Server if needed. Should look something like this:
$Directory...
December 30, 2019 at 9:09 am
SELECT p.ID PRODUCT_ID,
p.PRODUCT_NAME,
o.ID ORD_ID,
...
December 23, 2019 at 11:18 pm
Wouldn't you want to use a ForEach loop to process these? You're trying to pass the array to get-sqldbinventory but $ServerInstance is defined as a string, not an array.
I don't...
December 23, 2019 at 9:13 am
Anthony is on the money here. From Servicing Update for SQL Server 2019 RTM:
This Servicing Update for SQL Server 2019 RTM is a non-security GDR release. It is a...
December 20, 2019 at 1:59 pm
Merry Christmas All, hope you enjoy the holidays (those of you that get them off π ).
Won't lie, I really don't want to go see the latest Star...
December 19, 2019 at 4:08 pm
Merry Christmas All, hope you enjoy the holidays (those of you that get them off π ).
Won't lie, I really don't want to go see the latest Star Wars film,...
December 19, 2019 at 9:03 am
At this stage I have to agree; sounds like you need to invest in a VPN for your clients.
December 13, 2019 at 11:11 am
I don't understand what you're asking here. PST is a column already.
December 12, 2019 at 6:47 pm
hello, my application with vb.netΒ connect to database though internet, that why ssms can connect though internet. So, i want increase security. I want to disable connect with ssms...
December 12, 2019 at 3:11 pm
Viewing 15 posts - 616 through 630 (of 5,111 total)