Originally posted by: boran
isn access a single user DB ?
Originally posted by: NuclearNed
MS SQL Server is the spawn of the devil, born and bred to take over your unsuspecting soul.
Its also a really useful database.
Originally posted by: MrChad
Originally posted by: NuclearNed
MS SQL Server is the spawn of the devil, born and bred to take over your unsuspecting soul.
Its also a really useful database.
From a developer's standpoint, SQL Server is a joy to work with.
Originally posted by: NuclearNed
Originally posted by: MrChad
Originally posted by: NuclearNed
MS SQL Server is the spawn of the devil, born and bred to take over your unsuspecting soul.
Its also a really useful database.
From a developer's standpoint, SQL Server is a joy to work with.
I am a developer, and in spite of my original statement I'll have to agree with you. As it happens, I'm currently stuck on the latest in a series of problems that I'm having with a TSQL script, thus the negative comment.
Originally posted by: Doomer
Thanks all. That clears it up. I'm an experienced Access developer but have never even looked at MS SQL Server, MySQL, Oracle, etc.
At one time, you could turn a Access DB into a stand alone app but I think this was quietly swept under the rug.
Are there any all in one DB developement tools that are relatively easy to get up to speed with? I should know all this but I've had my head buried in the sand for years, LOL.
Can an app developed in Access be ported to MS SQL?
Originally posted by: Doomer
Cool, another question. Can an app developed in Access be ported to MS SQL?
btw: I don't know what TSQL is.
Originally posted by: Doomer
Thanks Zontor. Now I'm wondering, is the SQL queries created within SQL Server or does the front end do this? I'm trying to visualize exactly what SQL Server does. I have it but haven't installed it yet.
Thanks
Originally posted by: Zontor
Originally posted by: NuclearNed
Originally posted by: MrChad
Originally posted by: NuclearNed
MS SQL Server is the spawn of the devil, born and bred to take over your unsuspecting soul.
Its also a really useful database.
From a developer's standpoint, SQL Server is a joy to work with.
I am a developer, and in spite of my original statement I'll have to agree with you. As it happens, I'm currently stuck on the latest in a series of problems that I'm having with a TSQL script, thus the negative comment.
I've worked with both Oracle and TSQL - what, in your case, is TSQL doing or not doing that is causing your issue? The issues I typically have to resolve are typically "how best to do this" and aren't really caused by SQL extension language issues...just curious.
Originally posted by: Zontor
I haven't played with UDF's in SQL 2000 too much but I believe you can use table variables with them (as opposed to temp tables).... I'll have to dig around and find your thread here....curious myself.