Viewing 15 posts - 5,401 through 5,415 (of 6,395 total)
are you using compressed backups?
how much free space is in the MDF file? run the below SQL it will loop through all DB's giving used and free space
DECLARE @sql...
March 28, 2012 at 1:27 am
what is the error in the windows application event log?
March 28, 2012 at 1:24 am
just to throw this one into the mix as well. are you generating these file paths by the use of expressions? if so you need to do a...
March 28, 2012 at 1:17 am
unsure on the oracle part as dont use it but I would think you need two execute sql tasks one which points to the oracle connection manager, the other to...
March 28, 2012 at 1:09 am
answered one way of doing it
in the address bar, type about:config, find network.automatic-ntlm-auth.trusted-uris, doubleclick, type localhost, then enter, works great on the local machine.
now is there a global setting somewhere
March 27, 2012 at 9:01 am
GSquared (3/27/2012)
Stefan Krzywicki (3/27/2012)
March 27, 2012 at 8:48 am
i know this is a bit extreme but have you uninstalled and reinstalled SSRS?
March 27, 2012 at 7:22 am
i would re-run the config manager and see what that does. I dont have SSRS 2005 as we are fully 2008 and the config shows http://+:80 for both my...
March 27, 2012 at 5:05 am
im not saying that its NOT express SSMS, it might well be express SSMS, i'm just saying I dont know how you check that the version of SSMS was installed...
March 27, 2012 at 5:00 am
10.0.2531 means its SQL2008 SP1, unsure how you check that SSMS is installed via Express with Advanced Tools or another media.
Are you able to RDP to the server and run...
March 27, 2012 at 4:53 am
also if you dont know something, tell them you dont know.
as an interviewer I like the honesty as I always check the answers interviewie give to me if it is...
March 27, 2012 at 4:49 am
they live in memory for the scope of the transaction, they are not created in a database
March 27, 2012 at 4:41 am
Viewing 15 posts - 5,401 through 5,415 (of 6,395 total)