Viewing 15 posts - 46 through 60 (of 192 total)
For those of us who cannot restart the sql service to make this happen here is how I got this done:
Detatch database
Move files to new folder which you will...
October 3, 2008 at 12:26 pm
AndrewSQLDBA (9/9/2008)
That is not that odd. Sometime you have to have connection string accounts like that.
It is much better to use Active Directory account, but I like using SQL...
September 9, 2008 at 9:33 pm
So I haven't done this, but I imagine you could set up a directories like these:
d:\SqlInstances\InstanceN\Data
d:\SqlInstances\InstanceN\Logs
d:\SqlInstances\InstanceN\System
d:\SqlInstances\InstanceN\Install
Then create mount points in each one that point to your actual san devices -...
August 27, 2008 at 12:24 pm
August 27, 2008 at 12:03 pm
In the security tab, find your login and look at user mapping. Make sure you have rights for the database you are trying to get to.
Since it...
August 27, 2008 at 11:44 am
DB Mail needs these three pre requisites:
Enabled in sql SAC
Service borker enabled in the msdb
SQL Server service account needs access to SMTP if it requires auth
But you've probably checked all...
August 27, 2008 at 11:34 am
Do you need to enable anonymous access in IIS?
August 27, 2008 at 10:29 am
The job runs fine for YOU, but not for the account that is running the job. This should be whatever account is running sqlagent.
Sometimes I'll log on...
August 27, 2008 at 10:24 am
Maybe this helps?
http://chopeen.blogspot.com/2006/09/remote-query-timeout.html
August 27, 2008 at 10:18 am
It is not a good procedure to expose your SQL server to the internet. If you are doing so, it would be a good idea to have a firewall...
August 27, 2008 at 10:10 am
Chandu (8/27/2008)
August 27, 2008 at 10:06 am
I logged into the server this morning, and everything seems to be running ok. In other words, SQL server queries are running fast, and RDC is running at normal speed...
August 27, 2008 at 9:53 am
Just for my own information, why did you choose 7168 as the maximum server memory?
7168MB / 1024 = 7GB
You should have at least 1GB for the OS. Gila...
August 27, 2008 at 9:07 am
You can have 2 different instances - but not 2008 I think.
August 26, 2008 at 3:22 pm
Viewing 15 posts - 46 through 60 (of 192 total)