Viewing 15 posts - 3,136 through 3,150 (of 39,725 total)
It pisses me off, as well. It does help my scheduling of "urgencies" though. 😀 I keep solid records of such abuses of the word "Urgent". I'm also not...
December 4, 2019 at 6:23 pm
I've only played lightly, and found this interesting.
December 4, 2019 at 6:19 pm
Nice to see a lot of you have budget for training, though without getting/taking time off, it's less useful. Easy to get too caught up in daily work and not...
December 3, 2019 at 3:51 pm
If the server is started, the DAC helps. If it fails to start, you'd need to use a different switch (-g?) to fix memory.
December 2, 2019 at 11:02 pm
If you restore a database, you restore users. If the logins that link to these by SID do not exist, you have orphans.
Using sp_helprevlogin will give you a script to...
December 2, 2019 at 10:59 pm
I've used it to troubleshoot, wondering if two connections had different settings. Getting a raw number and comparing them worked for me. I haven't really used this to decode settings...
December 2, 2019 at 10:20 pm
If you create the logins with the same parameters, yes, this will help. sp_helprevlogin does this.
December 2, 2019 at 10:17 pm
Don't know that I'd disable it, but it is only for local connections by default. You can avoid allowing remote access, but still have local access if your server gets...
December 2, 2019 at 10:15 pm
OK, I played with this a bit and got this to work:
$dt = get-date -format "_yyyyMMMdd_HHmss"
Invoke-Sqlcmd -Query "SELECT * FROM [dbo].[Customer]" -ServerInstance "Plato\SQL2017" -Database "Sandbox" |
Export-Csv -Path...
December 2, 2019 at 7:57 pm
Updated the answers, apologies. I'll try to see if I can get correct those that answered #2 to #4.
November 27, 2019 at 7:54 pm
Sheesh, week 13 and the playoffs are already set! And I'm on the outside looking in...
As it should be
November 26, 2019 at 6:18 pm
Did you track target server memory?
Likely you're missing something. SQL Server does use all the memory it can, loading up for buffering data. If data changed, this could account for...
November 26, 2019 at 6:15 pm
I think you're conflating a couple things. First, Filestream allows access to the filesystem for work with C# (or other .NET apps) and will work more efficiently. You can just...
November 26, 2019 at 6:14 pm
If you have a list of servers, you could do this in PoSh or with SQLCMD as well. The hard part is finding instances on the network, as they can...
November 26, 2019 at 6:08 pm
Viewing 15 posts - 3,136 through 3,150 (of 39,725 total)