Viewing 15 posts - 196 through 210 (of 229 total)
Thanks to both of you!! I so appreciate your help. It is now working! I fixerd one conversion and left a second untouched and therefore got the error again. When...
January 30, 2006 at 7:15 pm
ok guys, I have tried all three options here and still get the error that it is having trouble converting varchar to datetime. HELP!!! Keep those SQL brain juices flowing!!! ...
January 30, 2006 at 9:45 am
declare @dSTART_DATE datetime
declare @Time datetime
set @dStart_Date= getdate()
Set @Time = '08:26:00'
SELECT CONVERT(VARCHAR(10),@dSTART_DATE,101) + ' ' + convert(varchar(10),@Time,108)
results:
---------------------
01/27/2006 08:26:00
(1 row(s) affected)
(thanks!)
January 27, 2006 at 12:11 pm
No, the issue here is USER ERROR!!! Geez, I was trying to insert into the wrong database!! What an idiot....sorry everyone!! But.....I have another issue that you can help me...
January 27, 2006 at 11:34 am
SQLBill............YOU ROCK!!! Thanks a ton, that worked perfectly!!
January 20, 2006 at 1:07 pm
Well, from the looks of things where I see the jobs in the system tables, I would say yes. I cannot tell you that for sure, because it was the...
December 8, 2005 at 9:23 am
so if they are in the msdb database (which they are), how do I get to see them in the JOBS node under Managment/SQL Server Agent??????
December 7, 2005 at 12:07 pm
Gotcha...take charge..kick 'em off....headed there now!!!
November 23, 2005 at 3:50 pm
Ok, now I have run DBCC CHECKDB and found that there are no allocation errors but 849 consistency errors in a specified table!!!! GEEZ!!! Just making sure here, but it...
November 22, 2005 at 11:53 am
I recently changed from one server to another...renaming the new server to the old server name (as to not break any code). My jobs failed as well. I beleive it...
November 22, 2005 at 11:22 am
This is beyond fabulous!!!! Thank you so much for being generous with an application that makes others lives so much easier!!!!!
November 17, 2005 at 5:56 pm
alriiiighty then.....downloading. Thanks!!!
November 17, 2005 at 2:27 pm
I just read the article concerning this script. He says it is done in VB6. Did anyone run this using .NET?? Any issues?? This sounds perfect for me, but I...
November 17, 2005 at 1:36 pm
Viewing 15 posts - 196 through 210 (of 229 total)