Viewing 15 posts - 196 through 210 (of 302 total)
We had a server crash and had to rebuild everything and ever since then Reporting Services jobs have been failing with the same SETUSER error. I've changed SQL permissions until...
November 11, 2005 at 11:23 am
Keep in mind Scan SQL Scan requires the user to be a domain administrator when it is used to target remote machines. As for hiding the Server in the TCP/IP properties,...
November 10, 2005 at 7:20 am
Stacy,
If your goal is to have a reporting database then you probably need to stick with log shipping. I've read that with the new database mirroring in 2005 that the database is always in...
November 9, 2005 at 12:34 pm
In the SQL Server 2005 June CTP Books On Line under "Configuring Log Shipping" it says this:
Log shipping has the following requirements:
SQL Server 2005 Standard Edition, SQL Server 2005 Workgroup...
November 9, 2005 at 8:10 am
Are you using the same version of iSeries driver on the same operating system as the other servers that work? Is the ODBC DSN set up exactly like the others? In the...
November 1, 2005 at 11:08 am
A good place to start is Books On Line topic "Failover Clustering Architecture". Then search on "cluster" or "failover" and you'll be reading for awhile 🙂
Linda
October 27, 2005 at 11:44 am
Are there other applications on the server other than SQL Server? If so, you could check or increase the pagefile size. Also, you may want to set up a SQL Server...
October 21, 2005 at 6:45 am
I've never had to restore the primary database yet, but I believe you would need to remove log shipping, restore, and set up from scratch. The reason is that the LSN numbers...
October 20, 2005 at 8:10 am
You could just run EXEC master..xp_readerrorlog instead of loading it into EM to read. You could also schedule a weekly job using dbcc errorlog to help maintain the size. You...
October 20, 2005 at 7:53 am
Check out your Windows Application and System Logs and also your SQL Server errorlog. There must be a clue somewhere. Do you have to restart SQL Server or reboot to...
October 20, 2005 at 7:47 am
Why not have them log into Enterprise Manager each time? You may need to create a standard SQL Server login for each person if you are only using Windows authentication. On...
October 20, 2005 at 7:42 am
We are using Log Shipping and because the transaction logs grew so large, I ended up splitting up the tables to be reindexed. It took a while to figure out...
October 20, 2005 at 7:30 am
We have a Windows 2003 server and also ended up adding the OLAP Administrators group to the share MSOlapRepository$ created by Analysis Services located here C:\Program Files\Microsoft Analysis Services\Bin.
Linda
October 20, 2005 at 7:20 am
You guessed it. It's written for multiple platforms. However, they haven't seen performance issues at other sites like we have here. Of course our site is really stress-testing the application...
October 18, 2005 at 11:19 am
The scripts are not located on the database server, but a smaller server. The application calls the scripts that contain T-SQL code. We have run traces to capture, but it doesn't...
October 17, 2005 at 10:34 am
Viewing 15 posts - 196 through 210 (of 302 total)