Viewing 15 posts - 901 through 915 (of 39,521 total)
In SQL Server, we have more databases on a service more easily than some other RDBMS. For the sake of argument, whether there is a separate db or schema isn't...
July 10, 2023 at 8:47 pm
In SQL Server, we have more databases on a service more easily than some other RDBMS. For the sake of argument, whether there is a separate db or schema isn't...
July 10, 2023 at 8:46 pm
IS_MEMBER() might work for you: https://learn.microsoft.com/en-us/sql/t-sql/functions/is-member-transact-sql?view=sql-server-ver16
July 10, 2023 at 8:40 pm
I don't think most apps need everything in RAM, but some might need certain sections. That's one reason the In-Memory OLTP tables came about, though those have too many restrictions...
July 10, 2023 at 8:02 pm
I've just reported one of those AI-generated "SQL Server is good because" essay posts as spam. Do others agree that this is the right thing to do?
Yes, but do...
July 10, 2023 at 8:00 pm
I have some fond memories of getting out the screwdriver to deal with the big pile of boxes from Compaq. Was never officially my job, but the server build...
July 10, 2023 at 6:31 pm
We are still running a "classic" WSFC with a two-node FCI, sitting atop a rock-solid SAN, all on-prem.
MSSQL Server 2019 running perfectly, without issues.
Yes we have the admin overhead...
July 10, 2023 at 6:29 pm
modify_date can be used if the principal wasn't changed. For example, a password change updates this.
June 30, 2023 at 5:51 pm
What I'd do is this. Grab the current identity, then reseed to that + the number you need. So if the current identity is 1100, and you need 5000, then...
June 30, 2023 at 5:48 pm
Really all the XOps stuff is using code to do things instead of humans clicking (or typing in real time). Store your infrastructure stuff in Git and then use...
June 30, 2023 at 3:23 pm
Their point is clicking "trust server" without a CA cert means you are vulnerable to man in the middle attacks. You don't know if you're connecting to the correct server.
June 30, 2023 at 3:19 pm
CamelCase would so much better for HorsesTakeWork
June 28, 2023 at 4:26 pm
Without starting a huge discussion of incompetence at many many organizations, and excluding the politicians, how many completely unqualified individuals are holding positions where the decisions they make affect...
June 27, 2023 at 2:57 pm
It's hit and miss. The reminder for missing low toner is something lots of people would like. Don't want to manage this, don't want a steady order, but a smart...
June 27, 2023 at 2:52 pm
Be a person who doesn't just rest on intimate knowledge of their chosen technology path, but also has a serious grasp of the business logic driving the need for...
June 26, 2023 at 5:45 pm
Viewing 15 posts - 901 through 915 (of 39,521 total)