Viewing 15 posts - 52,381 through 52,395 (of 59,091 total)
You'll probably need to post the code for the s_tenuot_base_r stored procedure...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2008 at 9:13 am
A fellow by the name of Napoleon Hill wrote a book called the "Law of Success" way back in the days of Ford, Firestone, Carnegie, and other giants . ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2008 at 9:09 am
Sure... it's all in Books Online (comes free with SQL Server).
Look in the index for "architecture [SQL Server]"...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2008 at 8:39 am
matt stockham (2/23/2008)
I had a problem recently that a recompile alone couldn't help because the statistics were "flawed", and I ended up using a temp table to resolve it.
That's precisely...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2008 at 12:02 am
bosekolli (2/23/2008)
i have a table name emp with 10000 records and without identity column i want first...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 11:17 pm
The info in the following article should do it for ya...
http://www.simple-talk.com/sql/t-sql-programming/sql-server-excel-workbench/
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 11:09 pm
Marvin, that's just amazing to me... a data file that has more columns than rows... I don't believe I've ever seen such a thing except maybe for a single row...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 6:07 pm
Thanks, Johan,
I took a look at the forced parameterization thing... looks real spooky when they say things like it could slow down the whole world and use with great caution,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 5:16 pm
Hoo boy... I understand... 2,134 columns of CSV data is enough to make anyone cranky.
How "clean" is the input file? Any problems with missing delimiters, etc?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 12:59 pm
Ok folks... the statement level OPTION (RECOMPILE) that Matt spoke of really did the trick both on this current problem and the previous problems I had. Estimated execution plan...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 12:44 pm
Jeff Moden (2/23/2008)
matt stockham (2/23/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 11:22 am
GilaMonster (2/23/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 11:15 am
matt stockham (2/23/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2008 at 11:12 am
Not 100% sure, but I think it's just a problem with permissions. What login is the agent using and does it have the privs to see the same directories...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2008 at 8:59 pm
MD (2/22/2008)
I can't use bulk insert because of course the flat file does not match the table structure.
If you use a BCP format file, you can. 😉 See BOL...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2008 at 8:45 pm
Viewing 15 posts - 52,381 through 52,395 (of 59,091 total)