Viewing 15 posts - 586 through 600 (of 682 total)
You can deselect the installation of SSMS during install, but the default setting is to install it. Either way, you can run the installer again and only install the client...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
September 6, 2007 at 2:33 pm
It's not a native solution, but you can create a library in VS and reference that assembly in your SSIS script task.
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 27, 2007 at 7:19 pm
Could there be an issue with the Access runtime? I'm not that familiar with Access, but I do know that Access applications use that runtime engine even if the data...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 27, 2007 at 4:03 pm
Steve, I don't necessarily disagree with posting blog data on multiple sites as you described (Personal blog = personal + career, career blog = just career), especially for less than...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 27, 2007 at 2:28 pm
You mention that the application's performance runs slow, but have you tried running the same query on the server itself in SSMS? You can quickly rule out SQL Server as...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 26, 2007 at 9:01 pm
You can redirect rows in error to an alternate location, for example an output file for review.
hth
Tim
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 26, 2007 at 8:44 pm
Regarding motivation -- I am a big fan of Scott Hanselman's Hanselminutes (http://www.hanselminutes.com). He recently posted a great podcast entitled "How to be a better developer in 6 months",...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 14, 2007 at 9:35 pm
You're still operating in the Control Flow, which is just that - it controls the flow of the package but doesn't actually handle the data flow. If there isn't one...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 14, 2007 at 9:21 pm
Not sure of how you could do this natively in SSIS, however you could probably get creative and invent a solution. You can schedule a job to run at given intervals that...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 13, 2007 at 8:21 pm
Yes, every number would be distinct within a given set of data, but a number does not "belong" to a particular row. If you pull the same query later, the...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 7, 2007 at 3:51 pm
If you are a subscriber to SQL Server magazine, there is a brief guide to getting started at http://www.sqlmag.com/Articles/ArticleID/96169/96169.html
hth
Tim
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 6, 2007 at 9:56 pm
The new row numbering feature in SQL Server 2005 is very handy. Just make sure that anyone who uses the data understands that it is only a row number and...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
August 6, 2007 at 9:48 pm
You're absolutely right Brandie. Things you say and do tend to come back to you, whether good or bad. The bridge you burn today may span the river you need...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
July 31, 2007 at 2:33 pm
So about this SQL DBA/HTML Developer/Particle Physicist position. I meet all of the requirements except for the last. Do you think they would allow me to learn particle physics on...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
July 27, 2007 at 11:29 pm
Having been passed over for a position on one or two occasions, I admit that the gut reaction is to bellow "why wasn't I good enough?". However, now that I've been around the block...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
July 27, 2007 at 11:07 pm
Viewing 15 posts - 586 through 600 (of 682 total)