neillovell
Programmer
Nevermind all the "holds more records, faster, more users at once" etc. I would like to know how much easier it is to do things.
For example, right now in Access I am trying to write some VBA code to look at some combo boxes and based on those selections build up an SQL string (e.g. if the second box is blank don't use it in the string). That's the easy part. The hard part is getting Access to display the result to the user - the only function to do so works only on saved queries not dynamically built ones (but updating tables this way is fine, you just can't immediately see the result).
Does SQL Server have annoying limitations like these?
For example, right now in Access I am trying to write some VBA code to look at some combo boxes and based on those selections build up an SQL string (e.g. if the second box is blank don't use it in the string). That's the easy part. The hard part is getting Access to display the result to the user - the only function to do so works only on saved queries not dynamically built ones (but updating tables this way is fine, you just can't immediately see the result).
Does SQL Server have annoying limitations like these?