Archived Months
January 2003
March 2003
April 2003
May 2003
June 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
November 2007
April 2008


all groups > sql server programming > november 2005 > threads for saturday november 5

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

UPDATE SP works in QA but not in VB
Posted by Mark Hoffy at 11/5/2005 4:03:04 PM
Hello, I have a stored proc that works when I run it in query anlalyzer, but returns an error when called from code. Do I need to make some change to the query to make it callable? Thanks for any help. SP: create proc udpCombine @comb varchar (10), @keep varchar (10) AS --perform up...more >>

matching saved searches to newly inserted record
Posted by neilmcguigan NO[at]SPAM gmail.com at 11/5/2005 11:00:40 AM
Hello SQL wizards, I'm trying to match saved searches to a newly inserted "job", and send an email for matching searches. get about 20 job postings a day, and have about 150k saved searches. want to do this as quickly as possible. Please advise... here's what I need to do: 1. job seekers...more >>

Why can't a LEN argument be passed to a CAST call?
Posted by rvgrahamsevatenein NO[at]SPAM sbcglobal.net at 11/5/2005 9:35:16 AM
Can someone tell me why this creates an error: declare @int int set @int = 55 select cast(@int as char(Len(@int))) CHAR takes an integer argument, and LEN returns an integer, so why should it fail? Probably something about set-based logic that eludes me, that would work fine in proc...more >>

How to add strings to NTEXT data type
Posted by Aphex3000 at 11/5/2005 6:29:01 AM
Hi, All, First of all thanks for reading my post. I’m trying to figure out how to add strings to a NTEXT data type column. TABLE ( NoteID VARCHAR(10) PRIMARY KEY, NoteOppID VARCHAR(10) FOREIGN KEY, NoteDetails VARCHAR(1000) ) I need to take all NoteDetails in the above table...more >>



DevelopmentNow Blog