Viewing 15 posts - 31 through 45 (of 1,291 total)
Just to get a clear picture, what is that you are trying to do from Maintenance Plan?
You can set the flow of a maintenance plan in such a way...
February 7, 2012 at 12:28 pm
Yes, I too would assume there is an issue due to port number. Try changing it to a newer value and restart the SQLExpress instance.
February 7, 2012 at 12:22 pm
No, it will not have any multiple occurrences. It will execute the next time it is supposed to execute (after the current execution is completed)..
Let's say the execution started at...
February 7, 2012 at 12:20 pm
As mentioned by previous user, did you disable firewall and test..
February 7, 2012 at 10:55 am
Are you connecting from SSMS?
SSIS is not instance specific, so try connecting to the SSIS Instance without the \Instance name, just give the server name and try..
February 7, 2012 at 8:57 am
It is recommended to have a Clustered Index on all tables (except where there are very few rows)..
So I would not want to drop those clustered indexes.. If you have...
February 7, 2012 at 8:51 am
SKYBVI (2/7/2012)
Maybe because of windows firewall blocking the application.YOu can try to disable windows firewall for the particular application and then check it.
Regards
Skybvi
I would recommend that idea, just to make...
February 7, 2012 at 8:45 am
What about named pipes? have you enabled that?
Alternately have you tried logging to that instance using IPAddress\Instance name..
February 7, 2012 at 8:43 am
Read one of my articles here .. http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/[/url]
Just filter only that table(s) you would want..
February 7, 2012 at 8:41 am
From the OP's message, what I see is the data from the client machines needs to be updated on the server, which would be possible using Merge Replication (necessary care...
February 7, 2012 at 8:36 am
Without SQL Agent, your only option is to execute the SSIS packages manually, which will be fine to do it once or twice, but that would most likely not how...
February 7, 2012 at 8:29 am
PAH-440118 (2/7/2012)
Do the like of LiteSpeed give any benefits over this?
If I am not wrong, LiteSpeed has an option to restore a single object from a backup, though SQL...
February 7, 2012 at 8:23 am
I am sure with LiteSpeed or Other backup compression tools, you can backup to tape (to go with your current choice of tape backups) and at the same time you...
February 7, 2012 at 8:21 am
Look in SQL Server Surface Area Configuration. Connect by Instance and see the property for Remote connections. see if the option is set to Local and remote connections?
I am not...
February 7, 2012 at 8:18 am
Viewing 15 posts - 31 through 45 (of 1,291 total)