Viewing 15 posts - 256 through 270 (of 728 total)
It's getting created successfully without any issue.
September 4, 2013 at 1:44 am
It's pretty simple. Remove the alias "AS" from each of the update statement.
UPDATE @Results
SET PhaseType = CASE ...END AS PhaseType
UPDATE @Results
SET TQSDComment = SDAAFV.txtValue AS TQSDComment
UPDATE @Results...
September 3, 2013 at 6:10 am
Neeraj Prasad Sharma (9/3/2013)
please check this link its a bug
Neeraj, I already checked that link but since it was old (probably in 2009 or 2010, so wanted to know...
September 3, 2013 at 3:20 am
Sometimes the easiest question with so many points at stake gives you so much doubt. But somehow i was able to crack it. :laugh:
September 2, 2013 at 1:34 am
Well a tough question. Somehow was able to answer but not satisfied. Need to further dive down.
August 30, 2013 at 4:36 am
I have yet to work on SQL 2012. So it was very refreshing to learn about one new function through QOTD.
Only if life was that easy... :-):-):-)
August 29, 2013 at 1:45 am
Jeff, I had doubt whether we can rollback the truncate only because those data pages deallocated becuase of truncate operation do not get overwrite immediately and hence the second &...
August 28, 2013 at 8:54 am
summer_rocks (8/28/2013)
JLMayes (8/28/2013)
jmoney 69422 (8/28/2013)
She does verge on the edge of b*tchiness, but it works in our shop, because of all the strong egos.j
So do you say that the men...
August 28, 2013 at 8:27 am
Thanks a lot Gail. Now everything is crystal clear to me on this topic. 🙂
August 28, 2013 at 8:04 am
Koen Verbeeck (8/28/2013)
craig.schlieve (8/28/2013)
I am incredibly disappointed in you. This article is disgusting. You are advocating that groups form that will cause fractures in the community to...
August 28, 2013 at 7:08 am
L' Eomot/Gail/Jeff/Scott, One more thing to confirm without wasting much of the time. So it means under a transaction, once the truncate is fired against a table, the data pages...
August 28, 2013 at 6:55 am
Viewing 15 posts - 256 through 270 (of 728 total)