Viewing 15 posts - 16 through 30 (of 716 total)
Yes, agreed.
But the OP is planning a move to an RDBMS that doesn't have a filestream option to my knowledge.
Since the OP is planning a move to RDS (which just...
June 20, 2024 at 1:31 pm
You have to export to "regular" files, and then import those files from the filesystem into your database of choice (though I'd recommend at least considering storing files w/ operating...
June 19, 2024 at 6:28 pm
You'd probably have to close and re-open SSMS for that to work.
But why? What are you trying to do that would require setting this programmatically. You may be trying to...
June 3, 2024 at 1:13 pm
Are you talking about ClearTrace from scaleSQL? They appear to only support traces through SQL Server 2017.
They do have a ClearCase for Extended Events tool w/ support through SQL...
May 9, 2024 at 4:20 pm
No idea about performance, and don't know where some of those columns are coming from, but it looks like it could be simplified to something like this, which is at...
April 24, 2024 at 5:54 pm
Does your data (and business) have seasonal or annual surges of inserts? Is it relatively stable year-to-year
If not, then you can make somewhat useful projections, though they'd probably be more...
April 23, 2024 at 6:26 pm
Take a look at Hierarchies on Steroids #1: Convert an Adjacency List to Nested Sets & Hierarchies on Steroids #2: A Replacement for Nested Sets Calculations from Jeff...
April 23, 2024 at 1:37 pm
Note: You posted in SQL 2022 forum, though neither one of your target servers is 2022.
April 22, 2024 at 9:14 pm
Have you downloaded & installed the Microsoft Office 2010 Filter Packs? I'm not clear if that includes SP2, so you might also want Service Pack 2 for Microsoft...
April 22, 2024 at 3:28 pm
Don't reuse the same temp table for different sets of columns. It makes debugging confusing, and it subverts the way SQL Server manages temp tables.
One of the small optimizations SQL...
April 2, 2024 at 1:14 pm
March 27, 2024 at 1:09 pm
You mention "app team" a few times. Does this mean only developers, or does app team also include product owners? The question of data retention is a business concern in...
March 19, 2024 at 2:31 pm
"I tried to create a stored procedure on a database that would execute as owner (blindly believing it to be 'sa'). The create failed because the owner didn't...
March 15, 2024 at 7:01 pm
Viewing 15 posts - 16 through 30 (of 716 total)