Viewing 15 posts - 5,146 through 5,160 (of 5,588 total)
And yet you still bothered to double-post.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 24, 2009 at 1:31 pm
duplicate post. post replies here
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 24, 2009 at 1:27 pm
duplicate post. Post replies here
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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....
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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 +...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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......
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 24, 2009 at 10:34 am
Gary Hines (6/23/2009)
Background: We have a sales application that processes an XML packet sent...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 23, 2009 at 3:03 pm
sridevi_mahalingam (6/23/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 23, 2009 at 3:00 pm
Gary Hines (6/23/2009)
Background: We have a sales application that processes an XML packet sent...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 23, 2009 at 2:58 pm
Florian Reischl (6/23/2009)
Roy Ernest (6/23/2009)
Florian Reischl (6/23/2009)
Roy Ernest (6/23/2009)
Did anyone see this requestHe has some nerve...:-)
Yep. There is the second part of the story:
http://www.sqlservercentral.com/Forums/Topic740368-146-1.aspx
it is good that you put a...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 23, 2009 at 2:28 pm
Viewing 15 posts - 5,146 through 5,160 (of 5,588 total)