Viewing 15 posts - 1,006 through 1,020 (of 1,790 total)
Jeff Moden (12/24/2008)
...or just ignoring them or hitting them with some "tough love" pork chops.
I want to know where I can find those!
December 24, 2008 at 11:06 am
Yes, look search the web for the stored procedure sp_help_revlogin. That will get you everything you need to script out the logins. That should work fine on 2005 as well.
December 24, 2008 at 10:50 am
What happens when you do a restore database Test with recovery?
December 24, 2008 at 10:47 am
Are you looking for free space in the data file or are you looking for free space on the disk?
December 24, 2008 at 7:44 am
Does this link help? http://www.sqlservercentral.com/scripts/Backup+/+Restore/31640/
December 24, 2008 at 7:41 am
Well, I would recommend trying to a lower version of SQL Server and / or a database created on 2008 and set with a lower compatibility level. Just a thought....
December 24, 2008 at 7:31 am
What version of Access? Curious if you were to try this against a database server less than 2008 to see what would happen. You could always take the database and...
December 24, 2008 at 7:21 am
I guess the thing that bothers me the most in all of this is that many of the people that reply to these posts do so in a way that...
December 24, 2008 at 6:46 am
When are you getting this error? Was the upsizing process successful?
December 24, 2008 at 6:39 am
Being that you are 2005 you should look at using sp_send_dbmail. The parameters @attach_query_results_as_file and @query are the key ones you are going to need.
Post with any problems or...
December 24, 2008 at 6:32 am
This is a permissions problem. You should check with the person who manages the security for the database in question to validate that you have the appropriate permissions required to...
December 23, 2008 at 11:32 pm
Lee - Is this a "what if" question or did this really happen? If you are concerned that you may have a corrupted database and that the database backup you...
December 23, 2008 at 11:28 pm
The white paper at this link is where you want to start your research - http://www.microsoft.com/technet/prodtechnol/sql/2005/tsprfprb.mspx
Please post with any specific questions that come from your reading and investigation.
Hope this...
December 23, 2008 at 11:24 pm
sp_who2 is the command you want to run and it should provide all the information you need.
December 23, 2008 at 11:22 pm
I agree and the post that I referenced discusses these concerns openly.
Marker - Please make sure you read the rest of the post that I referenced to ensure that...
December 23, 2008 at 3:02 pm
Viewing 15 posts - 1,006 through 1,020 (of 1,790 total)