Viewing 15 posts - 7,126 through 7,140 (of 59,072 total)
Here are another couple of system views that might help...
sys.sql_dependencies
sys.sql_expression_dependencies
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 8:57 pm
I don't have any code of my own to do what you need (I actually do use FKs and so don't need such code) but the following article has a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 8:40 pm
Do you know if any FK's have been created? You can do a quick check with the following code to see if any are present. We can, of course, expand...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 3:08 am
Thanks for the feedback on your problem.
I'll admit, though, that I'm still trying to figure out why you need a VBScript to do this. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 2:51 am
Joe, a SEQUENCE does NOT guarantee contiguity. If you do a rollback because of a bad or failed transaction, the number(s) used in the SEQUENCE will go missing just as...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 2:09 am
I agree with the others. Even before you joined RedGate, you communicated on this site very well. Thank you for what you've done and what you do.
And I also agree......
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2020 at 3:18 pm
"p.s. I agree with the concept that running for offices has become more of a financial contest and deters (along with a sick press) good people from running. Apparently,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2020 at 2:45 pm
With that, I have to ask, since MD5 returns a 16 Byte result and you convert that to BIGINT, which is an 8 Byte result (which is a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2020 at 2:35 pm
While I agree that a "Shift-Left" instruction at the register level uses fewer CPU cycles than an "Add" instruction, I don't see the advantage in large data sets that will...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2020 at 2:30 pm
BWAAA-HAAA!!! I guessed wrong and "Dax a fact Jack" ! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2020 at 5:36 am
The formatting of lines was a render issue. Old coding v new coding, and it took time to fix. Despite what you see here, this isn't a high priority...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2020 at 4:13 pm
Orange one wasn't a criticism at all merely a descriptor.
Like I said, I have no great love for the man but "orange one" isn't just a "descriptor" . It's...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2020 at 3:26 pm
Heh... the most correct answer wasn't available, which would be "The source of a lot of XML that requires a lot of extra processing to derive information from in a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2020 at 2:56 pm
I have seen an uuid generator written in Assembler a while ago (which I cannot find anymore unfortunately) but an approach like this is what I'd go for...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2020 at 2:52 pm
A recent database I created involves tables where the natural unique keys are several columns wide. Rather than using an IDENTITY or other incremental ID, for the surrogate key...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2020 at 2:50 pm
Viewing 15 posts - 7,126 through 7,140 (of 59,072 total)