Viewing 15 posts - 406 through 420 (of 629 total)
Sorry for the repeated posts.
If that job is running the ssis package. How to start the process. Do we need to create that ssis package under the new folder?...
October 3, 2014 at 12:42 am
Thanks LNNR
Any precautions we may have to follow?
Any constraints we may face in this process?
October 2, 2014 at 3:48 pm
Thanks LNNR
Any precautions we may have to follow?
Any constraints we may face in this process?
October 2, 2014 at 3:43 pm
I am assuming that linked server problem. When I test it is showing that Test connection successful but in the production the linked server created using the security option...
October 1, 2014 at 4:08 pm
No errors in visual studio but from report manager only.
October 1, 2014 at 2:02 pm
In visual studio, I am getting the preview but when I upload the same rdl to the report manager, it is showing that an error has occured during report processing....
October 1, 2014 at 1:34 pm
I go and check D:\MSSQL\MSRS11.MSSQLSERVER\Reportingservices\Logfiles
In that logfile, I can see
appdomainmanger!Defai;tdomain!..::e Error while performing memory shrink: system out of memory exception: Exception of Type, 'system.outofmemoryexception;, was thrown
September 30, 2014 at 11:33 am
From the below query the values of temp db files are 15217MB, 56617MB. Autogrowth is on & growth value 10
SELECT
name AS FileName,
...
September 30, 2014 at 11:11 am
Hi,
Figureout the cause of error
select temp.id, temp.username,temp.Oldaccount_status,temp.Newaccount_status,eu.id, eu.first_name, eu.last_name, eu.title, eu.account_status, eu.email, eu.username, o.account_number, o.name
from @UserStatus temp
join Tableuser eu
on eu.id=temp.id
join organisation o
on o.id=eu.id
where username=@username
Here I need to remove...
September 26, 2014 at 1:41 pm
Now I changed
update Tableuser
set account_status = 'Enrolled'
output inserted.id, inserted.username,deleted.account_status,inserted.account_status
into @UserStatus
where username=@username ;
instead of
update Tableuser
set account_status = 'Enrolled'
where username=@username
output inserted.id, inserted.username,deleted.account_status,inserted.account_status
into @UserStatus
Now it is showing...
September 26, 2014 at 1:24 pm
Hi,
I tested in the visual studio. It is working fine. I can seee the preview tab and it is showing the report but when I uploaded into the report manager...
September 26, 2014 at 11:29 am
Hi,
Here how to find the removed tablix member is using in other tablix expressions
September 25, 2014 at 12:31 pm
The text file has duplicate rows.
After use the groupby clause, Merge statement works perfectly fine.
Thank you
September 25, 2014 at 5:05 am
Viewing 15 posts - 406 through 420 (of 629 total)