Viewing 15 posts - 31 through 45 (of 94 total)
Thanks gents for the advice, I'm currently setting up the login inspection db to capture the growth of the tempdb so to see exactly when this might happen, plus i...
March 18, 2010 at 7:09 pm
Hi Jeff,
It's hard to say just how big it wants to get, because it always runs out of HD, but i can tell you it gobbles up 40 Gbs within...
March 17, 2010 at 4:21 pm
Too true, thanks for the help and advice, i 'll reply with anythin interesting that might come up. Thanks again
Mr J 🙂
March 17, 2010 at 4:16 am
thanks Paul, i already purged the tempdb so its not goin to be much information within it until it blows out again next time. So i guess I'll have to...
March 17, 2010 at 3:59 am
Can't say i'm familiar with sys.dm_exec_query_text, sorry... little help?? 🙂 Also the replication is fine runs smoothly without any issues.
March 17, 2010 at 3:30 am
Its a mix of the three, but its mainly merge. I know its the replication agent because i ran this query
SELECT
sys.dm_exec_sessions.session_id AS [SESSION...
March 17, 2010 at 2:43 am
Yeah the server is a bit old and is due to be replace in a few months, the event log didn't suggest anythin out of the blue, just runnin a...
March 11, 2010 at 2:09 am
Very true, because i was using merge replication i could point the web site to another server and not have any downtime, so my only concern was to create a...
March 11, 2010 at 1:40 am
The solution to my problems was to fix the database in suspect mode.
Note only use this to grant access to the db so you can drop it and accompanying...
March 10, 2010 at 10:22 pm
Hmmm i would be interested in learning more about capturing the output from the first stored proc to an SSIS variable. 🙂
March 2, 2010 at 8:19 pm
Hello Friends its me again,
I've done what you have suggested using global temp tables and using RetainSameConnection, but i seem to be receiving another perplexing error
ExecuteReader requires an open and...
March 2, 2010 at 5:35 pm
Thanks heaps guys I've learn alot today 🙂
March 2, 2010 at 3:49 pm
Yeah thanks for that i understand. Does it use multiple connections for queries too? you would think this is done in a singular connection.
March 1, 2010 at 7:11 pm
Yeah i guess I'm hoping to avoid this because it means re-writing a lot of SP and I'm feeling particularly lazy today :rolleyes:. Its quite annoyin the SSIS has issues...
March 1, 2010 at 6:37 pm
Thanks dude for the advice but still hasn't help. Free feel to suggest anythin else if you think it might help, I'm bit of a dead end with this one!
March 1, 2010 at 6:25 pm
Viewing 15 posts - 31 through 45 (of 94 total)