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 > september 2007 > threads for saturday september 22

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

About GO command
Posted by Leila at 9/22/2007 11:25:35 PM
Hi, Why does the first statement work but the second one returns error? exec ('select 1 go select 1') exec ('drop proc sp1 go select 1') Thanks in advance, Leila ...more >>


restore database issue
Posted by Tim Zych at 9/22/2007 10:56:39 PM
I have 2 databases in use. One is Dev, the other is Test. I created a backup of Dev, dev.bak. When I executed the statement: restore database Test from disk = 'D:\BackupLoc\dev.bak' with replace I got a message that said: "Processed XXX pages for database 'Test', file 'Dev' on etc RE...more >>

How to test connectivity with sql server 2005?
Posted by sandal at 9/22/2007 10:20:24 PM
An access 2003 mdb uses odbc to connect with sql server 2005. Before any operations are attempted I'd like to make sure the odbc connection is good, ie not down due to network or server issues. Is there a simple way to make this test? I'm using sql authentication....more >>

STRANGE JOIN SYNTAX
Posted by Paul Ilacqua at 9/22/2007 8:00:42 PM
I have been trying the "standard" join for a while in the 1st ON clause surrounded by stars and finally got this syntax to work... why???? My 1st choice was ON t1.CAST(FLOOR(CAST(submitdate AS float)) AS datetime) = t2.CAST(FLOOR(CAST(submitdate AS float)) AS datetime) which was rejected with...more >>



DevelopmentNow Blog