Viewing 15 posts - 1,111 through 1,125 (of 1,318 total)
I think you will need to do a restore with move.
restore database UMMCTEST
from disk = '[wherever your backup is held]'
with move '[your data file in the backup- probably called...
March 28, 2014 at 5:29 am
Have you added that login [yourdomain\yourusername] to the logins in SSMS?
March 26, 2014 at 3:16 am
How are you authenticating?
March 24, 2014 at 5:21 am
No, don't disable that one! Is it writing to the location that is filling up?
Is it definitely a trace? Are there any audits running (under the Security menu)?
March 21, 2014 at 9:57 am
Did it allow you to run this bit?
SELECT * FROM sys.traces
March 21, 2014 at 9:48 am
Huh. Could you post the exact error message please?
March 21, 2014 at 9:45 am
I agree; I was just saying that it is possible. Not necessarily advisable, but you can.
March 21, 2014 at 9:14 am
Under Security > Logins > [your login], what does it have under Server Roles?
March 21, 2014 at 9:08 am
You need to tell us what you mean by that because it's not clear.
March 21, 2014 at 7:38 am
Run
SELECT * FROM sys.traces
to get the trace id (in the first column).
Then, assuming that in this example your trace id is 2 (- it might not be!) stop the...
March 21, 2014 at 7:34 am
Are you talking about changing the font and the background colour, etc? If so take a look at Tools > Options > Fonts and Colors.
March 21, 2014 at 7:26 am
Are you talking about changing the font and the background colour, etc? If so take a look at Tools > Options > Fonts and Colors.
March 21, 2014 at 7:26 am
Viewing 15 posts - 1,111 through 1,125 (of 1,318 total)