Viewing 15 posts - 211 through 225 (of 250 total)
Hello,
I'm getting:
Msg 208, Level 16, State 1, Line 1
Invalid object name 'fn_trace_getinfo'.
Tony
April 16, 2009 at 5:08 pm
The message says
(2 row(s) affected)
begin transaction;
Insert into CE_CUSTOM..GL_Transactions
(
SOURCEINTERID,
SOURCETBL,
DEX_ROW_ID,
SOURCDOC,
OPENYEAR,
OPENMTH,
OPENDAY,
ACTINDX,
ACCTTYPE,
ACTNUMBR_1,
ACTNUMBR_2,
ACTNUMBR_3,
ACTNUMBR_4,
ACTNUMBR_5)
Select '
(2 row(s) affected)
The two rows affected are:
GL20000
GL30000
Those...
April 16, 2009 at 1:25 pm
So I am running into some difficulties when running the script.
1) I first have to get a result set of the available companies. This is from the beginning...
April 16, 2009 at 7:54 am
Wow!!
GSquared, this is whole new territory for me. I am going to do some tests and try this example.
Thanks so much for your help, ideas and getting me going...
April 15, 2009 at 1:10 pm
I've never heard of that before. Creating a table with dynamic strings? Let me try to create a table and see if I understand what you are saying.
Thanks...
April 15, 2009 at 12:19 pm
It may be, but I think the problem is scrolling throgh the resultset one at a time.
We get a company from the initial resultset, query the GL20000 table and insert...
April 15, 2009 at 11:54 am
Yes, that is correct.
1) First it creates a result set of companies which could be 500 rows.
2) Then it looks at each company's database
3) It finds either...
April 15, 2009 at 11:16 am
Thanks for your help.
I believe our server is under a heavy load at times. We are currently at service pack 3. So this fix should already be on...
April 9, 2009 at 9:04 am
Hello,
I am running SQL Server 2005. It is set at 0 for unlimited connections.
Tony
April 8, 2009 at 12:39 pm
Ok now I am really confused.
DBCC CHECKDB return a bunch rows results of course. But at the end, it returned this message.
CHECKDB found 0 allocation errors and 0 consistency...
April 8, 2009 at 9:06 am
Thank you.
I read the article and will still do some more studying. I am running DBCC CHECKDB now.
Tony
April 8, 2009 at 8:27 am
Hi,
After digging into this a bit, I see what I need to do is turn on the multi-phase datapump.
Doing this, I can code for insert failures. I've also...
March 25, 2009 at 9:31 am
Hi,
That is exactly what I am asking. :w00t:
How would you set up a Transformation Data Task to send error rows to an error table and still process...
March 24, 2009 at 4:54 pm
At the top of my list to my boss was the fact we need to have backups.
Again, he liked my recommendations and gave me the go ahead to work on...
March 16, 2009 at 7:33 pm
Thanks everyone for the feedback.
It was very helpful!!!
I made an extensive list of things that need to be worked on:
1) Backups
2) Test Environment
3) Migration process
4) ...
March 16, 2009 at 7:29 pm
Viewing 15 posts - 211 through 225 (of 250 total)