Viewing 15 posts - 4,321 through 4,335 (of 5,504 total)
So, let me ask slightly different:
In the previous post we have
13 HRS001 ...
February 6, 2010 at 2:12 pm
george sibbald (2/6/2010)
Mr Flatline, please help us to help you. If this is a homework question remember we are all volunteers here and doing this in our spare time, so...
February 6, 2010 at 1:58 pm
I'm almost there.
I just can't figure out why ID18 will point to ID17 instead of ID14, even if leafaccntnum=HRS0010001 shows up in row 14 the first time...
Would you please clarify...
February 6, 2010 at 1:28 pm
I would run the query and insert the results into a temp table.
When sending the mail I'd use "SELECT cols FROM temp table".
February 6, 2010 at 10:54 am
sanjeev.k (2/6/2010)
February 6, 2010 at 6:57 am
CirquedeSQLeil (2/6/2010)
I typically use 13 and 111 in order to perform transcontinental 1TB database transfers to SQL Server VMs.
Would you confirm that setting parameter 11 is sufficient enough when copying...
February 6, 2010 at 5:40 am
Since your question is vague, my answer will be too: it depends.
Usually, the number of tables or number of rows that a reaffected has not really an influence if there...
February 6, 2010 at 3:10 am
Are you sure you picked the right forum?
This is a SQL Server forum, not a web site dev forum.
However, you might get lucky and find someone who works in both...
February 6, 2010 at 3:05 am
There are several ways:
approach one: optimization of the query itself (especially if it's not set based but so-called RBAR)
approach two: proper index on the tables that support the query
approach three:...
February 6, 2010 at 3:02 am
Would you mind sharing what you've tried so far and where you got stuck?
Did you have a look at the articles Jack referred to?
February 6, 2010 at 2:50 am
GilaMonster (2/6/2010)
February 6, 2010 at 2:44 am
Seems like I mixed up the links... :blush:
It shows that even here testing is important... 😉
February 6, 2010 at 2:24 am
Based on your result set you don't have to do anything because the data are already there (at least when looking at the data you provided).
So we elaborated that you...
February 5, 2010 at 1:55 pm
Try to use UNION or UNION ALL statement. (For details please see BOL or provide some more details on what you're trying to do).
February 5, 2010 at 1:52 pm
mbender (2/5/2010)
February 5, 2010 at 1:07 pm
Viewing 15 posts - 4,321 through 4,335 (of 5,504 total)