USE tempdb
GO
EXEC sp_helpfile
GO
USE master
GO
ALTER DATABASE tempdb
MODIFY FILE (NAME = tempdev, FILENAME = 'D:\SQL Databases\tempdb.mdf')
GO
ALTER DATABASE tempdb
MODIFY FILE (NAME = templog, FILENAME = 'D:\SQL Databases\templog.ldf')
GO
Mssql, Microsoft sql server, SSAS, SSRS ,SSIS , Analysis Service, Reporting Service, Integration Service, XMLA ,MDX ,SQL
วันจันทร์ที่ 11 เมษายน พ.ศ. 2554
วันจันทร์ที่ 28 มีนาคม พ.ศ. 2554
Reporting Service 2008 R2 , IE Not response when change parameters.
จากการทดสอบ Upgrade จาก SQL 2005 --> SQL 2008 R2
พบว่ารายงานที่เคยรันได้ปกติใน 2005 กลับไม่สามารถรันได้ใน 2008 R2
ปัญหาที่พบคือ IE กิน CPU อย่างมากและก็ Not responseไป ซึ่งได้ Search หาข้อมูลจากเว็บไมโครซอฟแล้ว
พบ Article นี้ซึ่งระบุว่าเป็น Bug http://support.microsoft.com/kb/2276203
และต้องไป Download HotFix CU3 ที่ http://support.microsoft.com/kb/2261464
ได้ทดสอบ Install Hotfix นี้แล้วแต่แล้วปัญหาที่พบก็ยังไม่หายไป
ซึ่งตอนนี้ก็ยังไม่ทราบว่าจะแก้ปัญหานี้อย่างไร ทำให้การทดสอบเพื่อจะ Migrate ระบบจาก 2005 เป็น 2008 R2 ต้องติดปัญหาอยู่ตรงจุดนี้
และยังมีอีก Link หนึ่งที่มีผู้ใช้พบปัญหานี้ แต่ทาง Microsoft ยังไม่ได้มีคำตอบที่ชัดเจนแต่อย่างได
--> http://connect.microsoft.com/SQLServer/feedback/details/605780/ssrs-2008-r2-parameters-slow-response
หากท่านใดเคยพบปัญหานี้ รบกวน Post บอกหน่อยนะครับ
และถ้าผมพบวิธีแก้ปัญหานี้ผมจะ Post วิธีแก้ปัญหาโดยเร็วที่สุดครับผม
******* รวม Cumulative Update 1-6 for SQL Servier 2008 R2
http://support.microsoft.com/kb/981356
###########PROBLEM SOLVED ##############
Download Commulative Update7 for SQL 2008 R2
พบว่ารายงานที่เคยรันได้ปกติใน 2005 กลับไม่สามารถรันได้ใน 2008 R2
ปัญหาที่พบคือ IE กิน CPU อย่างมากและก็ Not responseไป ซึ่งได้ Search หาข้อมูลจากเว็บไมโครซอฟแล้ว
พบ Article นี้ซึ่งระบุว่าเป็น Bug http://support.microsoft.com/kb/2276203
และต้องไป Download HotFix CU3 ที่ http://support.microsoft.com/kb/2261464
ได้ทดสอบ Install Hotfix นี้แล้วแต่แล้วปัญหาที่พบก็ยังไม่หายไป
ซึ่งตอนนี้ก็ยังไม่ทราบว่าจะแก้ปัญหานี้อย่างไร ทำให้การทดสอบเพื่อจะ Migrate ระบบจาก 2005 เป็น 2008 R2 ต้องติดปัญหาอยู่ตรงจุดนี้
และยังมีอีก Link หนึ่งที่มีผู้ใช้พบปัญหานี้ แต่ทาง Microsoft ยังไม่ได้มีคำตอบที่ชัดเจนแต่อย่างได
--> http://connect.microsoft.com/SQLServer/feedback/details/605780/ssrs-2008-r2-parameters-slow-response
หากท่านใดเคยพบปัญหานี้ รบกวน Post บอกหน่อยนะครับ
และถ้าผมพบวิธีแก้ปัญหานี้ผมจะ Post วิธีแก้ปัญหาโดยเร็วที่สุดครับผม
******* รวม Cumulative Update 1-6 for SQL Servier 2008 R2
http://support.microsoft.com/kb/981356
###########PROBLEM SOLVED ##############
Download Commulative Update7 for SQL 2008 R2
วันอังคารที่ 22 มีนาคม พ.ศ. 2554
Reporting Service, Deploy the operation has timeout
- Run Regedit
- Open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
- Add new DWORD Value
- Naming -->MaxRequestBytes
- Input --> 5242880 for value set it to a value of 5242880 (5MB). (This number can be
raised or lowered).
- Restart server (best advise)
or restart SSRS Service and go to cmd prompt run "net stop http" then "net start http".
Ref site : http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/0130046d-9313-483c-b7b8-90d915f1c048
- Open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
- Add new DWORD Value
- Naming -->MaxRequestBytes
- Input --> 5242880 for value set it to a value of 5242880 (5MB). (This number can be
raised or lowered).
- Restart server (best advise)
or restart SSRS Service and go to cmd prompt run "net stop http" then "net start http".
Ref site : http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/0130046d-9313-483c-b7b8-90d915f1c048
วันพุธที่ 16 มีนาคม พ.ศ. 2554
Run SSIS Package from command prompt.
1 .Open command prompt
2 .Use dtexec utility
3. C:\ dtexec /f d:\ssis\myPackage.dtsx /de password999
/f = file dir
/de = decrypt password
If you have both 2005 and 2008 , you have to specify which version to be run.
By default is 2005
This is example for using dtexec of 2008 version
Run command prompt and specified Dtexec path like this
"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe" /f d:\ssis\myPackage.dtsx /de password999
Ref site . http://msdn.microsoft.com/en-us/library/ms162810.aspx
Ref site . http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/744957ad-038a-46ba-aa70-0adab03a5f4d/
2 .Use dtexec utility
3. C:\ dtexec /f d:\ssis\myPackage.dtsx /de password999
/f = file dir
/de = decrypt password
If you have both 2005 and 2008 , you have to specify which version to be run.
By default is 2005
This is example for using dtexec of 2008 version
Run command prompt and specified Dtexec path like this
"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe" /f d:\ssis\myPackage.dtsx /de password999
Ref site . http://msdn.microsoft.com/en-us/library/ms162810.aspx
Ref site . http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/744957ad-038a-46ba-aa70-0adab03a5f4d/
วันอังคารที่ 15 มีนาคม พ.ศ. 2554
Reporting service 2008 R2 Integrate SharePoint
Good blog for beginner
This blog has discribe step by step including screen capture , that's great for me.
http://mosshowto.blogspot.com/2009/01/integrating-ssrs-2008-sharepoint-2007.html
This blog has discribe step by step including screen capture , that's great for me.
http://mosshowto.blogspot.com/2009/01/integrating-ssrs-2008-sharepoint-2007.html
สมัครสมาชิก:
บทความ (Atom)