Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: eralper
Forum: MS SQL Apr 16th, 2007
Replies: 13
Views: 26,971
Posted By eralper
Hi,

You can find methods summarized with samples at the article named "How to delete duplicate records or rows among identical rows in a table where no primary key exists" at...
Forum: MS SQL Apr 9th, 2007
Replies: 1
Views: 3,595
Posted By eralper
Hi,
You can use the below syntax:
insert into ... select

The exact sql is as follows:

insert into exam (e_score, l_name, s_id)
select e_score, l_name, s_id from assignment
Forum: MS SQL May 10th, 2006
Replies: 4
Views: 21,069
Posted By eralper
Hi,

I hope the below script may help you.


WHERE
CASE
WHEN Code LIKE 'A%' THEN OrderNumber
ELSE 10
END = 20
Forum: MS SQL May 10th, 2006
Replies: 3
Views: 1,704
Posted By eralper
Hi,
I can recommend the below sites,

http://www.sqlteam.com
http://www.sql-server-performance.com
http://www.sqlservercentral.com

And my own site :) http://www.kodyaz.com
Forum: RSS, Web Services and SOAP Aug 16th, 2005
Replies: 2
Views: 5,455
Posted By eralper
Hi,

Did you find a solution to your problem?

May be the IIS version is the underlying reason for the problem. Since IIS6 is more tight when considered with IIS5. You may need to update a few...
Forum: MS SQL Aug 16th, 2005
Replies: 10
Views: 11,172
Posted By eralper
Hi,

Try "select (50 * 1.0/100)" instead of "select (50/100)"

Eralper
http://www.kodyaz.com
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC