Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 in which language the SQL is implemented..!!

Author  Topic 

pseudosensitive
Starting Member

1 Post

Posted - 2006-12-06 : 18:46:04
i need to know in which language the standard SQL is implemented.. and that from where can i get the code.. i need the code for the "logical operators" found in SQL.
i have to implement few operators in SQL as my project.. any suggestions abt that will be appriciated..

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-12-06 : 19:20:41

Are you asking what language SQL Server was written in, or what language is used to write SQL statements?
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2006-12-06 : 21:14:34
SQL Server is written primarily (perhaps entirely) in C++, but you will not get the source code for it. Microsoft is funny that way.

Best suggestion is to download the source for PostGres SQL, or if you're really desperate, MySQL.
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2006-12-07 : 01:30:17
Or just write a function for this.
If you want "n!", for example...


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -