Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old April 7th, 2002, 08:23 PM
mytch mytch is offline
Dev Articles Novice (500 - 999 posts)
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 589 mytch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Question who uses sql server?

hey all,
it's good to see that posts are starting to come through...just wondering, how many of you actually use sql server. it's about 40% in the currnt poll, but i want to hear actual peoples stories... for example your job, role, sites/apps you've worked on, etc... just a bit of a bio if you like...

Reply With Quote
  #2  
Old April 7th, 2002, 10:57 PM
bocho bocho is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Utah
Posts: 2 bocho User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to bocho
Database usage

We are a web and windows development shop. We use mainly sql server there, but allow customers to pick from other databases. those that have no preference get Sql Server. We also support Oracle and Informix, as well as have supported Interbase in the past.

Sql server is our database of choice now, and we (I) am building up quite a store of code to help support that database. Stored procs and utilities and the like.

Reply With Quote
  #3  
Old April 8th, 2002, 05:05 AM
scorpion scorpion is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 7 scorpion User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i used both sql server and mysql...depends on the scope of the application. i used sql server for really big ecommerce apps and mysql for everything else. i love using mysql on both win and linux with php..it's a great combo.

with sql server i used triggers, sproces, udf's, bcp, etc...

Reply With Quote
  #4  
Old April 8th, 2002, 11:27 AM
bocho bocho is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Utah
Posts: 2 bocho User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to bocho
Duh, i forgot to mention...

I do use MySql and php for web development not associated with my day job. I have been contracting and tinkering with my own sites and ideas for a few years now. I do love mysql for what it does in its realm. I wish that there was one db with all great features... but alas.

So for the web site development, it was cheaper in the beginning to go with php and mysql, and I have since come to love and appreciate them in their own right.

Being a Development DBA I find ita unique experience to develop against all these dbs and gain broader experience with them all.

Reply With Quote
  #5  
Old April 9th, 2002, 05:24 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I have tinkered with sql server, hopefully when i get some time, ill be able to develope a small app to fully test it. but untill then, its just gonna stay on my machine.


But i mainly use mysql (since its free and easy to use)

Reply With Quote
  #6  
Old April 9th, 2002, 07:27 PM
infamous-online infamous-online is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 404 infamous-online User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 24 m 44 sec
Reputation Power: 7
Post

i'm just testing it out right now, cause i dont know the first thing about running any apps with it. i'm slowly gonna ease my way into learning it, so maybe i can make my own discussion board in asp one day, using sql on the backend cause ms access is too slow
__________________
Apache Expert

Reply With Quote
  #7  
Old April 10th, 2002, 04:53 AM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
I use Sql Server for the most of my projects whether its big or small if it is programmed with, .NET.

With .NET I use it because it's Sql optomised objects are around 10 times faster than of OLEDb ones. That's a lot of performance difference.

Another good reason i use Sql server is its expandability and availability. I first develop my apps using MSDE (Microsoft Data Engine) which is free. Then the company buying the app can decide wether they want to buy the Sql Server or stay with MSDE.

its expandable and its freely available for the developers.

If you think MSDE isn't good enough, there is Sql Server enterprise edition 180day evaluation which is also free.
__________________
Regards,

James Yang
.NET Developer / Network Engineer
MCSE, MCDBA, MCSA, CCNA

http://www.yellowpin.com/
http://www.opentechsupport.com/

Reply With Quote
  #8  
Old April 10th, 2002, 05:39 PM
ckchin ckchin is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 52 ckchin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Do you have free material on the Internet that I can make a fast start offf on the MSSQL which I can download it to read locally?
__________________
Regrads,

ckchin

Reply With Quote
  #9  
Old April 11th, 2002, 06:22 AM
infamous-online infamous-online is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 404 infamous-online User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 24 m 44 sec
Reputation Power: 7
Quote:
Originally posted by James Yang
Another good reason i use Sql server is its expandability and availability. I first develop my apps using MSDE (Microsoft Data Engine) which is free.



are you serious?? also when i installed msde it installed sql server 7, is that free too?? also you guys should write more mssql articles

Reply With Quote
  #10  
Old April 11th, 2002, 06:48 AM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
MSDE doesn't really install SQL server. MSDE is like stripped version of SQL Server...

It might look like a SQL Server but it reallsy is MSDE..

Reply With Quote
  #11  
Old April 11th, 2002, 06:50 AM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
here is quote from MSDN about MSDE

Quote:
MSDE provides an excellent option for developers who need to build desktop or shared database solutions today but who anticipate future increases in system requirements. MSDE provides an inexpensive method for building client server database applications with the highest level of scalability providing an easy migration path to full SQL Server on the same code base. Cost, performance, and the highest level of compatibility with SQL Server makes MSDE an excellent choice for mobile solutions.

Reply With Quote
  #12  
Old April 11th, 2002, 06:08 PM
mytch mytch is offline
Dev Articles Novice (500 - 999 posts)
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 589 mytch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Talking

Hey guys,
ASP_MAN, did you read my article on Beginning SQL Server 2000? it should contain everything you need to know to create your first database. It's here: http://www.devarticles.com/art/1/109

YOu're also in luck, because i'm about to publish an article on SQL Server 2000 today Don't worry guys, i've been busy behind the scences with our writers and I have a couple of *HUGE* deals in the pipe line which I can't discuss yet, but let's just say that we're going to increase in size in terms of content and visitors 10 fold within 3 months :P

Keep an eye out for my article, will be here this afternoon.

P.S.: We will be writing alot more MySQL and MSSQL articles now that we've seen the results of the poll.

Reply With Quote
  #13  
Old April 11th, 2002, 06:34 PM
ckchin ckchin is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 52 ckchin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Great news to have another MSSQL article. I did install the MSSQL, but since I do not have any good reference, I dare not touch it yet. I am expecting the new article. Thanks in davance.

Reply With Quote
  #14  
Old April 12th, 2002, 04:15 PM
infamous-online infamous-online is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 404 infamous-online User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 24 m 44 sec
Reputation Power: 7
Quote:
Originally posted by ckchin
Great news to have another MSSQL article. I did install the MSSQL, but since I do not have any good reference, I dare not touch it yet. I am expecting the new article. Thanks in davance.


we are on the same page there

Reply With Quote
  #15  
Old April 12th, 2002, 06:43 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Cool, MSSQL is still abit above me, but im looking forward to reading the article

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft SQL Server > who uses sql server?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |