[dba-SQLServer] Access BE to SQL

JWColby jwcolby at colbyconsulting.com
Fri Oct 6 09:05:41 CDT 2006


For those interested, a google:

Yes but TSql has a specific job to do and generic programming is not it.

http://www.developer.com/net/net/article.php/3528601

http://www.devx.com/dotnet/Article/21286


John W. Colby
Colby Consulting
www.ColbyConsulting.com

-----Original Message-----
From: dba-sqlserver-bounces at databaseadvisors.com
[mailto:dba-sqlserver-bounces at databaseadvisors.com] On Behalf Of Robert L.
Stewart
Sent: Friday, October 06, 2006 9:48 AM
To: dba-sqlserver at databaseadvisors.com
Subject: Re: [dba-SQLServer] Access BE to SQL

VB.Net is not built in to SQL Server.  The ability to us external languages
as assemblies (compiled code) is built in.  You still have to use VS 2005 to
built the functions or whatever and then SQL Server can use them.  But, SQL
Server/T-SQL can also be used to create functions natively.

At 09:40 PM 10/5/2006, you wrote:
>Date: Thu, 5 Oct 2006 22:40:02 -0400
>From: "JWColby" <jwcolby at colbyconsulting.com>
>Subject: Re: [dba-SQLServer] Access BE to SQL
>To: <dba-sqlserver at databaseadvisors.com>
>Message-ID: <005101c6e8f0$ba1c4dd0$647aa8c0 at m6805>
>Content-Type: text/plain;       charset="us-ascii"
>
>LOL, you just want to be prepared.
>
>One thing I have discovered is that man tends to minimize the time 
>required to do anything, from changing a tire to painting the house, to 
>writing a function or query.  If you are very good at whatever you are 
>doing, you often have the experience to overcome this tendency.  
>Professional painters just know how long painting takes, professional 
>developers likewise.  But this is not something you are familiar with 
>and JET and SQL Server are just different animals.  Thus a simple 
>"multiply by three" might well get you in the ballpark.  You will come 
>up to speed eventually.  The first half of any given set of tasks will 
>go way slower than that, and the last half will go faster.
>
>One thing you might want to consider is moving up to SQL Server 2005.  
>That has the full on VB.Net as the scripting language right inside of 
>SQL Server (or so I am told).  While VB.Net and VBA might not be a 
>close match, for the kinds of things you might run into it might way 
>better than what is available in SQL Server 2K.  As an added bene, when 
>you move the app itself to .net, you will already have the core 
>database running on SQL Server 2005, and you will be becoming a VB.Net
kinda guy.
>
>John W. Colby

_______________________________________________
dba-SQLServer mailing list
dba-SQLServer at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
http://www.databaseadvisors.com




More information about the dba-SQLServer mailing list