Viewing 15 posts - 196 through 210 (of 214 total)
Yes, working on it. I got side tracked and got pulled away on a critical project. I will follow up in a week. Thanks for your help.
May 8, 2010 at 5:48 am
I just tried something, would this do what i am looking for?
Select top 1000 RCPTDT, PACK_ITEM, max(UPC), min(UPC), Max(LEGACY_WH), SUM(CASESSHPD), MAX(PACK_SIZE), MIN(PACK_SIZE), MAX(UNIT_COST), MAX(ITMDESC), MIN(ITMDESC)
From pmk_cands_shipments_2008
GROUP BY PACK_ITEM,...
May 7, 2010 at 11:00 am
I don't know how many fields it will be but I expect it to be less than 30.
May 5, 2010 at 6:00 pm
The Dynamic part is for the creation of the fields. It starts out with the 1 column with the string of names (comma delimited).
May 5, 2010 at 4:04 pm
I fixed the issue. See the code fixed below:
Insert Into dbo.CMS_NewVnd_Master(
[Site_NBR], [AuditCode], [AuditDesc], [PRGIndustryDesc],
[PRGSubIndustryDesc], [CorpClientDesc], [AuditStatus], [Client_Nbr],
[AuditYearDesc], [VendorCode], [VendorDesc], New_Vnd, New_Name,
GroupVendor, GroupType)
Select CL2006.[Site_NBR], CL2006.[AuditCode],...
May 3, 2010 at 12:25 pm
It's very simple... SQL servercentral is free and has many good resources without the annoying popups or distractions that turn people off like heavy advertisements. It is easy to...
October 4, 2007 at 5:59 am
The stored procedure is not available.... Does anyone have the sproc?
September 27, 2007 at 5:28 pm
I think you just missed the whole point!
Sox is not the problem here, but the lack of understanding of what sox requires of us. People are always with their...
September 25, 2007 at 7:35 am
If you are running a dts that involves more than 1 machine, is AMERICA\SVCSQL and admin on all machines?
September 21, 2007 at 3:46 am
That's usually the case, where somoene takes your tools to be able to do your job away then they figure out that they made you handicapped. But that is...
June 25, 2007 at 7:34 am
Bombard them with requests and then you'll see how fast they'll change it and give you rights again.
June 22, 2007 at 12:03 pm
I haven't tested this, but does this make sense?
1 - Do a Select with a left join from db1.table1 to db1.table2 (selecting all fields except the identity field INTO a...
February 1, 2007 at 6:38 am
Thank you for trying to answer my question, but maybe I was not clear enough. When I said "export from my Briefcase", I meant from the briefcase on the sqlservercentral...
March 14, 2006 at 6:26 am
sounds like you'll end up going with the 1 hard drive for OS and the other 4 for your RAID5 db's and logs on same drive.
May 2, 2005 at 9:28 am
Viewing 15 posts - 196 through 210 (of 214 total)