Viewing 10 posts - 1 through 10 (of 10 total)
This is me, the "unfortunate DBA"
I just ran into this exact situation and it led to a liscense evaluation of ALL programs throuout our network.
October 3, 2003 at 9:22 am
they are set for automatic. I tried to reboot and they wont start I also tried to start them manually and that doesn't work. What do you mean by "What...
September 24, 2003 at 7:10 am
Thank you.
I could not figure out how to return the data length.
final:
Substring(Field,3,(Datalength(Field)-2))
thanks again.
July 28, 2003 at 10:28 am
this is for a text field. the 3rd argument needs to represent a multiple length string and up untill this point I thought % would do this.
example:
SUBSTRING(FIELD,3,%) 'should return the...
July 28, 2003 at 9:38 am
but char(8) will not work if I'm using a mm/dd/yyyy format.
June 19, 2003 at 8:40 am
Sorry, I didn't realize what the DATEDIFF was for. Thank you.
June 18, 2003 at 12:49 pm
Perhaps I was not clear, let me post the code.
CREATE VIEW dbo.vwImport
AS
SELECT dbo.tblSHOrderItems.dteShipped, dbo.tblSHOrderItems.txtInvNum, dbo.tblSHOrderItems.txtSuffix, dbo.tblSHOrdHead.txtCustomerPO,
...
June 18, 2003 at 12:39 pm
ok, how do i avoid the ERROR:
"divide by zero error encountered"
June 5, 2003 at 1:54 pm
GREAT! it works
final code:
Avg(DATEDIFF(day,[dteprinted],[dtereceived])) AS AvgLead
June 5, 2003 at 11:45 am
Viewing 10 posts - 1 through 10 (of 10 total)