Viewing 15 posts - 1 through 15 (of 18 total)
you will get this information from sys.databases view. and criteria you are looking is more related to recovery model. you can use recovery_model = 1 for your scenario.
February 17, 2009 at 1:55 pm
try to execute setspn -L and find out if you have any invalid spn;s in the active directory. get those deleted and it shoud work fine..
February 17, 2009 at 1:51 pm
The default trace files generally store information related to configuration options. it will not store any thing related to DML activities.
generally, if the table is having column with default value...
February 17, 2009 at 1:46 pm
on clusters, generally you need local admin right for SQL Server to run properly. But if you dont want to give sqlserveragents local admin rights, think of creating local group...
February 17, 2009 at 12:52 pm
use setspn -L at command prompt and see, if there is invalid SPN in active directory. Open a service call to active directory group to delete the invalid...
February 17, 2009 at 12:47 pm
you can build the synamic queries using osql utility to achieve the task.
April 13, 2005 at 1:04 am
You can choose from the following:
either SQL Profiler Trace or you can use some third party tools lke logexplorer or LogPI etc. Or you can change you C2 Audit level...
April 6, 2005 at 3:04 am
You can check the following sql also which tells about the backups.
SELECT B.NAME, ISNULL(STR(ABS(DATEDIFF(DAY, GETDATE(),
MAX(BACKUP_FINISH_DATE)))), 'NEVER') 'DAYS - THE BACKUP IS DONE' ,
ISNULL(CONVERT(CHAR(10), MAX(BACKUP_FINISH_DATE), 101), 'NEVER') 'DATE- ON WHICH...
April 6, 2005 at 2:58 am
April 6, 2005 at 2:52 am
For configuring SQL Mail, refer to the following link:
http://support.microsoft.com/kb/263556/
for Common SQL Mail Problems refer to
http://support.microsoft.com/kb/315886/
For DTS mails refer to:
http://www.sqldts.com/default.aspx?287
Thanks
April 1, 2005 at 1:20 am
you can use FTP. Its works with UNIX and Windows environment.
April 1, 2005 at 1:09 am
what you can do is give that user a right to execute sp_start_job stored procedure.
March 18, 2005 at 12:21 am
You can either try "C2 Audit" for the server or server side traces.
March 18, 2005 at 12:08 am
May be you system admins have implemented some software to apply Group policies on the server level. These errors belong to that.
March 16, 2005 at 4:02 am
your database can go in suspect mode if
1. there is power outage
2. the drive on which your log file or data file is placed, it is full
3. some missing files...
March 16, 2005 at 3:59 am
Viewing 15 posts - 1 through 15 (of 18 total)