Viewing 15 posts - 1,201 through 1,215 (of 7,187 total)
October 6, 2017 at 10:02 am
aloshya - Friday, October 6, 2017 9:24 AMEven, Whats the correct way to search in date datatype , 01/01/2012 or 01-01-2012
Neither. ...
October 6, 2017 at 9:27 am
aloshya - Friday, October 6, 2017 8:03 AMMy date column is varchar,
Same difference. It'll be implicitly converted to datetime. This is...
October 6, 2017 at 8:10 am
October 6, 2017 at 7:59 am
aloshya - Friday, October 6, 2017 7:33 AMHow to retrieve records for the particular date using SQL query
Roughly how you have done in...
October 6, 2017 at 7:41 am
As far as I remember, Upgrade Advisor only highlights issues that may be encountered in upgrading from one version to a higher one. It doesn't help when changing from one...
October 6, 2017 at 4:48 am
Instead of doing an in-place upgrade, why not build your SQL Server 2012 server and then restore the databases from the old server on to it? You can script out...
October 6, 2017 at 4:37 am
October 6, 2017 at 3:52 am
Homework? What have you tried? You might want to have a look at this.
John
October 5, 2017 at 5:33 am
So in your data flow you remove the commas and then you do the conversion, and you're still getting errors? You'll probably need to set up a data watcher to...
October 5, 2017 at 4:33 am
Yes, that's what I'm suggesting. But you haven't confirmed whether you're doing the conversion as part of the data flow, or after the data flow has moved the data into...
October 5, 2017 at 4:03 am
So do you have a data conversion operator as part of your data flow, or do you import directly to a table with a varchar(500) column and do the conversion...
October 5, 2017 at 3:46 am
I'm not sure what you mean by "from inside the CMS", but does this help?
John
October 5, 2017 at 3:00 am
Viewing 15 posts - 1,201 through 1,215 (of 7,187 total)