Viewing 7 posts - 16 through 23 (of 23 total)
hi sasidhar,
your code is correct.
have you configured database mail in sql server.
EXEC msdb.dbo.sp_send_dbmail
@recipients='avinash@abc.com', ---where abc is the domain
@profile_name ='avinash', --avinash is...
February 8, 2011 at 10:00 am
hi,
execute as user='guest'
select * from dbo.guesttable
This will show that the select permission is denied for the user guest.
February 8, 2011 at 8:22 am
one option is to take the profiler output to tables directly while creating a trace file
and if suppose you have taken the trace output to a .trc file you can...
February 8, 2011 at 7:51 am
hi shanila,
i think you are using the sql server default instance, right. if so,
your system administrators might have changed the server name after installing the sql server.
you can check it...
February 8, 2011 at 7:36 am
when you use sp_detach_db your database will be shutdown cleanly by the sql server. or else you can use shutdown transact sql to shutdown the database.
February 8, 2011 at 4:38 am
yeah glia,
you are right, we need to use create database statement to attach a file instead of sp_attach_db but i just gave this option as an option for now. any...
February 8, 2011 at 4:23 am
hi,
you have a suspect database, right.
1. the prefered way is to restore it from backup you have taken,
2. if you have taken the ldf and mdf files backup while the...
February 8, 2011 at 3:57 am
Viewing 7 posts - 16 through 23 (of 23 total)