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