Viewing 15 posts - 841 through 855 (of 39,466 total)
In this case, tooling did this for me. No typing involved. This makes it clear where the column is located, and if there were joins, this is required.
We often alias...
July 12, 2023 at 4:33 pm
I think those local environments are tough, though I'd made sure they were VMs. Helps with replacing hardware and DR. I think this is one reason Azure and AWS moved...
July 11, 2023 at 5:44 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,...
July 11, 2023 at 5:33 pm
We have a physical 3 node WSFC with 6 SQL FCIs. We are using cross-site AGs for DR. We built this in 2017; running MSSQL 2016. Pretty much everything...
July 11, 2023 at 3:42 pm
Interesting. Was this installed as 2019 or upgraded from previously?
New physical nodes installed with Windows Server 2019, and hooked up to FiberChannel & SAN shared storage; setup MSSQL...
July 11, 2023 at 3:40 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: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
Viewing 15 posts - 841 through 855 (of 39,466 total)