Viewing 15 posts - 43,096 through 43,110 (of 49,571 total)
I'd suggest disabling the sa account
November 18, 2008 at 7:11 pm
J (11/17/2008)
I have always found your writings very interesting.
Regarding your solution, it is not immediately clear how your suggestion works in terms of being less susceptible to attack. Would...
November 18, 2008 at 7:06 pm
How about
SELECT * FROM sysusers where name = 'sys'
November 18, 2008 at 6:52 pm
On 2005, not easily. You can create an indexed view and put a unique clustered index on that, or you can define a calculated column and put the constraint on...
November 17, 2008 at 12:12 am
Maybe.
The database backup backed up data as it finds it on disk. Once it's done that, it backs up enough of the transaction log to ensure that the database can...
November 17, 2008 at 12:09 am
What wait type are you seeing on the queries when they run long?
November 17, 2008 at 12:05 am
anam (11/16/2008)
Hi GailI tried with query you gave me but it didn't work. the error message i get is
The message is pretty self explanatory. SQL can't take a log backup...
November 16, 2008 at 11:56 pm
binu.ma (11/16/2008)
Kinldy help me.
Already have.
If you completely disable mirroring, you will have to restart it from scratch, with a restore of a full backup.
November 16, 2008 at 11:51 pm
If you completely disable mirroring, you will have to restart it from scratch, with a restore of a full backup.
Why did you need to check the mirrored DB? It...
November 16, 2008 at 11:08 pm
Why do you want to manage locking in the app?
SQL takes locks automatically in the required mode and with the best possible granularity for each statement, nad it will release...
November 16, 2008 at 10:57 pm
I'm not sure I understand you. Have you stopped mirroring or are you planning to. First post said you had, second said you needed to do it. If you have...
November 16, 2008 at 10:50 pm
Did you pause the mirroring session, or did you completely disable mirroring?
If you look at the servers in management studio's object explorer, do the database still mirrored and principal/mirror?
November 16, 2008 at 10:33 pm
Someone tried to log into the SQL server and requested the database ASPState to be the default database. The ogin failed because the DB is inaccessible, or it doesn't exist
November 16, 2008 at 10:30 pm
Reindex again with a higher fill factor. Do you have a reason for wanting the data pages to be only 40% full after the reindex?
November 16, 2008 at 10:26 pm
Viewing 15 posts - 43,096 through 43,110 (of 49,571 total)