Viewing 15 posts - 1 through 15 (of 26 total)
After a closer look, i see that the month is not working as expected. It's behaving like the week of year. So they both behave consistently, but not the way...
May 28, 2015 at 8:35 am
A Table-Valued function would be much more efficient than a scalar function. I agree we need a bit more information on how your tables are related.
February 23, 2015 at 1:34 pm
should be pretty straight forward if you are not changing from 2005 to 2008. I usually create a blank database (no tables or anything). Then right click it and follow...
April 26, 2011 at 8:28 pm
To the best of my knowledge, a 2008 SSIS package can not be run on a 2005 instance of SSIS. I'm assuming the problem is you can't open them back...
March 23, 2011 at 2:56 pm
I don't think you need to be a DBA to be a good developer. I have been developing for 3+ years and certainly don't understand all the minute details under...
March 23, 2011 at 2:44 pm
I recently passed two SQL 2008 certs for Business Intellgence, and Database Development. For both exams I read the Exam Tookit books from Microsoft press and purchased practice test from...
March 23, 2011 at 2:30 pm
I also read this book in it's entirety. It doesn't cover every single detail, but enough to pass the exam. If you are putting in some serious time, i think...
June 29, 2010 at 6:23 pm
Great! Glad I could be of some help.
May 11, 2010 at 3:26 pm
shot in the dark, but have you checked permissions? Whatever name the package is running under will need bulk insert permission.
May 11, 2010 at 1:13 pm
and SSC = SQL Server Central...it's kinda his level based on his input.
May 11, 2010 at 1:02 pm
well, SSIS is a great way to setup a process that needs to be run repeatedly, but is definitely more work and a bit overkill for this. But like...
May 11, 2010 at 12:58 pm
so you have a spreadsheet that has some column that need to be updated in the database table. and one of the columns in the spreadsheet provides a unique match...
May 11, 2010 at 12:35 pm
I'm a little bored, so I put together a quick excel UDF in VBA that would do what you need.
This was done quickly, so there is probably a better way...
May 11, 2010 at 12:12 pm
I don't think there is an easy way to do this. I believe you'd have to write a user defined function in Excel to make a connection to the database...
May 11, 2010 at 11:28 am
Agreed. IMEX=1 solved a very similar problem I had. This only seems to be an issue with the excel data source. Give it a try and let us know.
April 7, 2010 at 5:16 am
Viewing 15 posts - 1 through 15 (of 26 total)