Viewing 15 posts - 1,546 through 1,560 (of 6,105 total)
As indicated by the KB article, this sort of solution isn't generally recommended. What our DBAs do to get around this issue is they have large USB hard drives, which...
October 25, 2007 at 9:03 pm
DrewTheEngineer (10/25/2007)
October 25, 2007 at 9:01 pm
Two places to check:
The first is the LOG directory under where SQL Server is installed. See if there is a recent log that was started at about the same time...
October 25, 2007 at 8:53 pm
The issue here is the logs can't be restored as long as there are active connections into the database. Replication may be a better option.
October 25, 2007 at 8:48 pm
You can configure SSRS in a NLB cluster or you can put it into a web farm with a hardware load balancer. We've done the latter. This assumes the database...
October 25, 2007 at 1:12 pm
Matt Miller (10/25/2007)
October 25, 2007 at 11:23 am
The information is found in Books Online, which is Microsoft SQL Server's documentation. It usually installs with the client tools and/or a server install.
You said SQL Server 2003. If...
October 25, 2007 at 6:35 am
sp_unsetapprole assumes you already captured the original security context in a cookie. In the example you gave, where the connection already had an app role set, that's not what you...
October 25, 2007 at 6:31 am
I don't think there is anything natively within PHP which will accomplish this. You may have to write a custom routine or use a third party product. However, if the...
October 24, 2007 at 8:29 pm
Did SQL Server start? If not, what errors are present in the application and system event logs related to SQL Server?
October 24, 2007 at 8:26 pm
If SQL Server 2005, use SQL Server Configuration Manager to make the change. You'll need to change the password on the domain first.
Also, if you have anywhere else where that...
October 24, 2007 at 8:24 pm
If SSRS and the database engine are on the same server, it's likely a timing issue. The SSRS service is starting up before the database engine is ready and the...
October 24, 2007 at 8:22 pm
In the LOG directory, there should be SQL Profiler traces which are created by default with SQL Server 2005 to track this sort of thing. You might be able to...
October 24, 2007 at 8:21 pm
This is a networking issue, not a SQL Server issue. What it means, basically, is that your RAS/VPN server isn't providing an IP address. If you were connecting on a...
October 24, 2007 at 8:17 pm
Do you have any systems which handle password change? Or do all of your users use CTRL+ALT+DEL? If the former, perhaps it can be extended.
October 24, 2007 at 8:14 pm
Viewing 15 posts - 1,546 through 1,560 (of 6,105 total)