Viewing 15 posts - 55,171 through 55,185 (of 59,072 total)
You're still missing the point... you provided certain base data in your original post and an output sample that cannot be...
I'm just asking for you to provide the correct output...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2007 at 6:49 am
Your database is "case sensitive"?????
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2007 at 6:45 am
Passing any parameters to the sproc? If you are, post the code so we can take a peek for ya...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 10:13 pm
You're simply trying to do too much at once in each section... you must "Divide and Conquer" if you expect to get any performance out of this.
First thing I notice...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 9:00 pm
Cool... thanks guys.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 7:00 pm
If that is what you must do, then the TEXT datatype is certainly one way to go.
To see if the Standard Edition will create a table with multiple text columns,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 6:56 pm
Sure, Karthik... let's answer question #2 first...
'dtProperties' is a special table used by things like the "Visual Database Design Tools". It even has to be modified if you want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 5:26 pm
Perfect... thanks, Bill.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 4:51 pm
Josef,
Need a couple of things from you...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 4:49 pm
Since I don't use DTS or SSIS for this type of stuff... what happens to the data that caused the error? Can the error handler be made to save the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 7:52 am
Heh... thanks Lowell ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 7:50 am
Aye... nicely done, Lowell... and, I think you'll really like this, as well ![]()
Just in case someone can't use xp_CmdShell, there's a little known...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 7:30 am
That's kinda why I use BCP for this type of stuff... you can program BCP to survive just about any error and squirrel the "bad" rows in a separate file...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 6:55 am
Hust for a point of reference... we set TempDB to be 9 gig on bootup.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 6:50 am
You are correct... things are going to get a little complex because you need a query to build a dynamic query from Master.dbo.SysServers.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2007 at 6:33 am
Viewing 15 posts - 55,171 through 55,185 (of 59,072 total)