Viewing 15 posts - 286 through 300 (of 620 total)
Raghavender (4/13/2010)
Here, if any user dont have any database roles but it has select permissions on some tables and execute permissions on some stored procedures...How to retrive that information ?
Run...
April 13, 2010 at 8:56 am
Fair enough.
You shoould be aware though that having a logfile shrink, grow, shrik, grow like this will eventually see it fragmented all over your disk leading to long io's.
April 13, 2010 at 8:52 am
You can also try this one, quite uesful for SQL accounts as copies out the sid and the hashed password.
Doesnt do server roles though.
April 13, 2010 at 4:48 am
You need the specific oracle version driver to setup an odbc source on your SQL server.
We have 10g and i found that the only connector that would work was the...
April 13, 2010 at 4:41 am
abemby (4/13/2010)
Cheerios_log: this is the physical file name of the log file
Basic idea
change the db recovery mode to simple
clear log
...
April 13, 2010 at 3:36 am
Ivanna Noh (4/12/2010)
We have a mirrored database in production which is reindexed once a week - the reindexing causes...
April 13, 2010 at 3:27 am
Thanks Lynn,
We sit 4 feet from each other. Just playin silly-buggers 😉
April 12, 2010 at 8:43 am
dallas13 (4/9/2010)
I have SQL Server and Agent running fine since years on sql 2005 X64 bit. all my jobs delivers emails once the job completes successfully. All...
April 12, 2010 at 8:38 am
jasonmorris (4/12/2010)
Hears mirror shatter.
Sorry, what do you mean?
April 12, 2010 at 8:05 am
Well you would look at what queries are going on while or just before the log grows and then you would just have to analys those queries (there cant be...
April 12, 2010 at 6:55 am
Your welcome. Hope its clearer now.
April 12, 2010 at 6:46 am
Track down in Resources when the log grew (using point-in-time) and then using the point-in-time, go to sessions and look at what was running.
April 12, 2010 at 6:26 am
If by chain you mean actual tape backups, thats down to your retention policies. As far as SQL is concerned, once you go through a db and log backup cycle,...
April 12, 2010 at 6:22 am
Though i would imagine that wouldnt be desirable if you used mirroring, like we do.
April 12, 2010 at 6:06 am
Idera has a really great tool for tracking this stuff. Its called Diagnostic Manager:
http://www.idera.com/Products/SQL-Server/SQL-diagnostic-manager/
April 12, 2010 at 5:36 am
Viewing 15 posts - 286 through 300 (of 620 total)