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 > december 2006 > threads for saturday december 23

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 31

NO ROWS RETURNED
Posted by Hector at 12/23/2006 8:26:01 PM
Hi. I wrote a SELECT statement that returns the rows expexted when I test in the Query Analyzer. But when I put it in a stored procedure to use as a cursor, I get no rows. @@ROWCOUNT returns 0. What am I missing? Thanx....more >>

Delete data based on values of two tables.
Posted by Sam at 12/23/2006 6:58:22 PM
I would really appreciae some help with this query. I have a table PJPROJ and two other tables PJPROA and PJPROB. All 3 tables have a coloum called Project. PJPROJ had all values plus many more than are contained in PJPROA and PJPROB. I only have to keep in PJPROJ data lines where the PROJE...more >>

Restoring DB using SQLDMO
Posted by JC at 12/23/2006 1:57:40 PM
Hi, I am using SQLDMO in my C# application for backing up and restoring MSDE 2000 database. Backup operations run fine, but while Restoring if i have any connections to db, restore fails. Whats the solution for the problem?? Do i need to Stop SQL Server, restore and Start again? I've tried to...more >>

T-sql syntax question
Posted by JB at 12/23/2006 9:28:00 AM
This is sort of a Saturday afternoon question. From time to time I use queryies with the following structure: SELECT FormID FROM dbo.tblRoles WHERE (RoleID = @intRoleID1) AND (FormID NOT IN (SELECT tbl1.FormID FROM dbo.tblRoles tbl1 INNER JOIN dbo.tblRoles tbl2 ON tbl2.For...more >>

Problems getting data from an Oracle view to SQLSRV2005 via SSIS any ideas?
Posted by hapedad at 12/23/2006 8:11:07 AM
When using SSIS and importing data from a view in ORACLE, the transformation does not pick up the precision on calculated columns in the Oracle view. The calculated columns in the view have precision applied to them via the CAST function. The datatype retrieved when creating the sqlsrv 2005 ta...more >>

Adventureworks
Posted by OHM at 12/23/2006 12:00:00 AM
I have an installation of SQL Server 2005, and I wanted to insall the sample database Adventureworks. So I re-ran install and selected those options, but the install failed because it tolld me I would not be affecting the already installed server. However, I cannot find this database. Wh...more >>



DevelopmentNow Blog