Viewing 15 posts - 196 through 210 (of 617 total)
I'm not 100% certain but I believe its going to be pretty much the same either way. The restore has to write both files so I imagine that if...
May 21, 2012 at 2:04 pm
If you are using "results to text" the output will be between the 3rd and 4th "(1 row(s) affected)" .
I'm adding a SET NOCOUNT ON to the top of the...
May 18, 2012 at 2:27 pm
Actually in this case those are privlages we allow our developers anyway. This is just a group that hadn't ever worked on these particular SQL Servers so they didn't...
May 7, 2012 at 9:33 am
I ended up granting "View server state" and "View any definition" to the user and that fixed the problem. I'm not sure which of them did it, but I'm...
May 4, 2012 at 1:34 pm
Unfortunatly its a slightly different problem. My user can't even open the Management node without getting the error "The user does not have permission to perform this action." ...
May 1, 2012 at 1:30 pm
I've dropped both the trigger and the only unique index. Still no luck.
April 22, 2012 at 1:35 am
Just the one table. I even created an exact duplicate, indexes, triggers, data everything and didn't get the same error.
April 21, 2012 at 11:54 pm
I had a problem getting the patch for SQL Server 2008 to run. I wrote up the process Microsoft used to get me running again here:
http://www.sqlservercentral.com/Forums/Topic1262389-391-4.aspx
You might consider...
April 20, 2012 at 3:21 pm
After about an hour on the phone with a Microsoft tech they solved it for me. It turns out that it is the same error mentioned in the above...
April 18, 2012 at 3:20 pm
Thats what I was remembering, thanks! Unfortunatly it looks like that is for database compression, not backup compression.
Thanks anyway though 🙂
April 13, 2012 at 2:44 pm
It's a good idea Jason and one I may actually use. I thought I remembered a DMF that actually calculated the compression savings ahead of time, without having to...
April 13, 2012 at 1:42 pm
carmellabanker (3/26/2012)
(Right) So, this is 2008, not 2008 R2?Website solution | Web development Company | Web application
Yes this is 2008, not 2008 R2.
March 26, 2012 at 6:37 am
THE-FHA (3/26/2012)
try using the extract command you use when setting up SQL the slipstream way.program.exe /x:C:\SP3
please make sure you have precreated a directory called SP3 on c:\ drive.
I've already extracted...
March 26, 2012 at 6:36 am
Lynn Pettis (3/25/2012)
Be sure to check all the log files. You may find something in one that points to the problem.
I've checked all of the logs I know of,...
March 26, 2012 at 6:34 am
Well I have now tried running sqlsupport.msi from the patch, but that didn't make a difference. I then tried uninstalling sql support, that that didn't help either. And...
March 25, 2012 at 10:39 am
Viewing 15 posts - 196 through 210 (of 617 total)