Viewing 15 posts - 5,866 through 5,880 (of 6,395 total)
sejal p gudhka (2/22/2012)
I have a automated script that does Shrinking of the log files in the database. I am not able to understand the logic on how it...
February 22, 2012 at 1:26 am
sengeet86 (2/21/2012)
this article may help you.
http://sql-articles.com/articles/troubleshooting/troubleshooting-login-failed-error-18456/
yep i've looked through that already
as its state 11 the login can login but nothing after that, the only thing I can think of is...
February 22, 2012 at 12:57 am
if its not 1433 then it must be a named instance, so you will need to enable browser or use the named instance port number to connect
February 21, 2012 at 8:55 am
to add
there are no windows scheduled tasks, no linked servers, no ssis packages which span nodes in the cluster except for the management data warehouse data collectors, but this was...
February 21, 2012 at 8:44 am
is it a named instance? is the sql browser service started? can you connect by specifing the port on ssms
eg server\instance,1433
February 21, 2012 at 8:35 am
vijay82 (2/21/2012)
when telnet smtpserver am getting as could not open connection to the host on port 25:connect failed
anthony.green (2/21/2012)
February 21, 2012 at 7:51 am
have you checked SMTP server is allowing your SQL server to send mail - speak to your email administrator, if using MS Exchange, SMTP Mail Relay requires the IP of...
February 21, 2012 at 7:43 am
viduvs (2/21/2012)
Let's say I have 4 SQL Server R2 Std per processor licenses with...
February 21, 2012 at 7:18 am
In the licencing quick reference you can only move running instances of Enterprise or Data Centre so Standard has to be static on one server and cannot move across the...
February 21, 2012 at 6:43 am
please check this link out
http://msdn.microsoft.com/en-us/library/ms175840%28v=sql.90%29.aspx
February 21, 2012 at 6:20 am
anthony.green (2/21/2012)
are you using Exchange? has the servers IP been granted the nessesary access on the...
February 21, 2012 at 6:08 am
SQLKnowItAll (2/21/2012)
Sachin Nandanwar (2/21/2012)
sp_change_users_login is going to be deprecated
Yes, but this is a 2008 forum and we should still use the tools given to us for the time being. I...
February 21, 2012 at 5:58 am
yes that is correct
sp_msforeachdb will execute the query depending on the number of databases you have, so if you have 5 databases it runs the query 5 times.
strange how you...
February 21, 2012 at 5:56 am
Viewing 15 posts - 5,866 through 5,880 (of 6,395 total)