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) > april 2007 > threads for april 1 - 7, 2007

Filter by week: 1 2 3 4 5

Update Statement
Posted by louciv at 4/6/2007 11:36:01 AM
How do I write an Update statement to update a field called LastName with this value O'Conner. I've tried the norm but I keep getting error messages. UPDATE Customers SET LastName = 'O'Conner' How do I fix? Thanks, Lou ...more >>

store procs
Posted by DaveP at 4/6/2007 8:30:28 AM
is there a way to export all my stored procs to another database on another server thanks dave ...more >>

How to do a Recursive Join with SQL
Posted by Herby at 4/5/2007 9:17:12 AM
I have two tables that can be joined on a foreign key. Table1 contains: Key,Name 1, A 2, B 3, C Table 2 contains: Fkey, Name2 1, B 1, D 2, C 2, E So i want to say something like "Show me all the links for A" giving: A,B A,D A,C A,E The reason we get A...more >>

problem with linked server (access 2007) to sql server 2005 express
Posted by Aivars at 4/5/2007 5:53:02 AM
Hello, I receive the following error when querying a linked access 2007 database (as linked server) to sql server 2005 express: Msg 7399, Level 16, State 1, Line 1 The OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "underbase" reported an error. Access denied. Msg 7301, Level 1...more >>

constraint a nvarchar column to printable ascii characters
Posted by JSimmons at 4/4/2007 1:55:35 PM
How can I write a constraint to allow only printable ascii characters in a nvarchar field? ...more >>

Large number of exec sp_reset_connection calls to SQL Server 2005
Posted by time2fly NO[at]SPAM gmail.com at 4/4/2007 10:20:51 AM
In looking at a sql trace in profiler I see a large number (over 1 million) sp_reset_connection calls from our ASP.NET application to our SQL Server 2005 database. I know that sp_reset_connection is used with connection pooling between calls. My concern is the ratio of procedure calls to con...more >>



DevelopmentNow Blog