I ran my select statements with Execution plan turned on and here's what I got...
What I ran...
SELECT DISTINCT Ord_no AS Ord_no,
Shipment AS Shipment
from wspikpak
where shipped='Y'
AND ship_dt = DATEADD(Day, DateDiff(Day, 0, GetDate()),0)...
Sure, I'd appreciate the help. I actually didn't write the script, our former IT Manager wrote it, I just kept using it. I can see how it could cause a problem and it definitely would be based on how the data is.
Hi All, I'd like to run the following script...
CREATE TABLE tbl
(Ord_no Char(8), shipment Char(30))
insert into tbl SELECT DISTINCT Ord_no AS Ord_no, Shipment AS Shipment from wspikpak where shipped='Y' AND (DATEDIFF([day], ship_dt, GETDATE()) = 0)
update o set O.user_def_fld_5=T.shipment...
I figured it out, our DNS record (_VLMCS) was set to a server other than the proper KMS server, I changed it to the correct server and all of the clients self activated.
Here's my dilema, I've got data that looks like this...
Shipment Ord_no Line_no Item_no Loc Qty Pallet Carton
------------------------------ -------- -------...
Hi all, I'm working on creating a crystal report that needs to pull a piece of data from a long string, here's an example...
[Header] PlanRelease=0 ReleaseNbr=20111021 [Main] TS=DELFOR HaveShipDate=TRUE HorizonEnd=20141231 HorizonBegin=20080212 [Address] SU=G0143 ST=OMITTED...
Hi All, I have about 35 clients running Office 2010 and have a Server 2008 R2 box running as the KMS server. I have created an installer package using customization tool telling it to activate via KMS. However all of the clients are telling me they can't activate. If I go and run ospp.vbs, set...
I've got a table that contains orders that have shipped. What I'm trying to do is sum the total price of all the orders with a back order quantity within three date ranges, this week, last week, and two weeks ago and group them by customer number. This is my query so far...
SET DATEFIRST 1...
Hi All, I'd like to create a SQL view for some dashboard software that ties into our ERP system. I have five queries to run but instead of the results being formatted horizontally with a column heading I'd like them to be displayed vertically like this...
Account | Amount
=============
Sales...
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.