Viewing 15 posts - 3,331 through 3,345 (of 4,745 total)
glad to hear it Adam. Aren't the RS errors great!
September 30, 2009 at 10:09 am
definitely install SP3 to get that out of the way.
try connecting to this RS instance via SSMS from somewhere. see what happens.
you should just connect to the local server, just...
September 30, 2009 at 8:22 am
Adam, if I read this right, in instance selection you want the name of the server you have installed reporting services on.
you would point RS to the cluster in the...
September 30, 2009 at 7:56 am
As said before its a system process connected to the database, could be a checkpoint process, a cleanup task, number of things. Either add a where spid > 50 or...
September 30, 2009 at 7:52 am
IIS is a pre-requisite for reporting services, so it needs to be installed. It does not need to ne enabled or configured though for RS to install
September 30, 2009 at 7:42 am
If you do detach your databases make sure when you reattach you reset the owner of the database to what it was, and check the default database setting for logins...
September 30, 2009 at 7:39 am
rob.darcyburt (9/28/2009)
Thank's for help guys all sorted
for the benefit of anyone with the same problem in the future, how?
September 28, 2009 at 6:41 am
as for database diagrams., in enterprise manger, expand the database you want a diagram for, right click on the 'diagrams' option and create a new diagram. There are filtering options.
September 26, 2009 at 5:14 pm
On this site, top right corner is a search bar. this is your friend.
I entyered 'foreign keys' refined the search to scripts only, first result was this:
September 26, 2009 at 4:46 pm
if you mean SQLAgent jobs, they are stored in the msdb database.
You can also right click on the jobs and script them out as a belt and braces recovery method.
September 26, 2009 at 1:03 pm
Is the backup copied off the server to another location after completion (say to tape)?
If so its safe to overwrite the backup file on disk each night, Use a...
September 26, 2009 at 12:58 pm
That sounds rather frequent for the backups. Depends on your recovery requirements but daily full backups usually more than suffice with say 4 hourly diffs and tran logs between. Thats...
September 25, 2009 at 5:00 pm
Here's an option that might not work but if it does will avoid causing fragmentation.
use the truncateonly option in the shrink command. If the last used extent is at the...
September 25, 2009 at 4:49 pm
people keep mentioning 'instances' of oracle and SQL but are we comparing apples to apples here?
An instance of oracle is just another database, an instance of SQL is a whole...
September 25, 2009 at 1:50 pm
Viewing 15 posts - 3,331 through 3,345 (of 4,745 total)