Viewing 15 posts - 4,996 through 5,010 (of 6,395 total)
k.subramanyam1017 (5/21/2012)
Hi Friend3)The third question answer you given 3! what is that i dont know that pls explain me difference of installation of sql2005 and 2008.
2005...
May 21, 2012 at 7:28 am
what commands did you use to move the system databases? also is it SQL 2000/2005/2008/2008R2
May 21, 2012 at 5:55 am
to add on from John's comment
or restore the db to a different name and use something like SQL Compare to see what the vendor has changed
May 21, 2012 at 4:45 am
Robin Sasson (5/21/2012)
k.subramanyam1017 (5/21/2012)
could u please any one tell me the these questions
1) what is your company file architecture and how much data u r...
May 21, 2012 at 2:42 am
Care to share the solution incase someone else has the same issue?
May 21, 2012 at 1:18 am
anti virus blocking mass mail worms? or databasemail.exe?
firewall blocking port 25?
authentication issues?
SMTP server not set to allow you to send SMTP mail? (in exchange, you need to add the...
May 18, 2012 at 1:43 am
data types?
error messages?
what expressions have you tried so far?
May 17, 2012 at 8:51 am
No, as an index rebuild is a fully logged operation so it logs the same amount in Full or Bulk-Logged so there is no difference
May 17, 2012 at 8:29 am
Unsure if you will see the alter index, I would of said you would see restore database or restore log as its restoring the log, it just so happens that...
May 17, 2012 at 7:58 am
secondary server is generally in norecovery mode so no users, so no load on the database so can usually do things quicker as its not serving user requests
May 17, 2012 at 7:53 am
Yes, the index rebuild is logged to the transaction log and therefore replayed on the subsequent restore.
May 17, 2012 at 7:45 am
your using impersonation then, this is out of my skill set now, if the data source the report uses is set to use that particular SSRS_Virtual account then something is...
May 17, 2012 at 7:28 am
just so happens that in a previous role I was tasked with doing just that so I went for PS
This was my script (changed to prevent servername and databasename from...
May 17, 2012 at 7:17 am
data source been redeployed, check the data source is still set to use the SSRS_Virtual account
May 17, 2012 at 7:12 am
Viewing 15 posts - 4,996 through 5,010 (of 6,395 total)