Viewing 15 posts - 136 through 150 (of 201 total)
thanks everyone,
I got it ...you can use this in a job to send mail, once database mail is configured in sql 2005!!
use msdb
EXEC msdb.dbo.sp_send_dbmail
@recipients=N'test@test.com',
@body= 'Test Email Body',
@subject = 'Test...
July 17, 2008 at 4:10 am
Thanks think I got it ๐
Hereโs a script, for killing a SPIDs against a particular database, here am using BIN as the database.
We have to change the name of...
July 17, 2008 at 3:15 am
Thanks think I got it ๐
Hereโs a script, for killing a SPIDs against a particular database, here am using BIN as the database.
We have to change the name of...
July 17, 2008 at 3:14 am
Thanks got it ๐
Hereโs a script, for killing a SPIDs against a particular database, here am using BIN as the database.
We have to change the name of the...
July 17, 2008 at 3:13 am
Hi,
thanks for the prompt response!
Its a test server, and the users are testing the data. So on a daily basis we need to restore.
From sysprocess? ok...but we just need to...
July 17, 2008 at 1:25 am
Hi,
ok thats good idea, but how do you identify the spid against the database and kill it?
Do you have any script for that?
thanks
๐
July 17, 2008 at 1:04 am
Just a tip ::)
When SQL Server is installed the setup program creates tempdb database. Tempdb is a system database used by SQL Server to store temporary tables and temporary stored...
July 17, 2008 at 1:01 am
Hi,
I was about to automate a restore process though a job to be scheduled on a daily basis.
But I have a doubt in that, the job would be running...
July 17, 2008 at 12:43 am
thanks for the supporting info, let me try..
July 16, 2008 at 11:17 pm
thanks, Wayne for the valuable information!!
July 16, 2008 at 10:30 pm
thank you..got your email and downloaded it..!!
July 16, 2008 at 6:06 am
thanks alot! let me search the web. Appreciate if you could also email it to: rinugp@gmail.com..:)
July 16, 2008 at 5:42 am
Viewing 15 posts - 136 through 150 (of 201 total)