Viewing 15 posts - 2,131 through 2,145 (of 9,641 total)
SQL Kiwi (10/5/2011)
GilaMonster (10/5/2011)
October 5, 2011 at 1:12 pm
Robert Davis (10/5/2011)
First thing, a single transaction is better.
That's what I think as well. The only issue is length of transaction, but consistency overrides concurrency in my opinion.
Secondly, I...
October 5, 2011 at 10:36 am
HowardW (10/3/2011)
Jack Corbett (10/3/2011)
I agree about the error message. What is vexing to me is that I'm running a trace at the same time and not seeing a better...
October 4, 2011 at 10:17 am
RichardBo (10/3/2011)
October 3, 2011 at 2:06 pm
It isn't clear to me if you want the solution for SSIS or T-SQL.
The pattern provided by Ninja would apply to both.
October 3, 2011 at 1:57 pm
Based on how I understand your question you are getting the results you are asking for because you are using <= AND >=. Those are INCLUSIVE so if any...
October 3, 2011 at 1:39 pm
This is more of a display issue and would be easier handled in a UI like reporting services that allows you to hide duplicates. T-SQL is really designed to...
October 3, 2011 at 1:21 pm
I wouldn't do multiple schemas. My preference would be multiple databases which could include one database for the common data. Synonyms could make referencing the objects in the common...
October 3, 2011 at 1:00 pm
Have you stepped through the code debugging it to see what's happening? It looks like it is coded correctly.
October 3, 2011 at 12:54 pm
Thanks to all I have not already thanks for the congratulations.
I guess it just a "little" plagiarism to get the Thread rocking again.:-P
October 3, 2011 at 12:41 pm
Thomas Abraham (10/3/2011)
sknox (10/3/2011)
The reason the table variable code is so...
October 3, 2011 at 8:01 am
HowardW (10/3/2011)
Jack Corbett (10/3/2011)
HowardW (10/3/2011)
October 3, 2011 at 6:46 am
SQL Kiwi (10/2/2011)
Jack Corbett (10/1/2011)
Hey guys I got some really cool news today. I was awarded MVP status!
That's great news Jack. Do I remember you saying something about...
October 3, 2011 at 6:42 am
Jeff Moden (10/2/2011)
Jack Corbett (10/1/2011)
I just hope I can honor that award the way that all...
October 3, 2011 at 6:40 am
HowardW (10/3/2011)
October 3, 2011 at 6:40 am
Viewing 15 posts - 2,131 through 2,145 (of 9,641 total)