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 >>
|