Viewing 15 posts - 4,621 through 4,635 (of 5,843 total)
I think there are better ways to 'sync' VLDBs than snapshot replication.
August 18, 2009 at 7:40 am
I have taught for TheLearningTree in the past. The have good curricula, good instructors and an amazing classroom/lab environment.
August 18, 2009 at 7:39 am
Maybe I missed it, but can I ask WHY you are doing 5 instances on one server? There is some significant downside to that so I am curious about...
August 18, 2009 at 7:29 am
Yes, you should expect better (often extraordinarily so) performance when using temp tables and joins instead of table variables.
August 17, 2009 at 1:04 pm
Forums are typically used for simple, quick question/answer problems or questions. That is NOT what is requested here. People who are donating their time to help others could...
August 17, 2009 at 9:46 am
Accessing, sending, receiving and rendering that amount of data (regardless of actual data size of the 8 columns) is going to take a long time. Period. Either accept...
August 14, 2009 at 8:24 am
karthikeyan (8/12/2009)
I have one transactional table called message in my prod db. It is around 15 GB for 5 days data in the table. The data in message table...
August 14, 2009 at 8:17 am
I gotta say that without knowing some more justifications and reasonings I think you are embarking upon a lot of effort for little to no gain - actually potentially problems....
August 13, 2009 at 7:34 am
matt stockham (8/12/2009)
TheSQLGuru (8/12/2009)
4) IIRC you do not need license to do restore-only activity.
Unless it has changed within the year, a restore-only server does requires a license and you pay...
August 12, 2009 at 9:16 am
Have you tried to do the update directly on the server you are updating, using linked servers out to the other parts of the query?
August 12, 2009 at 8:57 am
1) VERY IMPORTANT: no one on this site should EVER feel constrained to mention, inquire, recommend, discuss, etc. non RedGate products here simply because they 'own' SQLServerCentral.com.
2)...
August 12, 2009 at 8:51 am
I think you should find out what the slowness truly is. Search web for SQL Server 2005 Waits and Queues, a marvelous best practices white paper from Microsoft. ...
August 11, 2009 at 8:08 am
Paul White (8/10/2009)
TheSQLGuru (8/10/2009)
Paul, you...
August 10, 2009 at 8:23 pm
Paul White (8/10/2009)
TheSQLGuru (8/10/2009)
August 10, 2009 at 5:32 pm
Clearly if your logic REQUIRES complex data access/processing PER ROW of output then a UDF is quite possibly the correct tool for the job. You are definitely correct that...
August 10, 2009 at 11:58 am
Viewing 15 posts - 4,621 through 4,635 (of 5,843 total)