Viewing 15 posts - 6,646 through 6,660 (of 7,636 total)
Wow, there is so much wrong here, it's hard to know where to begin. Still, if you are looking for a quick fix (which I suspect) then change this:
[code[
...
June 14, 2008 at 10:16 pm
pzmrcd (6/13/2008)
But for some recs in T1 there are multiple matching T2 rows.In this case I would like to get the info from the last record in T2.
Define "last".
June 14, 2008 at 1:16 pm
I have to admit, I am quite suprised that SQL Sevrer 2005 allows you to do this. I guess they did not conver the msdb.dbo.* tables over to sys.*...
June 14, 2008 at 12:13 pm
I don't believe that will find table columns named "Address" will it?
June 14, 2008 at 12:02 pm
rbarryyoung (6/8/2008)
Any chance of getting the fully expanded query?
It's a shame we never got the query. I was hoping to work on it today.
June 14, 2008 at 11:56 am
I prefer [font="courier new"]{expression} AS {columnAlias}[/font], but I suppose its just because I am used to it. I agree with Jeff though, only use the brackets1 when they are...
June 14, 2008 at 10:23 am
It has been a long time since I did this on SQL 2000, but I think that you drop the subcriptions first, then the article. Then add the article,...
June 14, 2008 at 10:02 am
What happens if you make new sessions?
June 13, 2008 at 3:51 pm
Jpotucek (6/13/2008)
While my distribution job is disabled, what would the proper...
June 13, 2008 at 12:58 pm
jim.powers (6/13/2008)
I guess I just need to start opening QA when I get here every morning until we upgrade?
That would be my advice, yes.
June 13, 2008 at 9:05 am
balbirsinghsodhi (6/12/2008)
June 12, 2008 at 4:25 pm
jim.powers (6/12/2008)At any point, I was trying to get to Management -> Current Activity to see what was going on.
This is exactly what you must not do with EM...
June 12, 2008 at 4:15 pm
jim.powers (6/12/2008)
rbarryyoung (6/11/2008)
I just always kept a session open to each of my SQL Servers.
I had an EM session open before we started the batch. Once the batch was started,...
June 12, 2008 at 7:30 am
I would suggest using the SOUNDEX or DIFFERENCE functions. And you do not need a cursor or a While Loop, just use set-based processing.
June 11, 2008 at 8:59 pm
Viewing 15 posts - 6,646 through 6,660 (of 7,636 total)