Viewing 15 posts - 1,306 through 1,320 (of 22,184 total)
This might not be real simple. Microsoft lists a bunch of ways you can do it though. Probably the easiest is using the SQL Server Import/Export Wizard in Excel....
May 4, 2021 at 12:22 pm
Hmmm. Weird.
I'd suggest putting Extended Events to work. You can look for Object: Altered events. I'm pretty sure that's where it would come up. Just filter by the database(s) in...
May 4, 2021 at 12:11 pm
Statistics maintenance is a huge topic. Suffice to say, more updates are better (usually, but not always). Detailed scans for updates are better (usually, but not always). The only way...
May 3, 2021 at 12:10 pm
You're going to have to think through the relationships between all these things a bit more and then create tables based on those relationships. For example, I don't see a...
May 3, 2021 at 12:02 pm
yeah, it's down to whether or not the app name is included in the connection. If it's not there, it's probably not possible to tell where any given query is...
April 30, 2021 at 1:46 pm
If your number one wait statistic is anything except IO_LATCH*, don't mess with memory optimized tables. OK, maybe, MAYBE, for some table variables, they do pretty cool things there. However,...
April 29, 2021 at 3:11 pm
Hey Tom!
So, for Managed Instance, and for Azure SQL Database, while Microsoft is handling things like consistency checks and backups, you are responsible for what goes on inside the database....
April 29, 2021 at 3:02 pm
Oh, I won't be surprised if they change the licensing model. But I'm positive that development on the product is going to continue. Each release puts another 10 years, minimum,...
April 22, 2021 at 11:56 am
I'd go one farther. Set up database security so that you have groups. Grant security to the groups. Add/remove logins or groups of logins with the groups. It makes security...
April 22, 2021 at 11:22 am
This one is all about opinion, so, take with a grain of salt the size of a house.
You're being a little bit paranoid. SQL Server is one of the most...
April 22, 2021 at 11:19 am
Agreement with what everyone else added.
April 21, 2021 at 6:12 pm
Heh... I agree with Grant on logical execution being left to right and data flow being right to left and both being top to bottom (except on super-umbra-red...
April 21, 2021 at 6:11 pm
Thank you Grant, actually if you have the power you can just delete that, I didn't redact parts of the screenshot I should have. Reporting it was the...
April 21, 2021 at 6:09 pm
I'm a little confused. You keep talking about servers and server specs. However, you also said you were using Azure SQL Database. That doesn't involve servers. So... which is it?
April 21, 2021 at 11:03 am
OK. This is a fun one.
Execution plans are logically executed from left to right, and roughly, top to bottom. You can validate I'm right about this by looking at the...
April 21, 2021 at 11:00 am
Viewing 15 posts - 1,306 through 1,320 (of 22,184 total)