Viewing 15 posts - 3,346 through 3,360 (of 59,067 total)
found the answer
https://stackoverflow.com/questions/18010850/sql-with-clause-within-a-with-clause
Happy coding!
Can you post the solution for the code you posted?
June 6, 2022 at 5:50 pm
I'm learning xml. I'm getting the hang of the nitty gritty, tags, elements, etc. I haven't come across the WHY except that it's "good for sharing across platforms." So...
June 6, 2022 at 5:18 pm
@scott... the comment about "magic" wasn't meant as a slam to you. It was meant as a slam to MS because they claim that you can do minimal logging if...
June 6, 2022 at 5:03 pm
There's gotta be a way to read the manifest of files from a zip file in SSMS. Almost everything else has that capability.
Not sure what you are getting...
June 6, 2022 at 5:09 am
Apologies on the mistake about COMPRESS.
I know you think that 2016 is magic after the first insert. The documentation says that new pages will be minimally logged. I'll have to...
June 6, 2022 at 5:07 am
Thanks for your responses,
We have more sorts and joins.
Thank you
A lot of that can be resolved by indexes in most cases. In some cases, the indexes won't actually be...
June 6, 2022 at 5:02 am
Hello everyone!
I'm a beginner with databases and I'm getting started with building a front end for my database so that end users can add/edit data. I've been trying to...
June 5, 2022 at 5:37 am
Or how does the REBUILD over there interact with action thats happening on the server? from what ive been told its a very active table even at night when...
June 5, 2022 at 5:30 am
I'd also suggest using OPENQUERY instead of just EXECUTE. Or, like you said, EXECUTE AT.
June 5, 2022 at 5:16 am
There's gotta be a way to read the manifest of files from a zip file in SSMS. Almost everything else has that capability.
June 5, 2022 at 5:08 am
And, NO... don't create the Non-Clustered Indexes before hand. I've never seen it work like MS says it "could" work. Having Non-Clustered indexes will make it so that the transfer...
June 5, 2022 at 5:05 am
Hello Johan,
Thanks for your help.
I tried again to create a new column with VARCHAR(max) and to copy the data from the old column to the new column via a...
June 5, 2022 at 5:01 am
If the database is FULL recovery, would it help to run t-log backups frequently during the process, to prevent a huge t-log ?
if insert is done in one...
June 5, 2022 at 4:52 am
Hi All,
Imagine a scenario where a datawarehouse database is working and, at the same time, limited disk space in our tempdb system database.
When any process runs that loads data...
June 5, 2022 at 4:40 am
To Homebrew01:
I thought so too. And it does. But it releases the used space during restore. I need the mimic of the original database. You would think that restore...
June 5, 2022 at 4:16 am
Viewing 15 posts - 3,346 through 3,360 (of 59,067 total)