Viewing 15 posts - 391 through 405 (of 629 total)
Thanks for the link.
WHen you changed the service account for your SQL Server where did you change it from?
SQL Server Configuration Manager?
or
Windows Services?
Thanks.
March 14, 2009 at 8:09 pm
Why not just use sp_send_dbmail's functionality to send the query as an attachment?
sp_send_dbmail [ [ @profile_name = ] 'profile_name' ]
[ , [ @recipients = ] 'recipients...
March 14, 2009 at 5:41 pm
Read through http://www.sqlservercentral.com/Forums/Topic675622-146-2.aspx ... there is alot in there on how to get Server back up after system dbs are lost.
March 14, 2009 at 5:37 pm
And what permision did you give it? When you try it from app does it return to you saying login failed with state information?
Mohit.
March 14, 2009 at 2:49 pm
Check the error logs to see if there are failed logins?
Check http://sqllearnings.blogspot.com/2008/10/error-18456-severity-14-login-failed.html. If there is an error 18456; that article can help you narrow down where the...
March 14, 2009 at 1:54 pm
larry Hennig (3/13/2009)
It now seems clear that I need to be prepared for a REBUILD or...
March 13, 2009 at 6:09 pm
larry Hennig (3/13/2009)
March 13, 2009 at 5:10 pm
Sorry I missunderstood a bit; if you can't even start the SQL Server you have to first rebuild you master database.
You do that with following command using the setup files...
March 13, 2009 at 4:56 pm
Does the database have FK defined? If so you can right click on the table and find the dependencies. From there you can build your script on how...
March 13, 2009 at 4:43 pm
SQL Noob (3/13/2009)
studying for 70-431 and there is a question about creating a database master key. sounds like something that will work for you
Database Master Key is used for encryption...
March 13, 2009 at 4:39 pm
You can create a SQL Login with password and grant that login access to the database. Don't grant any one access; then only people in Sysadmin and that login...
March 13, 2009 at 4:38 pm
March 13, 2009 at 4:36 pm
ohernandez (3/13/2009)
I forgot to tell that it´s happens when "reorganize index database" is running so the log is full fast (3 minutes approx.). ...
March 13, 2009 at 4:26 pm
If your setting up cluster and the main hdd on active node failed it will automatically failover to passive node because it will fail the heartbeat check. You don't...
March 13, 2009 at 4:10 pm
Viewing 15 posts - 391 through 405 (of 629 total)