Viewing 15 posts - 631 through 645 (of 1,138 total)
Stuart Davies (9/21/2009)
I've updated the stats and this reduces the value to be nearer zero but still a lrage negative value.
dbcc sqlperf(logspace) gives :
DB ...
September 21, 2009 at 3:24 am
have you updated the usage for this database, I have seen similiar in the past where the stats/usage returned are totally out of sync.
what does dbcc loginfo and dbcc sqlperf(logspace)...
September 21, 2009 at 3:06 am
That was an update to the site, to fix duplicate names, the original owner kept the name, everyone else with the same name, had a number added to the end...
September 21, 2009 at 2:37 am
Looks ok, is reporting services working ok?
September 21, 2009 at 1:18 am
gmamata7 (9/19/2009)
We have a Separate Dedicated Drive (T:\) for TempDb on SAN. Both tempDb.mdf & tempDblog.ldf are on Drive T:
Is this correct configuration OR still I need to place TemDblog.ldf...
September 21, 2009 at 1:16 am
If you right click on the database select properties, look at permissions. you will see the user that you granted the select permission to.
if you click on that user, then...
September 21, 2009 at 1:04 am
how did you test it, remember that allocating permissions this way, it will not show correctly in the GUI. but the permissions would have been allocated
September 21, 2009 at 12:57 am
Melton (9/20/2009)
September 21, 2009 at 12:55 am
Electrix (9/21/2009)
September 21, 2009 at 12:49 am
There are better ways of doing it but
USE [databasename]
GO
GRANT SELECT TO [username]
try that and let me know if that works for you.
September 21, 2009 at 12:47 am
charipg (9/20/2009)
jobs have failed because of maintainance window.what will i do?
shall i wait for next run or restart the job?
Can you post the error and maybe what the job is...
September 21, 2009 at 12:44 am
Jeff has a valid point.
How much space is left on the drive that tempdb is on. and what is the size of the tempdb database.
September 21, 2009 at 12:42 am
charipg (9/21/2009)
how to provide the execute permissions to the stored procedures and select, update, delete rights on the tables to a perticular user?
As mentioned before in previous posts.
GRANT EXECUTE...
September 21, 2009 at 12:36 am
Jess-321561 (9/18/2009)
Thanks for the response. Can I remove this job?
I would leave it there, it is there for a purpose in case you ever use policies, which is an integral...
September 18, 2009 at 9:37 am
shivani.suri2 (9/18/2009)
I have some queries regarding auditing in SQL Server 2008.
These are:
1. What is the difference between auditing with SQL trace and auditing with SQL Server Audit feature?
2. Are audit...
September 18, 2009 at 9:33 am
Viewing 15 posts - 631 through 645 (of 1,138 total)