Viewing 15 posts - 226 through 240 (of 1,536 total)
JSteppenwolf (3/2/2010)
March 2, 2010 at 8:36 pm
If you wanted to go with transactional replication you most certainly could. You could setup a synchronization schedule specific to your refresh, or even kick start the sync post refresh...
March 2, 2010 at 7:43 pm
In XP c:\documents and settings\<username>\application data\Microsoft\Microsoft SQL Server\100\tools\shell
look for SqlStudio.bin
Connection information is stored in there, if you delete the file the connections go away, when you relaunch SSMS it get's...
February 26, 2010 at 11:51 am
The instances will also be fighting for disk and network i/o if they both have workloads as well, something to bear in mind.
February 25, 2010 at 4:42 pm
Check the fragmentation on your indexes as well.
February 24, 2010 at 9:40 pm
Glad you're back up and running.
February 24, 2010 at 1:34 pm
Lynn Pettis (2/24/2010)
Not sure, but looks like it might be a missing or corrupt xprepl.dll file.
I completely missed that when I first looked through. Good spot.
February 24, 2010 at 12:55 pm
First, rollback the OS updates, then move the mdf, ldf for the database you attached and see if it will start up.
If you still have no joy then you might...
February 24, 2010 at 12:44 pm
I think this is designed behavior. It still saves the password and it can be used, just doesn't show up in there. I have that with all my packages, drove...
February 24, 2010 at 12:40 pm
BaldingLoopMan (2/24/2010)
•If server memory is <= 3 GB, set min memory to 1 GB, and max memory to server less 512 MB.
•If server memory is > 3 GB, settings...
February 24, 2010 at 11:54 am
Oh, and don't forget to check out both ends of the communication chain. I spent a good while troubleshooting something in the past just to find out it was the...
February 24, 2010 at 9:50 am
It looks like a network error. I would check your network connectivity, see if you are dropping packets. Netmon or wireshark [/url] would both be a help in packet investigation,...
February 24, 2010 at 9:37 am
if you set statistics io on and execute the query what do you get as regards scan counts and reads?
February 23, 2010 at 4:21 pm
Also, what does your execution plan look like? and io stats?
February 23, 2010 at 3:53 pm
Have you compared the execution plans between the two environments to see if they are the same? How about any hits to the disk? How hard is your hardware working...
February 23, 2010 at 1:24 pm
Viewing 15 posts - 226 through 240 (of 1,536 total)