Groups | Blog | Home


Archived Months
March 2003
April 2003
May 2003
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
all groups > sql server (microsoft) > february 2006 > threads for february 15 - 21, 2006

Filter by week: 1 2 3 4

States and abbriviations - Insert statements to add all of them
Posted by carlomcwhirter NO[at]SPAM gmail.com at 2/20/2006 10:32:21 AM
Create a table named "States" and make sure the fields "StateName" and "StateAbbreviation" exist, then run the following statements to insert all the states. Insert into States (StateName, StateAbbreviation) values ( 'ALABAMA', 'AL') Insert into States (StateName, StateAbbreviation) values...more >>


Update stored procedures?
Posted by Uwe Braunholz at 2/20/2006 7:03:23 AM
Hello, I moved my SQL-Server 2000 Database with Backup/Respore to a new SQL-Server 2005. Now (a few days after the relocation) I wanted to add a Fulltextcatalog, but it threw an error saying ----- Die Volltextsuche ist f=FCr die aktuelle Datenbank nicht aktiviert. Aktivieren Sie sie mit...more >>

Connect "Microsoft Access" to a "MS SQL Server Table Lookup"?
Posted by JessiRight77 NO[at]SPAM yahoo.com at 2/17/2006 7:45:36 PM
Hello: My Electronic Document Storage software uses a "MS SQL Server Table Lookup" feature to simplify document indexing. Although we do have SQL Server database installed, the indexing information we need is currently being maintained in an Access Database. It is my understanding that it...more >>

automatically insert a primary key in table1 when I insert a new foreign key in table2
Posted by xav at 2/15/2006 5:02:25 AM
As mentionned in the subject I would like to automatically insert a primary key in table1 when I insert a new foreign key in table2. Here are the examples: /******************************** Create Tables ********************************/ CREATE TABLE TEST1 ( [ACCOUNT_NB] int PRIMARY KEY ) ...more >>



DevelopmentNow Blog