Hello all,
I have a dts that exports data from a table to a comma separated file, with ansi, and CRLF as criteria. This file is then picked up by a third party package to do some other activity.
This file cannot be opened, and an error indicating incorrect format is presented.
When I open...
Hello,
My exchange admin is dragging his feet setting up the email service on our sql server. Is there anyway I can setup alerts when the jobs fail using a non-emailo method? I have full sql server 2000 on my laptop, and a broadcast to my connection would even suffice.
cheers
zhavic,
thank you for the info. I used the following script and it does what I need to.
SELECT DateHour, COUNT(*) AS NumberOfRecords
FROM (SELECT CONVERT(char(10), SUBMIT_DTTM, 101) + ' ' + CONVERT(char(2), SUBMIT_DTTM, 8) + ':00' AS 'DateHour'
FROM...
Hello,
I have a datetime column (Col1), and I need to select * from table_1 where Col1 >=01/17/2003
group by date and then by hour increments
example:
Col1 Col2 Col3
02/02/2003 12:45:00 bob red
01/18/2003 23:45:02 tony blue
04/03/2003 17:45:00 Tony...
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.