Viewing 15 posts - 16 through 30 (of 44 total)
Sean Lange (3/8/2012)
Beginner_2008 (3/8/2012)
Sean Lange (3/8/2012)
Beginner_2008 (3/8/2012)
Thanks for the suggestions.Can anybody please provide the best alternative with an example? I am new to Database mail.
Here is a good place to...
March 8, 2012 at 9:15 am
Eugene Elutin (3/8/2012)
What about Lastname?
What about other details?
If yes to any of the above two, what you email when...
March 8, 2012 at 9:10 am
Sean Lange (3/8/2012)
Beginner_2008 (3/8/2012)
Thanks for the suggestions.Can anybody please provide the best alternative with an example? I am new to Database mail.
Here is a good place to start. http://msdn.microsoft.com/en-us/library/ms175887.aspx
Any example...
March 8, 2012 at 8:57 am
Thanks for the suggestions.
Can anybody please provide the best alternative with an example? I am new to Database mail.
March 8, 2012 at 8:16 am
Sean Lange (3/7/2012)
March 7, 2012 at 3:27 pm
Good article,
I know to view audit logs, we can right click from SSMS to the audit specification and view them if the object has made the destination to a file....
March 5, 2012 at 1:13 pm
See table 1 has
id,
firstname,
lastname,
transactionamount
table2 has
id,
fullname,
transactionamount
How to compare the firstname,lastname with fullname
And after comaprision check whether the full name is 70% of the the both firrstname and lastname.
Example:
firstname: William
lastname: John
Fullname: Wil...
November 5, 2011 at 2:22 pm
No my question is after the secondary database has gone in "Restoring" mode, how to bring to accessible mode?
Please suggest.
Thanks,
Affzal..
October 13, 2011 at 3:03 pm
tnk (10/13/2011)
October 13, 2011 at 2:07 pm
Thanks,
I used export and import wizard . but it was urgent in the time..
September 14, 2011 at 2:50 pm
you can use this dbcc command DBCC SHRINKFILE(<TransactionLogName>, 1)
or
you can do the same with management studio.
http://msdn.microsoft.com/en-us/library/ms190757.aspx
Make sure the log files are not active while you perform shrink..
August 29, 2011 at 3:28 pm
Viewing 15 posts - 16 through 30 (of 44 total)