home.social

#mssqlserver — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mssqlserver, aggregated by home.social.

fetched live
  1. Hours troubleshooting a network problem, checking firewalls, port tests, group policies.

    It was fixed by restarting Windows, some crazy bug in SQL Server or Windows Server, insane. I hate Microsoft.

    #windows #Microsoft #MSSQL #mssqlserver

  2. Включаем EPA в FreeTDS и go-mssqldb: приключение на 5 минут

    Представьте: вы теряете контроль над SCCM — одним из самых критичных инструментов управления инфраструктурой. А точкой входа становится обычное подключение к MSSQL, где он хранит свои данные. Злоумышленник перехватывает NTLM-аутентификацию и перенаправляет её на нужный сервер — так работает NTLM relay. Мы в команде Security Engineering решили не ждать эксплуатации этой уязвимости. Меня зовут Булат Гафуров, я инженер по информационной безопасности в Яндексе. В этой статье я расскажу, почему стандартного решения оказалось недостаточно и как мы добавили поддержку механизма EPA в популярные библиотеки, чтобы переключить защиту на стороне MSSQL в режим Require, не лишив Linux- и Windows-сервисы доступа к данным.

    habr.com/ru/companies/yandex/a

    #windows #security #ntlm_relay #ntlm #ntlmrelay #epa #mssql #mssqlserver #microsoft #freetds

  3. Why does #MSSQLServer allow table indexes that have no name? How are they created? What is their use?

    #dba #ssms #microsoft

  4. tgpiler 0.4.0 released

    tgpiler is a transpiler from T-SQL to Go
    The real benefit is not a mere language translation but an architectural translation from vertical scaling (Microsoft SQL Server) to horizontal scaling (microservices written in Go)

    github.com/ha1tch/tgpiler

    @ Added extended support for TVFs

    @ Various improvements generating more idiomatic Go code.

    #golang #mssql #mssqlserver #postgres #database #software #softwaredevelopment #microsoft

  5. Hi #php foundation.

    I note that PHP 8.3 is out of support in 7 days and ms SQL server driver is not supported for 8.4 or 8.5.

    Does anyone have any friends over at ms ?

    #mssql #mssqlserver

  6. Tgpiler is a transpiler based on Tsqlparser

    Tgpiler is a T-SQL transpiler that targets the Go programming language.
    github.com/ha1tch/tgpiler

    That means: you write T-SQL stored procedures, Tgpiler transpiles them to Go. Which means that with a little more luck and some astute tweaking, your old logic now scales horizontally for free.

    Tgpiler is a transpiler powered by tsqlparser that parses T-SQL stored procedures, interprets T-SQL DML and compiles to Go source code with two execution paths: static and dynamic. The dynamic pathway is a genuine T-SQL runtime that executes most dynamic T-SQL code as part of your Go microservice. Newer versions also support a dual backend: DML or gRPC. The DML backend targets Postgres, Mysql, SQLite, and MSSqlServer. The gRPC backend is based on gRPC protos and using voting heuristics it maps stored procedure code to gRPC execution.

    Once the vision is fully realised, it will become not a compiler, not a transpiler, not a migration tool with Go as its target, but a different category of tool for which we don't have a name yet:

    Its main use is the migration of vertically scalable business logic to horizontally scalable business logic.

    It's licenced under the GPL 3.0 and if you have any cool ideas about what should be done about it, feel free to call me:
    [email protected]

    #golang #tgpiler #tsql #foss #tsqlparser #db #database #mssqlserver #mssql #microsoft #sql #sqlite #postgres

  7. This is TSQLparser, a complete T-SQL parser written in Go. It's the kind of thing you use when you want to abandon Microsoft SQL Server for good (parser, lexer, and AST builder, to be exact).

    And here it is, GPL 3.0 licenced, or email me if you have any other ideas:
    [email protected]

    github.com/ha1tch/tsqlparser

    #golang #foss #tsql #mssql #mssqlserver #db #database #parser #microsoft #sql #sqlite #postgres

  8. @aeveltstra At the source, the DB is #MSSQLServer . The target is #AWSDynamoDB . A mapping tool runs #SQL queries to ETL the data into JSON. That is sent to a REST API on #AWSAPIGateway . The API maps the input JSON to a format for DDB, and pushes it into the target table.

    The difficult part was to figure out how to integrate the API with DDB directly, without using an #AWSLambdaFunction as a transformer and loader.

    Another challenge is how to protect it from malice. An API key for now.

  9. Die Lawine rollt: Nächste Stadt in Europa schmeißt Microsoft Office raus

    winfuture.de/news,151881.html

    > So ist Lyon als die drittgrößte Stadt Frankreichs die nächste Kommune, die sich von Redmonder Software verabschiedet. Die Stadtverwaltung plant, statt Microsoft Office künftig die Open-Source-Alternative OnlyOffice einzusetzen. Auch die Microsoft-SQL-Datenbank soll durch PostgreSQL abgelöst werden.

    #Windows #Microsoft #MSSqlServer

  10. T-SQL в .NET Core EF Core: Гибридный подход к производительности и гибкости (Переосмысление с учетом обсуждения)

    Секретное оружие в .NET Core: Почему вы игнорируете мощь T-SQL? Ваши LINQ-запросы становятся громоздкими? Производительность упирается в потолок? Возможно, вы упускаете нечто важное. Эта статья — приглашение взглянуть на привычные инструменты под новым углом. Мы исследуем гибридный подход, который позволяет использовать весь потенциал Microsoft SQL Server, выходя за рамки стандартного взаимодействия через EF Core. Узнайте, как T-SQL может упростить сложные задачи, повысить производительность и сделать вашу архитектуру более гибкой. Это не просто технический трюк, а переосмысление роли СУБД в современном приложении. Готовы узнать, как использовать "скрытые" возможности MSSQL и почему это может быть именно то, что нужно вашему проекту? Читать об этом

    habr.com/ru/articles/914378/

    #net #net_core #ef #entityframework #linq #tsql #sql #mssql #mssqlserver #database_development

  11. ⚙️Are you looking for an #online #database #modeling #tool with #SQL generation?

    With the latest updates (e.g. modeling of #association #classes), BESSER is your ideal tool to #design and #generate your databases in many different "flavours" :

    ☑️ #SQLLite

    ☑️ #PostgresQL

    ☑️ #MySQL

    ☑️ #MariaDB

    ☑️ #MSSQLServer

    ☑️ and even #SQLAlchemy

    Ready to give it a try? No installation required! ➡️ editor.besser-pearl.org/

    Did I already mention is completely 🆓 and #opensource?

  12. T-SQL в .NET Core EF Core: Гибридный подход к производительности и гибкости

    В мире .NET разработки, работа с базами данных – неотъемлемая часть. Entity Framework Core (EF Core) предоставляет удобный способ взаимодействия с данными, но при работе с SQL Server, особенно в сложных сценариях, LINQ запросы могут уступать в производительности и гибкости T-SQL. Статья рассматривает эту дилемму, предлагая гибридный подход. Мы погрузимся в проблему: как эффективно использовать мощь T-SQL, не отказываясь от преимуществ EF Core? Обсудим интеграцию T-SQL через Raw SQL, Views, UDF и Stored Procedures. Раскроем лучшие практики: разделение ответственности, оптимизацию запросов, безопасность и тестирование. Поймем, как сочетать удобство ORM с производительностью SQL Server, применяя Data-Driven Design и, при необходимости, Domain-Driven Design. Статья – руководство для .NET разработчиков, стремящихся к оптимальному балансу между производительностью, гибкостью и удобством разработки при работе с SQL Server и EF Core. Читать об этом

    habr.com/ru/articles/906522/

    #net #net_core #ef #entityframework #linq #tsql #sql #mssql #mssqlserver #database_development

  13. @slesa It's running Ubuntu:

    PRETTY_NAME="Ubuntu 22.04.5 LTS"
    NAME="Ubuntu"
    VERSION_ID="22.04"
    VERSION="22.04.5 LTS (Jammy Jellyfish)"

    #docker #compose #docker_compose #mssql #MSSqlServer #SQLServer

  14. Now, in my use case, I'm going to be scanning a large-ish table of performances, and a table of on sale rules, and putting them together in order to work out which performances are supposed to be on sale right now.

    So my question is, just in case anyone has actually used this, so I don't waste lots of time trying it out for myself: does parsing all those strings not absolutely FUCK performance? #sqlserver #mssqlserver #clr

  15. losing my mind. i can connect to a remote SQL server from SQL management studio no problem. but if i try to connect to the same server using powershell, same machine, same network, i get an error saying the server can't be found -- whether i use its IP, netbios, or FQDN. remote connections, named pipes, and IP are all on. nothing i try works. #mssqlserver #sql

  16. This Friday there will be the 2023.

    The 7th July 2023 say thank you to your for keeping your data safe and sound.

    dbaday.org/