Viewing 15 posts - 46 through 60 (of 61 total)
Mark,
Thanks for the tip. I usually use a vbscript with the filesystem object to handle these types of tasks. I never knew of the ForFiles command-line utility. ...
November 19, 2009 at 2:17 pm
I upgraded four clustered server instances and found it fairly straight forward, but that's just my experience. I'd be interested in hearing about your Gotchas. Everyone has different...
November 19, 2009 at 12:58 pm
First of all Serena's question was how to do it, not why. All answers making a judgment on why and suggesting something else are irrelevant. That being said...
November 18, 2009 at 2:57 pm
BIDS is VS2008. CRM & MOSS2007 have the updated .NET framework.
November 17, 2009 at 11:25 am
I found the answer. It is so simple. Nothing special to do, just tell SQL to produce the schema for us. Here’s the code and results:
Brandon Forest...
October 5, 2009 at 6:04 pm
RBarry,
I'm sorry that I didn't communicate my thoughts effectively. I'm transporting data across domain boundries with Service Broker, which uses XML messages (2GB max) as it's payload. I...
October 1, 2009 at 10:59 am
Steve,
Can you post a good procedure for slipstreaming SQL 2008 SP1?
Thanks!
September 28, 2009 at 1:07 pm
Steve,
I am constantly asked to service SQL Servers that others have built. I built the following stored procedure bases on your articles on build versions that I use...
February 11, 2009 at 11:04 am
The subscriber was throwing an error because it was trying to synchronize with the publisher, but couldn't find the next replicationID. Another developer on our team came up with...
January 14, 2009 at 4:28 pm
That depends on how you have it set up. I once had a single table that was over 100GB in size. It was split up in multiple file...
October 23, 2008 at 10:51 am
Yes Steve, Life is not fair when it comes to data farming. I do try to limit my data shadow, but I prefer to use the term data wake...
October 13, 2008 at 11:07 am
We can all jump through flaming hoops to accomplish our ETL. However, there are limits on what we can or should accept as input. If the data format can't...
May 20, 2008 at 9:44 am
There are times when it is necessary to use xp_cmdshell, but this isn't one of them. As stated in a post above the real issue is securing credentials in...
April 23, 2008 at 9:53 am
Sorry Steve, but when some people have hundreds of SQL 2000 DTS packages, I see SSIS as a driving need to upgrade. I did.
You can run legacy...
April 21, 2008 at 10:11 am
I agree that this is not a ragged file problem, but an exercise in stripping the first and last rows. A conditional split would be the approach I would...
March 5, 2008 at 2:46 pm
Viewing 15 posts - 46 through 60 (of 61 total)