Viewing 8 posts - 16 through 23 (of 23 total)
Well, not knowing SQL and not have english as my first language hinders me sometimes, so...
The MAX(rowCreatedDT) is only scanning the table once!
What is an Audit Trail?
The stored procedure that...
November 21, 2016 at 8:59 am
So the Max(rowCreatedDT) will execute 3 times!
So I thought.
And Yes, there is more problems in this and other stored procedures.
Need to learn about indexes, stored procedures and ... really fast!
Thank...
November 20, 2016 at 5:18 am
Thank you very much!
// Anders
March 27, 2015 at 1:03 am
Thanks for the answers (or maybe the confirmations). I guessed that it would be a good thing!
// Anders
December 11, 2014 at 9:06 am
OK, I will do that.
What are the advantages for using INT as PK (which I assume stands for Primary Key) vs CHAR?
// Anders
August 13, 2012 at 1:02 pm
The ids have characters in them...
Maybe I should create a new column that holds the value and change patent_id and classification_id to INT and make them an Identity (I'm using...
August 13, 2012 at 5:46 am
GilaMonster (1/7/2012)
It's in Books Online, but smallint = 32767. Tinyint = 255
OK, then a smallint should be enough.
How do you identify a song uniquely? (and I don't mean by the...
January 7, 2012 at 12:50 pm
Hello GilaMonster,
Thanks for your reply!
I will get the book by Louis Davidson, it will take some weeks to get it ...
I changed nvarchar to varchar. Don't really need unicode. I'm...
January 7, 2012 at 12:26 pm
Viewing 8 posts - 16 through 23 (of 23 total)