Viewing 15 posts - 136 through 150 (of 2,452 total)
July 15, 2017 at 6:58 am
some sample data would help ....for all relevant tables please....and expected results for the sample data
heres one way to provide https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
July 14, 2017 at 1:20 pm
ikrami2000 - Friday, July 14, 2017 10:46 AMreturn two records :1 Campaign1 Beverage
3 Campaign3 Food
what results are you expecting?
July 14, 2017 at 11:16 am
FREE MS ebooks/pdfs.....you may find a few that interest you
https://www.codeproject.com/News.aspx?ntag=19837497608916451&_z=14286868
July 14, 2017 at 6:39 am
July 13, 2017 at 7:29 am
July 8, 2017 at 9:42 am
can't be sure if this is homework or someone entirely out of their depth in a job.
same requests for help here
https://stackoverflow.com/questions/44974294/hotel-hotelid-have-relation-with-package-and-in-same-time-have-relation-with-day
https://social.msdn.microsoft.com/Forums/en-US/1e23b6ad-5c8d-430b-a27d-8324676a38af/hotel-hotelid-have-relation-with-package-and-in-same-time-have-relation-with-daydetails-table?forum=transactsql
July 8, 2017 at 9:12 am
July 7, 2017 at 9:11 am
The data type is INT.
Conversion...
July 7, 2017 at 6:19 am
July 7, 2017 at 5:18 am
July 6, 2017 at 3:03 pm
ahmed_elbarbary.2010 - Thursday, July 6, 2017 11:31 AMThank you for reply
this is my resultHiltonPackage 4 3 day1 1 1 1 1 1 1 1 ms750 2017-07-01 00:00:00.000
HiltonPackage 4 3 day4 4 4 2 1 NULL NULL 2 ms800 2017-08-02 00:00:00.000
.....and?
what...
July 6, 2017 at 11:37 am
a little easier to read for others to comment on
SELECT RAM.AccountNumber,
HRM.Name,
HRM.Birthdate,
HRM.Sex
FROM livefdb.dbo.RegAcct_Main RAM
INNER JOIN livefdb.dbo.HimRec_VisitData HRVD...
July 6, 2017 at 11:03 am
ahmed_elbarbary.2010 - Thursday, July 6, 2017 9:52 AMfirstly if possible are relation between package and flight
given what tables and data you have...
July 6, 2017 at 10:47 am
is this a 3rd party application that is supplied by an external vendor?
July 6, 2017 at 10:02 am
Viewing 15 posts - 136 through 150 (of 2,452 total)