I have to write a SQL script to update a table named
PA with a column heading of testone update the qty from
10 to 20? ...
more >>
I am currently working with 3 tables.
Table1 has records that have an effective time stamp according to a store number, or ALL stores.
Table1(RetailID, effectiveDate, storeNum, price)
Table2(RetailID, SKUID, vendorID)
Table3(SKUID, Size, desc)
I am currently working on a way to get the SK...
more >>
I am using MSDE-SP3a on a Win2K-Pro PC.
I am trying to concatenate a field (type TEXT) with
another field (type TEXT) from another table. I have
followed the example in the BOL but it appers as though my
resulting field is not being updated.
I don't know what I am doing wrong, any sugestion...
more >>
Hi,
I attached my DB with a new name and the datafile name
remains the old name - how can i alter this name ?
Thanks in advance
...
more >>
I am trying to email three reports in a single email. I
have written a TSQL stored procedure the mixes print
statements and select statements to display a report. The
stored procedure works fine in query analyzer. However,
when I specify this stored procedure as the sql in
xp_sendmail, ...
more >>
I need a query that will do two things:
1) return the information in a table based on time
2) limit the returned information based on a criteria. (I
do not want to see duplicate records and would like the
query to return one record based on the max part number)
I have figured out the first ...
more >>