Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
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 >>



DevelopmentNow Blog