Viewing 15 posts - 8,071 through 8,085 (of 11,678 total)
It's been a while since I used profiler, but I think RPC:Completed and SQL:BatchCompleted should do the trick.
February 7, 2012 at 2:14 pm
Rachel Byford (2/7/2012)
I've discovered that it's quite common to get this error AFTER you've had a real SQL error (e.g....
February 7, 2012 at 1:53 pm
Khades (2/7/2012)
Koen Verbeeck (2/7/2012)
Khades (2/6/2012)
February 7, 2012 at 1:48 pm
MysteryJimbo (2/7/2012)
Koen Verbeeck (2/7/2012)
With such a huge query involving so much data, there will be quite some logging overhead. So minimize the logging...
February 7, 2012 at 11:52 am
Steve Jones - SSC Editor (2/7/2012)
Koen Verbeeck (2/7/2012)
http://www.sqlservercentral.com/Forums/Topic1247840-364-1.aspx
Not really a worse question, but a weird one. (read all the way to the bottom)
What would justify such a...
February 7, 2012 at 11:51 am
simhadriraju (2/7/2012)
For sequence we have have to follow the sequence (requirement already specified for this )
You have already specified at least two different sequences + the following quote:
Here the...
February 7, 2012 at 7:23 am
simhadriraju (2/7/2012)
ok finally solutions could beusing hundreds .. of sql taks cannot we achieve this
.NET script component
Any alternates .................. ????????
What did you expect? You ask for a...
February 7, 2012 at 7:07 am
simhadriraju (2/7/2012)
So Please suggest me how can i acheive this complex task with a minimalworkaround
Did you notice the question marks in my previous reply? It means that I have asked...
February 7, 2012 at 6:37 am
So the table Code_Desc and XYZ have no relation at all, but you still want to join them together? That seems a little odd.
And first you said you had hundreds...
February 7, 2012 at 6:27 am
simhadriraju (2/7/2012)
So finally i request what could be the ideal solution for this..
Allright, two people now (Lynn and I) asked for DDL, sample data and desired output.
As long as you...
February 7, 2012 at 5:45 am
simhadriraju (2/7/2012)
February 7, 2012 at 5:23 am
simhadriraju (2/7/2012)
Resultset1+(DT_STR,12,1252)RecordNumber + Amount1 + Amount2 +
Resultset2+Resultset3 .....
in the above sequence order of the columns might changed in future when...
February 7, 2012 at 5:09 am
... use to update the values of properties at run time
February 7, 2012 at 5:07 am
simhadriraju (2/7/2012)
Because my requirement issomevalue + resultset1 + Somevalue2 + Somevalue3 + resultset3 +
somevalue + resultset4
This is not the same as:
simhadriraju (2/7/2012)
Resultset2+Resultset3 ........
February 7, 2012 at 4:53 am
simhadriraju (2/7/2012)
sorry we will take max(id) from each table
That makes a bit more sense.
The problem here is generalizing it. Since every table has a different column name, this is quite...
February 7, 2012 at 3:37 am
Viewing 15 posts - 8,071 through 8,085 (of 11,678 total)