Forum Replies Created

Viewing 15 posts - 196 through 210 (of 230 total)

  • RE: conversion from varchar to datetime

    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...


    Thank you!!,

    Angelindiego

  • RE: conversion from varchar to datetime

    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!!! ...


    Thank you!!,

    Angelindiego

  • RE: conversion from varchar to datetime

    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!)


    Thank you!!,

    Angelindiego

  • RE: Foreign Key constraint issue

    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...


    Thank you!!,

    Angelindiego

  • RE: sorting a date within convert syntax

    but of course!! 

    Thanks!!!!!


    Thank you!!,

    Angelindiego

  • RE: sorting a date within convert syntax

    SQLBill............YOU ROCK!!!  Thanks a ton, that worked perfectly!!


    Thank you!!,

    Angelindiego

  • RE: Recreating jobs on server

    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...


    Thank you!!,

    Angelindiego

  • RE: Recreating jobs on server

    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??????


    Thank you!!,

    Angelindiego

  • RE: Putting db in single_user mode

    Gotcha...take charge..kick 'em off....headed there now!!!


    Thank you!!,

    Angelindiego

  • RE: SQL SERVER Error 22029

    Thanks a ton Martin!!!  Happy Turkey Day!!!


    Thank you!!,

    Angelindiego

  • RE: SQL SERVER Error 22029

    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...


    Thank you!!,

    Angelindiego

  • RE: job failing

    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...


    Thank you!!,

    Angelindiego

  • RE: Dump SQL Permissions

    This is beyond fabulous!!!!  Thank you so much for being generous with an application that makes others lives so much easier!!!!!


    Thank you!!,

    Angelindiego

  • RE: User list and permissions list

    alriiiighty then.....downloading.  Thanks!!!


    Thank you!!,

    Angelindiego

  • RE: User list and permissions list

    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...


    Thank you!!,

    Angelindiego

Viewing 15 posts - 196 through 210 (of 230 total)