August 29, 2003 at 12:00 am
Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/columnists/sjones/wheredoiwanttogotodayfromthefield2.asp
September 22, 2003 at 2:07 am
I would like the following features within Yukon.
September 22, 2003 at 10:02 am
I would like to see an "auto-format" function added to Query Analyzer. Quest makes a utility 'FormatterPlus' - but it only works for Oracle.
September 22, 2003 at 2:18 pm
Thanks for the replys. I'll add them to my list.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
September 22, 2003 at 2:36 pm
Well after reading the article most of your requests have been answered in MSSQLXpress, they have intellisense code complete, code snippets, connection to VSS (just the start of the feature list) I have been using it for the past 4months and love the product and they are always bringing out new features, so if your sick of waiting for microsoft, go to http://www.mssqlxpress.com
September 22, 2004 at 9:17 am
here are some things I have wanted from SQL for a long time!!!
1.) Arrays! Why doesnt sql server handle arrays? Even Foxpro has them. This seems like a simple thing to do. I even like the foxpro command "Scatter" that assigns the array contents to a set of variables.
2.) stronger table variables. I would like to be able to "Select..into" a table variable, or even insert data into one by executing a dynamic sql string. currently table variables and dynamic sql do not mix at all. This sucks for me because I run the same code against numerous identical tables, so I have to use dynamic sql quite a bit.
3.) Extended functions. We have extended stored procedures, why not extended functions?
4.) being able to pass contents of # temp tables or table variables from one batch to another. There are times that I have to instantiate a table variable inside of a dynamic sql string. right now the only way I have to pass the contents out is to open a cursor and pass it out row by row. I would like to be able to pass the entire set out at once, usually to another table.
thanks!
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply