Viewing 15 posts - 841 through 855 (of 966 total)
Right, so if you go the properties of the Execute Package Task, it will tell you what instance and the package name of the package the Execute Package Task is...
December 15, 2009 at 3:17 pm
An Execute Package Task runs a separate package from the one that you are currently in. Since it does not have arrows, it is most likely running in a separate...
December 14, 2009 at 12:37 pm
If the server you want to restore to is connected to the network, then you can copy over just the backup file(s) you want and restore to the new server,...
December 12, 2009 at 3:09 pm
I agree with Gail. There is no way to troubleshoot this without sufficient information on your environment and the queries you are troubleshooting. Please post eveything you can in order...
December 12, 2009 at 2:20 pm
You can also check the client network utility on one of your clients and ensure that it is setup to conenct properly. I believe there is an area where you...
December 11, 2009 at 1:06 am
I think I was unclear before. I apologize. The tools install you were trying to run is an msp file. It cannot be applied by itself, it needs to reference...
December 11, 2009 at 12:50 am
Install from the original media, then run SP3 again to upgrade just those components.
December 10, 2009 at 4:01 pm
There could be a lot of reasons for this. Are there any errors in the SQL log or the event logs? Any networking errors or outages at that time? If...
December 10, 2009 at 3:59 pm
It sounds like you are either writing to tempdb in the stored procedure, or the underlying views you are accessing are using tempdb in some way. Try running Profiler and...
December 10, 2009 at 3:32 pm
It may be easier to restore from a backup.
December 10, 2009 at 3:28 pm
Not sure if this is your issue, but have you checked your disk subsystem? Are there any errors reported? High disk I/O from another process or job? Also, if your...
December 10, 2009 at 3:27 pm
Have you tested it? If you run the query statement that is being assigned to @query in management studio and have the output written to a file that would probably...
December 10, 2009 at 3:16 pm
Will this not work?
SELECT RTRIM(COMMENTS) FROM <table_name>
December 10, 2009 at 2:56 pm
I am not positive, since we have Windows Firewall disabled on our clients at work and depend on a hardware firewall for traffic in and out of our organization. I...
December 10, 2009 at 12:43 pm
Is the Windows Firewall turned on? I wonder if it is blocking port 1433 from connecting.
December 8, 2009 at 12:58 pm
Viewing 15 posts - 841 through 855 (of 966 total)