Viewing 15 posts - 3,571 through 3,585 (of 4,745 total)
if not already done so in EM properties\security set audit level to failed logins only. This will give you more info on the error in the errorlog and the application...
June 16, 2009 at 8:11 am
Barry,
should the default database file locations have been set via the database settings in SSMS properties, your query would not be guaranteed to return the default locations for database files.
If...
June 14, 2009 at 4:39 am
...another thing, is execute as owner really necessary?
June 12, 2009 at 5:06 pm
mike.fleming (6/12/2009)
This is the error I get when I execute the SP from my script
C:\GetLocation.vbs(24, 1) Microsoft OLE DB Provider for SQL Server: Could not obtain information about Windows...
June 12, 2009 at 5:02 pm
If the default database file locations have been changed the values are stored in the registry so use xp_regread for
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\MICROSOFT SQL SERVER\MSSQL.1\MSSQLSERVER
and check the values of defaultdata and defaultlog.
If these...
June 12, 2009 at 3:19 pm
RBarryYoung (6/10/2009)
Documentation.
Now you're just being silly. 🙂
June 11, 2009 at 4:19 am
start checking fragmentation in your databases at points in time furthest from when they are rebuilt, see if you can identify any tables that become fragmented quickly and would benefit...
June 10, 2009 at 3:41 pm
dump database comes from sybase and was used in earlier versions of MSSQL, it has been deprecated but still works. Just replace word 'backup' with 'dump'
However there is no good...
June 10, 2009 at 6:57 am
problem with this sort of system is it is just as likely to be used to identify who is NOT likely to leave and therefore you can get away without...
June 10, 2009 at 6:41 am
Hey Gail, I'm finally typing faster than you 🙂
heres a thread might interest you and the gang:
http://www.sqlservercentral.com/Forums/Topic731195-1291-1.aspx
June 9, 2009 at 5:30 am
Backup and restore is a big subject, your best bet (honest) is to refer to backup database and restore database in books online and do some practicing on a test...
June 9, 2009 at 5:25 am
I might as well be first to ask, WHY do you want to use cursors as opposed to set based.?
The heavy hitters should be descending en masse on this at...
June 9, 2009 at 5:14 am
SQL Noob (6/8/2009)
in the last 9 years i've seen less than 5 tapes...
June 8, 2009 at 4:50 pm
If I may jump in and deprive Gail of a point...............(She's got plenty)
If your database data file is obviously way over sized and you you know you will never need...
June 8, 2009 at 4:42 pm
Viewing 15 posts - 3,571 through 3,585 (of 4,745 total)