Viewing 15 posts - 46 through 60 (of 107 total)
Thank you very much for the replies,and i thought i gave reply for this ,the real problem is with my data ..
Most of the date fields have the dates like:...
August 17, 2010 at 6:48 am
I found it ,The document titled “Remove seconds from datetime SQL“ gave everything i need:
if anyone having the same issue this is the syntax:
SELECT Cast(Convert(varchar, GetDate(),105) as datetime)
Thank you
August 11, 2010 at 11:43 am
I got it by creating a stored procedure for the script and ran it in SSMS.
Anyways,my other question still remains which is how can i only get '2010-08-11' for the...
August 11, 2010 at 11:07 am
I wrote this to start the job at particular day of the month.i want the getdate() to be just '2010-08-11' with out the minutes and milli seconds .i couldn't do...
August 11, 2010 at 8:54 am
looks like i don't have to convert a string into datetime format while inserting the rows to another table,sql server will automatically do it.
but i have some empty string fields...
July 29, 2010 at 12:32 pm
the only difference i can see in the syntax is ' '
but i have tried and got this:
The conversion of a char data type to a datetime data type resulted...
July 29, 2010 at 10:12 am
This is the error i got when excel is the source:
There was an error with output column "comments" (121) on output "OLE DB Source Output" (37). The column status returned...
July 20, 2010 at 11:16 am
how can i replace when i am using excel as import,so i have ignored the failure which ignored 2 rows.
can you tell me how i should replace...
July 19, 2010 at 12:59 pm
I got an error trying to stop the windows service so i disabled it.
But when i make any change in BIDS package especially Source which is from an excel it...
July 19, 2010 at 10:25 am
searchfilterhost.exe (local service) is taking around 300,000 to 500,000 k memory .and devenv.exe which is BIDS is taking 26,000k when i am not making changes to BIDS ,but when i...
July 19, 2010 at 9:33 am
Thank you.
Then what exactly is causing the delay to even create a package in BIDS 2005 ,i am seeing all the delayed notifications from Microsoft(like Microsoft is busy and waiting...
July 19, 2010 at 9:19 am
Thank you ,i will try that.
July 19, 2010 at 8:46 am
Forgot to mention this,
I have sql server 2005 on my computer and recently i have installed sql server 2008 client tools.
sql 2008 has separate server and worked with 2008...
July 18, 2010 at 3:50 pm
OK.
i don't know what is causing the problem,because i have changed all the input column datatypes using derived task ->advanced editor.
except the date column which is date data type in...
July 16, 2010 at 1:24 pm
I don't see anything in advanced properties.
But when i searched the web for this error some one told that if the source column has more than 255 characters we will...
July 16, 2010 at 9:57 am
Viewing 15 posts - 46 through 60 (of 107 total)