Viewing 15 posts - 31 through 45 (of 75 total)
GilaMonster,
Thanks for your help. After all reading, I think I will add the OPTION RECOMPILE to the inline function combined query or even convert it to a stored procedure with...
September 16, 2014 at 4:52 pm
Thanks for your answer!
I ve read the article carefully and it illustrates very well the case.
But the difference for my query is that it resides in an Inline Table Valued...
September 16, 2014 at 8:25 am
Thanks, they seems to me valid reasons!
September 12, 2014 at 10:00 am
Thanks for your opinion!
Which advantages do you see in separating the exceptions and error logging to a different database?
Regards!
September 11, 2014 at 3:39 am
Thanks for your help!
August 29, 2014 at 10:47 am
Sorry, I clicked enter before ending writing and I didn't realize... :s
HowardW - Thanks for your tip!
Lynn Pettis
Will this:
WHERE cast(DateColumn as DATE) = cast(@DateToFind as DATE);
perform better than this?
WHERE...
August 29, 2014 at 8:27 am
HowardW - Thanks for your tip!
Lynn Pettis
Will this
cast(DateColumn as DATE) = cast(@DateToFind as DATE);
August 29, 2014 at 8:09 am
HowardW, thanks for your explanation!
You've confirmed my thoughts.
Another question, (sorry for join two questions in one topic)
Instead of a datetime, if I cast a string with format 'yyyy-MM-dd',
will this cast...
August 29, 2014 at 7:29 am
Hi!
I ended up using rowversion, since it was not enough to compare the old and the value in the table column before the column update.
Other columns values may have changed...
July 22, 2014 at 3:13 am
Thanks for all your opinions.
I think I really just need to check the value of the column to update before I update it.
Regarding rowversion:
If I add rowversion to a table...
July 18, 2014 at 5:36 pm
It is a good point also!
In my case the tables with static data will mostly not change.
I have been using the extended properties to document the tables, but the table...
July 2, 2014 at 5:29 pm
Grant,
Many thanks for your opinion!
July 2, 2014 at 7:05 am
Thanks for your suggestions!
I think i will go with the distinct schema for the static data.
Best Regards!
July 1, 2014 at 2:47 pm
Hi!
I use this free tool 'dbcomparer' to compare dev and live databases and get the changes. Then I use SQL Server to 'Generate Scripts'
Regards
October 18, 2013 at 2:55 am
Thanks!
September 26, 2013 at 10:13 am
Viewing 15 posts - 31 through 45 (of 75 total)