Viewing 15 posts - 7,141 through 7,155 (of 59,091 total)
I don't understand what a sequence has to do with an identity property. They are two very different things. Just look at all the optional clauses that you get...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2020 at 1:37 pm
When you set something to zero like this, you're changing the data,you're destroying the fact which Chris Date and I think most other RDBMS experts feel is a really...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2020 at 12:45 pm
Hi Jeff,
This process was originally written in VBA, in an MS Access Application. We have moved our back end to Azure SQL Server, so it was easiest for me...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2020 at 12:26 am
Just a personal habit of mine... I don't update such data because, if someone adds interceding data, you might not be able to determine what should happen to it because...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 11:48 pm
You please post something useful?
Heh... you've been at this for 30 years and you still can't meet your own demands. 😉 Drop the tough guy troll act and post...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 10:49 pm
Thanks for the reply, I have resolved the problem with a self referencing LEFT JOIN on the non measure columns.
2 way street here... please post your solution!
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 10:32 pm
I know how to get data between just startdate and enddate, but I need to select it between just month and year, start month is previous July and...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 10:31 pm
You would probably get a faster response if you did your own translation to English.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 9:42 pm
And one more link by a fellow that I have a strong trust in:
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2020 at 9:01 pm
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
Viewing 15 posts - 7,141 through 7,155 (of 59,091 total)