Viewing 15 posts - 5,146 through 5,160 (of 5,590 total)
Sounds like either the group by function (like Lutz mentioned), or the use of the windows ranking functions will do the job. And, like Lutz mentioned, we need more information...
June 24, 2009 at 2:19 pm
Whilst I won't pretend that I know your system better than you, might I suggest you change the way that you are doing this?
If you put your varchar values into...
June 24, 2009 at 2:10 pm
And yet you still bothered to double-post.
June 24, 2009 at 2:04 pm
Try this out.
-- Notice how I built a table and populated it with your test data?
-- this makes it MUCH easier for people to help you out
-- all...
June 24, 2009 at 1:57 pm
NewBie (6/24/2009)
Arun.Thanks. I tried your method. Did not work for my data.
Then it looks like you need to provide better details and sample data. See the link in my signature...
June 24, 2009 at 1:43 pm
I have seen instances where the application (in this case, Enterprise Manager) appears to be frozen, especially after cancelling an operation. However, it's not; it's just that the screens didn't...
June 24, 2009 at 1:31 pm
duplicate post. post replies here
June 24, 2009 at 1:27 pm
duplicate post. Post replies here
June 24, 2009 at 1:26 pm
It sounds like you installed SQL Server using an account that does not have network permissions. You need to change the logon account for the services to one that does....
June 24, 2009 at 1:23 pm
SQL_Quest (6/24/2009)
Note: If the trigger is disabled, then the data gets loaded perfectly OK.
Can any one please...
June 24, 2009 at 1:19 pm
skailey (6/24/2009)
Thanks so much for the response. That did work, however, I was able to simplify this for my needs with what you gave me... they key being...
June 24, 2009 at 1:04 pm
I tried your code out, then added this insert statement to test out the trigger.
It inserts about 2000 rows into your table, then selects everything.
insert into cnsmr_accnt
select CONVERT(varchar(5), 22 +...
June 24, 2009 at 11:08 am
Gianluca Sartori (6/23/2009)
WayneS (6/23/2009)
Well, I let him know a solution is available, but... well, see for yourself... http://www.sqlservercentral.com/Forums/FindPost740549.aspx
LOL! What's your hourly fee, Wayne? I need to get the grass cut......
June 24, 2009 at 10:34 am
Gary Hines (6/23/2009)
Background: We have a sales application that processes an XML packet sent...
June 23, 2009 at 3:03 pm
sridevi_mahalingam (6/23/2009)
June 23, 2009 at 3:00 pm
Viewing 15 posts - 5,146 through 5,160 (of 5,590 total)