Viewing 15 posts - 121 through 135 (of 9,641 total)
It certainly seems to me that you are experiencing a permissions issue where Network Service does not have permission to access the database server. You should have failed login...
March 22, 2016 at 1:53 pm
ramana3327 (3/21/2016)
Report server cannot open a connection to the report server database. A connection to the database is ...
March 22, 2016 at 1:03 pm
On personal note, my 17 year old daughter, is the NH State Champion for Poetry Out Loud[/url]. She gets a trip to Washington D.C. for the national competition...
March 22, 2016 at 8:18 am
SQLRNNR (3/22/2016)
Koen Verbeeck (3/22/2016)
In case you're wondering, I'm fine. I didn't have to be in Brussels today, so I avoided all of the commotion...
Had to look up what happened. It's...
March 22, 2016 at 8:16 am
Alan.B (3/21/2016)
March 21, 2016 at 8:13 am
ramana3327 (3/16/2016)
Are you talking...
March 17, 2016 at 7:09 am
Are the SSRS service and the ReportServer database(s) on the same server?
Are there any errors in the SQL Server Log or failed Login messages?
How are the databases being backed up?
Are...
March 16, 2016 at 2:34 pm
Caveat, I don't know Oracle at all, but I found this thread which may have something for you to try, http://www.sqlservercentral.com/Forums/Topic1052699-391-1.aspx
March 16, 2016 at 9:44 am
Can you do a CAST() of the ALPHA to CHAR\VARCHAR in the query? I honestly had never heard of the ALPHA type until reading this post. Doesn't even...
March 16, 2016 at 9:32 am
Hugo Kornelis (3/15/2016)
In the future, please keep questions on the same issue in the same...
March 16, 2016 at 6:05 am
I did some playing around on my local instance. First I set msdb to read-only in SQL Server and SQL Agent wouldn't start. Then I set it back...
March 15, 2016 at 12:24 pm
Since I replied on the other thread for this issue because I never saw this one, I'll reply here.
The permissions issue is going to be a problem because sp_executesql creates...
March 15, 2016 at 10:50 am
Do you have the database code in source control? Do you have any kind of build server (msbuild, jenkins, ...)? If both are ture you should be able...
March 15, 2016 at 10:00 am
GilaMonster (3/15/2016)
alno (3/14/2016)
You guys wouldn't happen to know if turning it off requires a SQL restart
Before you turn it off, make sure it isn't required by your company's audit or...
March 15, 2016 at 9:58 am
It will execute in order. The optimizer can re-order joins based on a better plan but it doesn't re-order batches.
March 15, 2016 at 9:56 am
Viewing 15 posts - 121 through 135 (of 9,641 total)