all groups > sql server mseq > april 2006
Combining result sets
Posted by dataGirl at 4/26/2006 12:28:02 PM
Hi there,
In an effort to give you a clear idea of what I'm doing, I'm going to give
you as much info as possible. Hopefully, this isn't overkill...
Background: I have 2 select statements which both count the number of units
of products ordered and I'm trying to combine them into one lis... more >>
change all the letters to small cap
Posted by Tiffany at 4/12/2006 12:02:01 AM
Hi,
Can anyone tell me how to change the names in a column to small cap.
e.g.
Name
Jane
Michael
Ronald
Eliza
to
Name
jane
michael
ronald
eliza
Your help will be greatly appreciated.
Thank you
Tiffany
... more >>
Activex component can't create object
Posted by Jag at 4/11/2006 11:55:01 AM
I am a newbie to SQL server. I am trying to using SQLXMLBulkLoad. All I am
trying is to insert a record into the PUB db.
The following is the error msg
Error Source: Microsoft Data Transformation Services(DTS) Package
Error Description : Error Code: 0
Error Source= Microsoft VBScript runti... more >>
Join on IP Addresses
Posted by Matthew Tisdel at 4/10/2006 11:06:02 AM
If this has been answered already, or is better answered somewhere else, then
please let me know.
I need help with a query. I have a table with many fields of information
about servers and network equipment. IP address is the Primary Key. I am
attempting join this table to another table th... more >>
Server: Msg 170, Level 15, State 1
Posted by Garry D at 4/7/2006 12:31:02 PM
Server: Msg 170, Level 15, State 1, Procedure SWR_Save_Work_Orde, Line 10
Line 10: Incorrect syntax near 'SWR_Save_Work_Orde'.
[Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error
Code:
if exists (select * from dbo.sysobjects where id =
object_id(N'[dbo].[SWR_Save_Work_Or... more >>
SQL for Youngest Sibling or Only Sibling
Posted by Bonnie at 4/6/2006 6:26:02 AM
Please Help...I've tried everything I can think of with no luck.
Given the following tables:
PERSONS table with a (unique PERSON_ID), SIBLING_ID, BIRTH_DATE, SURNAME,
FIRST_NAME
STUDENT_REGISTRATIONS table with a (concatenated key PERSON_ID,
SCHOOL_YEAR, SCHOOL_CODE )
I need to sel... more >>
How to insert auto increment?
Posted by MN at 4/4/2006 1:16:01 PM
Hi Expert,
How can I do this without enter 100 time every day?
insert into [tablename] (column1) values(1)
insert into [tablename] (column1) values(2)
.....
insert into [tablename] (column1) values(100)
Thank you all for reply-MN... more >>
|