Viewing 15 posts - 376 through 390 (of 1,335 total)
Check for firewall and login timeout properties. Are you able to login successfully to the target linked server machine using SSMS from the clinet machine.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:33 am
Ok is the account running the agent service and the id that you are logged in are they same. Jsut try with that i have did it that way and...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:32 am
The user should have necessary permissions in tempdb. Always grant users especially application owners dbo rights in tempdb as the might use temporary tables etc.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:18 am
Leave it to the default of 255 unless you find the number of connections going beyond taht.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:16 am
Just include xtype='P' alone so that you can limit the search in the system table.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:15 am
It should be a permission issue as told by rubes give necessary permissions and check if you are able to
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:13 am
ok thanks
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 6:12 am
Crispin, He says that 32Gb of RAM is available and 30GB has been set to SQL server out of which 26 is being used and around 3GB is not.
If...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 5:59 am
I am sure that the data will be read from and written to cache and particularly if the database runs in full recovery mode where the data is not written...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 5:50 am
You need to check the client configuration properties of sql server. This can be done using typing cliconfg in run command. Then do the necessary property cahnge.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 5:44 am
Always make this a point to run the script above after you restore a database from another server so that orphan ids gets fixed.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 5:41 am
Have you restarted SQL Server services. Just restart both the services. Then try to map the profile to your agent service.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 5:38 am
Have you set remote connections to on. Is named pipes protocol enabled in your server. By default named pipes is disabled in sql server 2005.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 5:32 am
Your full database restore should ahve been with norecovery clause i hope you have missed that and the database has already become online. You need to redo the restoration of...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 2:51 am
cross post!!!!!!!!!!!
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 24, 2007 at 2:51 am
Viewing 15 posts - 376 through 390 (of 1,335 total)