Viewing 15 posts - 31 through 45 (of 74 total)
Are you using any third party tool to take backup?
February 18, 2012 at 3:32 am
dbapt605 (2/17/2012)
February 17, 2012 at 12:00 pm
both are totally different, Drop removes the object from database and truncate just deallocates the data pages but retains the definition.
February 17, 2012 at 11:55 am
clearing in the sense what truncate or delete? and it wont allow to clear while other users are accessing the table simultaneously.
February 17, 2012 at 11:35 am
thanks, this is very useful in training program.
February 17, 2012 at 11:32 am
February 17, 2012 at 11:29 am
Try to recall all possible password because there is no other way in sql to find out the passord.. else contact some third party tool to recover the pswd.
February 17, 2012 at 11:17 am
gantavasu (2/17/2012)
How to fix the orphaned users problem in sql server 2008.
Have a look on this article.
February 17, 2012 at 8:41 am
Is this full error message? try with restoring the trn file manually and check if you get any error message.
February 16, 2012 at 8:12 am
Check this article for more details.
http://www.sqldbops.com/2010/05/token-based-server-access-validation.html
February 16, 2012 at 8:06 am
This is a login failure error. your windows login might not be added in Sql server login. as this is windows 2008 server try to open SSMS with run as...
February 16, 2012 at 7:51 am
Please provide your query execution plan for better analysis.
February 16, 2012 at 3:28 am
I never seen this type of difference by changing the resultset view.
which report you are fatching first txt or grid ?
February 16, 2012 at 3:21 am
try to find host name of correspinding session_id in below dmv
sys.dm_exec_connections, sys.dm_exec_sessions
February 16, 2012 at 2:16 am
Viewing 15 posts - 31 through 45 (of 74 total)