all groups > sql server mseq > september 2003 > threads for september 1 - 7, 2003
Filter by week: 1 2 3 4 5
User-defined function for Proper Case
Posted by Swami at 9/7/2003 1:16:51 PM
How would you write a function that takes as its input, a
proper name and returns the name in Proper Case?... more >>
User-defined function for taking the middle scores
Posted by Swami at 9/7/2003 1:15:59 PM
Given a table that includes 2 digit test scores how can
you write a function that eliminates the three largest
and the three smallest values and returns all the values
in the middle?... more >>
Emergency! - Urgent SQL Query Coding Problem
Posted by Don Woeltje at 9/4/2003 12:15:14 PM
I'm customizing Network Associates (Magic Solutions
Division) Magic HelpDesk software for our environment. I'm
creating custom helpdesk forms for our personnel to use as
templates for submitting frequently submitted issues. To
create these forms, displaying the information that is
needed, ... more >>
MS equivalent to Oracle command
Posted by Jake at 9/4/2003 9:14:36 AM
I'm transitioning from Oracle to SQL Server. Need to know
the MS command that is equivalent to "Rownum" in Oracle so
I can restrict the row output from my queries.... more >>
how to have an case insensitive db server or database?
Posted by Alice at 9/3/2003 3:43:20 PM
I need to have a database server to be case in-sensitive,
how can I do it?
Thank you,
Alice... more >>
DBCC INDEXDEFRAG
Posted by Reha Afzal at 9/1/2003 11:43:40 PM
How i can DeFrage index of whole database(one database) in
single statement. My database name is "Sidathyder_host"??... more >>
subsum
Posted by u50415039 NO[at]SPAM spawnkill.ip-mobilphone.net at 9/1/2003 3:27:59 AM
#temptable (order, name, activity and count):
1 mark1 null 0
1 mark1 movie 5
1 mark1 game 4
1 mark1 game 3
2 mark2 null 0
2 mark2 sports 6
2 mark2 game 4
2 mark2 game 3
2 mark2 candy 2
3 mark3 null 0
3 mark3 movie 2
3 mark3 game 4
... more >>
Retrieve fieldnames
Posted by Constant at 9/1/2003 2:22:42 AM
Hi,
Can anyone tell me how to retrieve fieldnames for all
tables in my SQL2000 database. What SQL statement would I
use?
Thanks,
C.Verweij
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|