Viewing 15 posts - 1 through 15 (of 53 total)
select SQL server Management Studio =>
then select server type----
select Reporting Services/Analysis Services =>
then select Browse from more
...
June 6, 2013 at 11:29 am
1) check Both Instance should run on same (service) account.
2) Check backup location have full access.
June 6, 2013 at 11:09 am
How do i know reporting services and analysis services are installed or not in my sql server.=>
1) services.msc => SQL Server Anlysis services(Instance Name).
...
June 6, 2013 at 7:26 am
1) Run SQL services and SQl Agent with Same Account on Both server.
2) Check Telnet is working on same port.
3) Try to keep ldf and mdf path same drive for...
June 6, 2013 at 3:47 am
Yes,
It is done.All Right is given.Still Error occured.
Thanks in Advance..
June 3, 2013 at 1:03 am
SQLCMD -S YourSQLServer -d YourDatabase -U YourUserName -P YourPassword -Q "Your Query" -s "," -o "C:\Yourfilename.csv"
May 27, 2013 at 1:01 am
There are two more settings to configure apart from the Relay in the SMTP server:
With authentication:
Configure the option <SMTPAuthenticate> to 2 in the rsreportserver.config
file to specify that the report...
May 25, 2013 at 10:02 am
1)Check you should full access on \\CONFERENCE-PC\PrimaLink Share\Pratip.
2) Once you have right then take backup.
May 24, 2013 at 5:24 am
1)SELECT name, size
FROM sys.master_files
WHERE database_id = DB_ID(N'tempdb');
2)Try Make database recovery mode to Simple.
3) Right Click Datbase =>Tasks =>Shrinks =>Files => Log => select shrink...
May 24, 2013 at 5:05 am
1)sysmail_help_status_sp => check mail service status but you require sys admin role.
2) if required start =>sysmail_start_sp
3) alter database msdb set enable_broker.
4) Assign user mapping to MSDB with DatabaseMailUSerRole
5) add profile...
May 23, 2013 at 11:47 am
can check database log is full? Try for once database which not backup,Try take manual backup and check is there any problem ?Space available on disk ?
May 23, 2013 at 11:23 am
can share script? so we can check more details and also check error log.There should all details.
May 22, 2013 at 1:39 am
please check using query,
select * from msdb.dbo.sysmail_event_log .
check output all result shows.
May 20, 2013 at 1:25 pm
Viewing 15 posts - 1 through 15 (of 53 total)