Viewing 15 posts - 31 through 45 (of 815 total)
contact your network team and tell them to open the port on this server.
August 23, 2012 at 3:08 am
try to do the telnet with sqlip sqlportnumber.
Is it responding from both machine?
August 23, 2012 at 2:43 am
not sure what kind of job is that and how many steps in it but as all the job and steps will be in msdb database, you can create one...
August 23, 2012 at 2:25 am
When i logged in NODE1 & open SSMS connecting through HEARTBEAT instance name, connecting fine but when i tried to connect through IP not able to connecting and i tried...
August 23, 2012 at 2:17 am
two option
1) Make your database offline, and whoever shouts of "connection error" is the source.
2) In profile, put the object id/name which is related to your database and is being...
August 23, 2012 at 2:10 am
try to connect with ip and portnumber.
Also check on the actual SQL server,
either TCP/IP and any other required protocol is enabled for sql server or not.
August 23, 2012 at 1:51 am
declare a global variable and update the value in that variable at start of the package. Use the same variable in all steps.
August 23, 2012 at 1:46 am
There is limited space so restoring the database to the new R2 instance is out of the question. Do you know issues or concerns with detaching and reattach the db...
August 23, 2012 at 1:44 am
The quickest way will be re-configure the replication for the specified database.
August 23, 2012 at 12:29 am
if your datafiles are equal in space then data will be spread almost equally. The different will not be mush to cry out for.
July 16, 2012 at 2:53 am
Thanks for the lovely script.
I customised it with rebuild for more than 30% and reorg for more than 50% and only for those where page count is > 50. All...
July 10, 2012 at 4:39 am
there is a report that you can run that till tell you who last changed the stored procedure and when. from ssms navigate to your database, right mouse click on...
July 10, 2012 at 4:18 am
its because, sql not able to understand
alter database @databasename set recovery simple
in your code.
If you put this in some variable, like I did in @sql and...
July 10, 2012 at 4:15 am
I think the error is here
Error string: OLE DB provider 'MSDASQL' reported an error. Error source: Microsoft OLE...
July 10, 2012 at 4:08 am
Viewing 15 posts - 31 through 45 (of 815 total)