Viewing 15 posts - 44,401 through 44,415 (of 49,571 total)
If ALLOW_PAGE_LOCKS is off, then SQL will not take page locks on that index. It will only take locks at the row or table level.
IF ALLOW_ROW_LOCKS is off, then SQL...
September 19, 2008 at 9:11 am
When you set up the counters you can specify which DB it's for, or specify counters for all databases overall.
September 19, 2008 at 6:58 am
Developer (as it's name implies) is licenced for development usage only. I would suggest you replace the version on the test server with dev edition and put standard edition...
September 19, 2008 at 6:57 am
jcrawf02 (9/19/2008)
September 19, 2008 at 6:49 am
In 2005 and higher the system tables are no longer visible and cannot be queried.
Objects like sysobjects, sysdepends, etc are known as compatibility views and are only included for...
September 19, 2008 at 6:48 am
It's not possible. All data modifications are logged and the log entries cannot be discarded from the log until the transaction has committed and the data pages changed by that...
September 19, 2008 at 6:46 am
Yup. sysdepends is as inaccurate as ever in 2008, and deprecated to boot. It hasn't been fixed, it's been replaced
September 19, 2008 at 5:59 am
Can you open the services manager and try to start the SQL Service. If it gives an error, please note exactly what error it gave. Also check the SQL error...
September 19, 2008 at 5:56 am
Ok, the deadlock is occurring in the procedure "dbTest.tsuser.jxc_158". It looks like both processes are running the same proc.
It looks like there's an update (line 10) (UPDATE "timesheet_cache" SET...
September 19, 2008 at 5:52 am
harsha.bhagat1 (9/19/2008)
I anybody have any dml statments that while deleting the records it does not goes into the log or the moment 1 delete is complete it should truncate the...
September 19, 2008 at 5:39 am
Ok, so if Node 1 is active you can see S drive and it has a whole directory structure, if node 2 is active you can see S drive but...
September 19, 2008 at 3:48 am
Hang on, you can see S drive from both nodes?
If so, that means that different 'drives' are getting mapped as S on the two nodes. You should be able to...
September 19, 2008 at 3:31 am
fizzleme (8/20/2007)
We do full backups on a daily basis. That is sufficient for our needs. Truncating the log was acceptable.
Then set the DB into simple recovery mode so that the...
September 19, 2008 at 3:28 am
salmanucit (9/19/2008)
Thanks ShawCan you, or anyone else explain three questions i asked?
I did. It depends on the number of rows affected by the query and the amount of lock memory...
September 19, 2008 at 3:15 am
If you log onto node 2 (remote desktop), can you see drive S in windows explorer?
If you open cluster administrator, is drive S a dependency of the SQL group (it...
September 19, 2008 at 3:07 am
Viewing 15 posts - 44,401 through 44,415 (of 49,571 total)