I am exporting data to an excel spreadsheet. It is putting the data in a 4th sheet. How do I export the data into the spreadsheet on one and only one spreadsheet? The data is not too large for one spreadsheet. Any help would be greatly appreciated! I am stumped~~!
I would like to transform the data to html output. What VB code can I put in the transformation section of the DTS package?
I am exporting the data to .xls currently but I need it to export as .html.
Any help would be greatly appreciated.
Thanks!
I need to increment by 1 for each record added. There are over 60,000 records I need to add. Any suggestions?
If I do this
INSERT INTO PRODUCTSBYCATEGORY(productid, categoryid, sequence)
(Select productid, 8, (select (max(sequence) + 1)
from productsbycategory
where...
I think you are understanding what I am saying now but I don't want to insert anything into the table. I would like to determine if there is anything in the test table. Once a requirement has been created a test can be run on it. I would like to see which requirements have not had a test run on...
George,
I would like to see the results being all requirements without Test Cases associated with them. For example,
I have a table called requirements with field B. I have a table called test with test case (ts_name). For every requirement there is not always a test ran on it. I would like to...
I am needing some assistance with a query. I would like to pull all requirements from the td.req and td.req_cover table that do not have test cases associated with them Here is my query. I would like for it to do the exact opposite.
Select RQ_REQ_NAME,RQ_USER_07,RQ_USER_11,TS_NAME,TS_STEPS...
Ok that worked great. Now I have another issue.
Spreadsheet has 2 columns: A = xnum and B = xnum + -E.
Database has a field in various tables called pnum. I need to update pnum with all xnum from column A = pnum in db then add -E on it.
I hope you are not as confused as I am..............
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.