Viewing 15 posts - 7,891 through 7,905 (of 9,253 total)
Jon-538504 (6/20/2010)
Perry Whittle (6/20/2010)
Verify the instance name you are using and that the...
June 22, 2010 at 9:12 am
on the third step of the wizard you are required to supply credentials for a sql server instance.
Verify the instance name you are using and that the windows account. Also...
June 20, 2010 at 3:30 pm
GregoryAJackson (6/17/2010)
I am vehemently opposed to this, but the vendor is doing a...
June 19, 2010 at 8:29 am
An issue I noticed was, if for instance you were to go to compatibility 90 from 80 you would gain the ability for TRY..CATCH against your database but would lose...
June 19, 2010 at 8:25 am
again more info please, can you post the setup log
June 19, 2010 at 8:19 am
can you supply more information about the setup?
June 19, 2010 at 8:16 am
also SQL Server use UDP over port 1434
June 19, 2010 at 8:09 am
SSRS generall only installs and configures if it sees a local instance of SQL Server if i remember correctly, otherwise it installs files only mode. Check Books online for more...
June 17, 2010 at 11:37 am
as Ed already pointed out you have to create the reportserver databases manually in files only install mode
June 17, 2010 at 7:09 am
something like this may work if you need it
declare @command1 nvarchar(2000)
set @command1 = 'backup database ? to disk=''o:\?\?_' +
convert(varchar(20), getdate(), 112) + '.bak'''
exec sp_MSforeachdb @command1
June 16, 2010 at 9:25 am
balaji.ganga (6/15/2010)
Hi..You have to check it C:\program files\microsoft sql server\90\eula
Eula --> English Users License Agreement.
Thanks & Regards
Balaji.G
they are licence terms NOT the number...
June 15, 2010 at 7:58 am
yes you should backup the reportserver database as it holds the reportserver configuration\definitions
June 15, 2010 at 5:43 am
track the machine down using its ip address and find out what is trying to authenticate
June 15, 2010 at 4:06 am
Joy Smith San (6/15/2010)
Dear All,Where can I find the licence details of SQL server installed.?
ie, Total number of concurrent users allowed..etc.
Thanks in advance.
Hi
on this product licensing is disabled. The following...
June 15, 2010 at 4:03 am
Viewing 15 posts - 7,891 through 7,905 (of 9,253 total)