Viewing 15 posts - 556 through 570 (of 860 total)
Hi,
What are you trying to do here? You cannot backup tempdb database.
March 17, 2009 at 5:58 am
That's pretty strange, before replying to your scenario I made a test set up with 2 minutes latency and checked all the tables, I was able to get the info...
March 16, 2009 at 10:57 pm
eashoori (3/12/2009)
March 16, 2009 at 6:51 pm
SQL Noob (3/13/2009)
situation is you do full backups on the weekend, diffs on the weekdays and log backups every hour...
March 16, 2009 at 6:48 pm
TRACEY (3/16/2009)
The schema is set to dbo.
So still you can't delete the login? Did you query sys.database_principals and look at what schemas does this login own?
March 16, 2009 at 6:25 pm
Yepp, Why don't you use the GUI shipped with SQL 2005 itself if you are doing it just for one.
March 16, 2009 at 6:01 pm
Well done!, you should be proud of yourself. and all the best for your MCITP. Please feel free to post any doubts you have when you are preparing we would...
March 16, 2009 at 5:50 pm
Do not put Autoupdate stats ON, it does affect your database performance. I would prefer running a job to update statistics now and then after analyzing the data.
March 16, 2009 at 5:46 pm
TRACEY (3/16/2009)
This user is mapped to a database and schema owner dbo and database role is db_owner.
User couldn't connect so i tried to delete this and...
March 16, 2009 at 5:39 pm
MichaelJasson (3/13/2009)
On one server I am getting System Processor Queue Length and sql connection issue continuously. To resolve this I increased the 'maximum workers thread'...
March 16, 2009 at 5:27 pm
If you query msdb..jobhistory table it should show you what databases have been backed up by the agent?
March 16, 2009 at 5:16 pm
y.koteswarrao (3/16/2009)
Hicould any let me know how to configure the standby database
Regards
Koteswar Rao.Y
You really need to let us know what your requirements of your offsite server or your...
March 16, 2009 at 4:33 pm
Also, I would want to add on this after looking at the code. For your large tables,The Fillfactor is 90%, I take it your are defragging them frequently. If you...
March 16, 2009 at 4:17 pm
Error is clear you dont have the database "Sharepoint_admin...." databse present under sys.databases catalog view. MAke sure the database exists before querying it through the command.
March 16, 2009 at 3:52 pm
nikhil.verma (3/16/2009)
Can anyone please tel me the exact difference in simple and full recovery models ( from the architectural point of view) . Say if i running DML operations...
March 16, 2009 at 3:27 pm
Viewing 15 posts - 556 through 570 (of 860 total)