Viewing 15 posts - 1,021 through 1,035 (of 5,504 total)
The cost saving in terms of hardware most probably is not significant enough to be measured in $$$. Total processing time is about 30min/day before and after.
Is there any other...
September 6, 2011 at 9:32 am
The easiest answer: use google (search string "DCOM was unable to communicate with the computer").
September 6, 2011 at 1:53 am
No, it's not your fault. Be assured, there are others following this thread just waiting for some sample data and expected results. Ready to use SQL code will explain much...
September 5, 2011 at 1:21 pm
Wow. 45min and 120min... Sounds like an enormous complex query. Or one that calls desperately for a deep analysis. Can you post some rough figures about this monster?
September 5, 2011 at 1:07 pm
You could get the relevant rows from sys.columns of db_B and db_A and compare those (e.g. using a full outer join on sys.columns.name).
September 5, 2011 at 11:08 am
Adding to what Roy already pointed out:
What exactly is the reason for allowing a dev team to access the prod system? What permissions would you like to remove? And why...
September 5, 2011 at 10:51 am
Did you try to google it?
Would you please be a little more specific what you're looking for?
SSAS is included in SQL Server Standard, Enterprise and Developer edition at no additional...
September 5, 2011 at 7:27 am
forsqlserver (9/5/2011)
loop
What exactly are you trying to tell us?
I've noticed a few of your "loop" posts recently but I can't figure out the intention behind it...
September 5, 2011 at 7:16 am
You could try to use FREETEXT search and see if it provides what you're looking for.
http://msdn.microsoft.com/en-us/library/ms187787%28v=SQL.90%29.aspx
September 4, 2011 at 8:16 am
duplicate post. no replies please.
original post: http://www.sqlservercentral.com/Forums/FindPost1169697.aspx
September 4, 2011 at 8:14 am
You could look into Service Broker and External Activation.
The external application would need to take care of processing the UDP messages (including a possible return message to the calling broker...
September 2, 2011 at 3:12 pm
Wow!
I hope you can continue using this methodology (from unobfuscated access to the trial system to the concept how to involve the end users). It's the right way to go,...
September 2, 2011 at 1:25 pm
Depending on the percentage of rows to delete it might be more effcient to copy the remaining rows into a new table and rename it. It depends...
As an alternative you...
September 2, 2011 at 12:21 pm
The most important part is to know what you expect from an ERP in terms of functionality.
Then try to find the vendor that best fit your requirements with the least...
September 2, 2011 at 11:32 am
juan08 (9/2/2011)
The guy that came yesterday freed some space and the server is up and running, but the msdb is still 42GB in size. He didn´t...
September 2, 2011 at 10:16 am
Viewing 15 posts - 1,021 through 1,035 (of 5,504 total)