SQL Server Reporting Services (SSRS) Interview Questions 


 

SQL Server Reporting Services (SSRS) Interview Questions
dont know why there is errors on the firewall when tryin to scan, it says there is a security update problem, and it says auto updates are not on which they are. it also says my file system on my hd is not all NTFS but the partitioned part is fat32 i dont know what this means please explain. here is the scan report............
Security assessment: Incomplete Scan
Computer name: WORKGROUP\YOUR-KYBTG65GXE
IP address: 70.130.166.138
Security report name: WORKGROUP - YOUR-KYBTG65GXE (9-5-2008 9-03 PM)
Scan date: 9/5/2008 9:03 PM
Scanned with MBSA version: 2.1.2104.0
Catalog synchronization date:
Security update catalog: Windows Server Update Services

Security Updates Scan Results

Issue: Security Updates
Score: Unable to scan
Result: An error occurred while scanning for security updates. (0x80080005)


Operating System Scan Results

Administrative Vulnerabilities

Issue: Local Account Password Test
Score: Check passed
Result: No user accounts have simple passwords.
Detail:
| User | Weak Password | Locked Out | Disabled |
| Guest | - | - | Disabled |
| HelpAssistant | - | - | Disabled |
| SUPPORT_388945a0 | - | - | Disabled |
| SUPPORT_fddfa904 | - | - | Disabled |
| Administrator | - | - | - |
| Owner | - | - | - |

Issue: File System
Score: Check failed (critical)
Result: Not all hard drives are using the NTFS file system.
Detail:
| Drive Letter | File System |
| D: | FAT32 |
| C: | NTFS |

Issue: Password Expiration
Score: Check not performed
Result: Check is skipped on Windows XP Home Edition computers.

Issue: Guest Account
Score: Check passed
Result: The Guest account is disabled on this computer.

Issue: Autologon
Score: Check not performed
Result: Check is skipped on Windows XP Home Edition computers.

Issue: Restrict Anonymous
Score: Check passed
Result: Computer is properly restricting anonymous access.

Issue: Administrators
Score: Check passed
Result: No more than 2 Administrators were found on this computer.
Detail:
| User |
| Administrator |
| Owner |

Issue: Windows Firewall
Score: Unable to scan
Result: Windows Firewall tests cannot be done due to an error. (0x80041014)

Issue: Automatic Updates
Score: Check failed (critical)
Result: The Automatic Updates system service is not running.

Issue: Incomplete Updates
Score: Check failed (non-critical)
Result: A previous software update installation was not completed. You must restart your computer to finish the installation. If the incomplete installation was a security update, then the computer may be at risk until the computer is restarted.

Additional System Information

Issue: Windows Version
Score: Best practice
Result: Computer is running Microsoft Windows XP.

Issue: Auditing
Score: Best practice
Result: Check is skipped on Windows XP Home Edition computers.

Issue: Shares
Score: Best practice
Result: No shares are present on your computer.

Issue: Services
Score: Best practice
Result: No potentially unnecessary services were found.


Internet Information Services (IIS) Scan Results
IIS is not running on this computer.

SQL Server Scan Results
SQL Server and/or MSDE is not installed on this computer.

Desktop Application Scan Results

Administrative Vulnerabilities

Issue: IE Zones
Score: Check passed
Result: Internet Explorer zones have secure settings for all users.

Issue: Macro Security
Score: Check not performed
Result: No supported Microsoft Office products are installed.

Hello. I am looking for some constructive feedback on why employers pass my resume by. I am a 27 year old seasoned developer. I don't have trouble finding a full time so much as a part time. What can I do to change this?

My Cover Letter (usually):
This is in response to a part time VB and .net programmer opportunity I found on your web site.

I have extensive experience working with both .NET and relational databases (see my summary of qualifications below). I believe my background and your business needs may be a perfect match. Please review my resume, and feel free to call any time to interview. Thank you for your consideration.

Summary of Qualifications:

·SQL Server 2005
·SQL Reporting Services 2005
·C#.Net 2005
·VB.NET 2003 - 2005
·ASP.NET 2005
·VB
·VBA
·Extra Attachmate Software
·Microsoft Office Suite
·Computer maintenance and repair
·Lotus Notes
·Agile Development

My Resume:

OB OBJECTIVE:

An entry-level Programming position

EDUCATION:

Cincinnati State Technical College - Cincinnati, OH
Major: Network AdministrationDegree: Associate of Applied Business - AAB
Courses Completed: DOS/Windows Operating Systems, Introduction to Computer Applications, Visual Basic

WORK HISTORY:

Macy’s Credit and Customer Service - Mason, OH

December 2007 – Current
MCCS Manager/Programmer 1 – Macy’s Systems Team
•Develop, test, validate and maintain Industry Standard Professional Applications
•Tailor high level articulate reporting
•Partner with various customers in a team effort to create business efficient products.
•Responsible for driving technically complex, large-scale products from conceptual stages to delivery.

May 2006 – December 2007
MCCS Systems Administrator - Fraud Claims
•Implement interfaces between systems and troubleshoot problems.
•Program applications using various programming standards.
•Initiate, participate in and complete special projects that enhance the overall performance of the department.
•Provide system support and training to department associates.

September 2004 – May 2006
MCCS System Coordinator/Supervisor – Furniture & Bedding Customer Service
•Requested and maintained systems access for department associates.
•Created and processed weekly and monthly department reports and statistics.
•Provided system support and training to department associates.
•Created complex Database Applications using Visual Basic.

September 2002 – September 2004
MCCS Certified Corporate Trainer – Furniture & Bedding Customer Service
•Facilitated training courses and created training materials.
•Developed an intranet web site to house all policies and procedures.
•Utilized multi-tasking ability to ensure organization at all times, which resulted in a significant decrease in turnover statistics.

August 2001 – September 2002
MCCS Phone Associate – Furniture & Bedding Customer Service
•Received incoming and made outgoing calls regarding shipping and billing issues while viewing and updating shipment and account information.
•Responsible for handling customer inquiries regarding bedding and furniture.
•Researched and resolved inquiries via the credit systems and other media to respond to customer requests.

SUMMARY OF QUALIFICATIONS

·SQL Server 2005
·SQL Reporting Services 2005
·VB.NET 2003 - 2005
·ASP.NET 2005
·VB
·VBA
·Extra Attachmate Software
·Microsoft Office Suite
·Computer maintenance and repair
·Lotus Notes
·Agile Development
·Extensive experience with coaching, training, and developing 120 new hire associates.
·C#.Net 2005
Hello i am a project leader in a s/w company working mostly on .Net and SQL server
I'm looking for a web based software managment application for bug tracking/issue tracking in the following areas:

- Project management
- Developer Log reports
- Development / File Sharing
- With SQL Server database

Basically I'm looking for one s/w package / Service that could meet the needs for the areas of project management, support and development. Its for a small company so one package that could be used to perform the core activities in each of these areas is perferable to three separate ones

which perform all in each. Cost is an issue and, unfortunatley, its got to run on windows.
I am looking for control on the databsae and good demo before buying it

thanks so much
Jsp program
<%@ page language="java" import="java.sql.*" %>
<%
Connection conn=null;
try
{ Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
conn = DriverManager.getConnection("jdbc:odbc:m... "scott", "tiger");
}
catch (Exception exc)
{ out.println(exc.toString() + "<br>"); }

out.println ("Database Connected.");
Statement stm = conn.createStatement();
%>

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException
.
. org.apache.jasper.servlet.JspServlet.ser...
javax.servlet.http.HttpServlet.servic...
root cause
java.lang.NullPointerException
org.apache.jsp.basic10_jsp._jspService...

The full stack trace of the root cause is available in the Apache Tomcat/5.0.25 logs.

please help me in solving this problem
I've been trying to set up a one-stop submission page for most free web directories.

Normally it takes ages to submit yout website to all web directories
My idea is : web master submit their web site once. and directories owners will receive an HTML, PDF, XML or even SQL format report of all web sites and their details.
I've just started the initial impl at http://www.skillipedia.com -- linkipedia
This is a free service
I have installed oracle database 9i and oracle forms developer 6i on Windows XP.But When i am going to install oracle reports developer 6i on xp, i get the error "sql*net is being used, stop all oracle application and services".After this i stopped all oracle services and application using oracle and tried installing again but found the same error again.
Please help dont know what to do?
Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 2:54:54 PM, on 3/16/2008
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)
Boot mode: Normal

Running processes:
C:\WINNT\System32\smss.exe
C:\WINNT\system32\winlogon.exe
C:\WINNT\system32\services.exe
C:\WINNT\system32\lsass.exe
C:\WINNT\system32\svchost.exe
C:\WINNT\System32\svchost.exe
C:\WINNT\system32\spoolsv.exe
C:\WINNT\system32\crypserv.exe
C:\Program Files\Google\Common\Google Updater\GoogleUpdaterService.exe
C:\Program Files\iPass\iPassConnect\iPCAgent.exe
c:\sots\KMService.exe
C:\Program Files\Marimba\Castanet Tuner\Tuner.exe
C:\Program Files\Network Associates\Common Framework\FrameworkService.exe
C:\Program Files\Network Associates\VirusScan\mcshield.exe
C:\Program Files\Network Associates\VirusScan\vstskmgr.exe
C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe
c:\progra~1\Metlife\MediaManager\Media...
c:\MetLife\MetTask\METTASK.EXE
C:\Lotus\Notes\ntmulti.exe
C:\WINNT\system32\Prot_srv.exe
C:\WINNT\system32\pstartSr.exe
c:\winnt\system32\rcmdsvc.exe
c:\Program Files\Microsoft SQL Server\90\Shared\sqlwriter.exe
C:\Program Files\CheckPoint\SecuRemote\bin\SR_Servi...
C:\Program Files\CheckPoint\SecuRemote\bin\SR_Watch...
C:\WINNT\system32\svchost.exe
C:\WINNT\Explorer.EXE
C:\Program Files\CheckPoint\SecuRemote\bin\SR_GUI.E...
C:\WINNT\system32\hkcmd.exe
C:\WINNT\system32\igfxpers.exe
C:\Program Files\Apoint\Apoint.exe
C:\WINNT\system32\igfxsrvc.exe
C:\WINNT\stsystra.exe
C:\Program Files\Common Files\Network Associates\TalkBack\tbmon.exe
C:\Program Files\Network Associates\Common Framework\UpdaterUI.exe
C:\Program Files\Network Associates\VirusScan\SHSTAT.EXE
C:\sots\detectVPN.exe
C:\Program Files\Apoint\HidFind.exe
C:\Program Files\Pinpoint Global\Media Room\MediaRoomClientApp.exe
C:\PROGRA~1\Lavasoft\AD-AWA~1\Ad-Watch...
C:\Program Files\Apoint\Apntex.exe
C:\Program Files\Pointsec\Pointsec for PC\P95Tray.exe
C:\Program Files\Common Files\Real\Update_OB\realsched.exe
C:\Program Files\Websense\WDC\WsUIMgr.exe
C:\WINNT\system32\braviax.exe
C:\WINNT\system32\ctfmon.exe
C:\PROGRA~1\MYWEBS~1\bar\1.bin\mwsoemo...
C:\Program Files\METLIFE\LSMS3\lsms3.exe
C:\Program Files\Google\Google Updater\GoogleUpdater.exe
C:\Program Files\Kodak\Kodak EasyShare software\bin\EasyShare.exe
C:\Program Files\iPass\iPassConnect\downloader\ipcc...
C:\Program Files\Marimba\Castanet Tuner\lib\minituner.exe
C:\Program Files\Network Associates\VirusScan\SCAN32.EXE
C:\Program Files\Internet Explorer\iexplore.exe
C:\Program Files\Trend Micro\HijackThis\HijackThis.exe

R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = https://imetlife.metlife.com/sitemindera...
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://exwintp019.metlife.com/login.asp
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Window Title = Microsoft Internet Explorer provided by Metropolitan Life
R3 - URLSearchHook: (no name) - {00A6FAF6-072E-44cf-8957-5838F569A31D} - C:\Program Files\MyWebSearch\SrchAstt\1.bin\MWSSRCA...
O3 - Toolbar: &Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:\program files\google\googletoolbar1.dll
O4 - HKLM\..\Run: [igfxtray] C:\WINNT\system32\igfxtray.exe
O4 - HKLM\..\Run: [igfxhkcmd] C:\WINNT\system32\hkcmd.exe
O4 - HKLM\..\Run: [igfxpers] C:\WINNT\system32\igfxpers.exe
O4 - HKLM\..\Run: [Apoint] C:\Program Files\Apoint\Apoint.exe
O4 - HKLM\..\Run: [SigmatelSysTrayApp] stsystra.exe
O4 - HKLM\..\Run: [Network Associates Error Reporting Service] "C:\Program Files\Common Files\Network Associates\TalkBack\tbmon.exe"
O4 - HKLM\..\Run: [SET_PLAYER] regedit /s c:\systemp\mp3\mp3assoc.reg
O4 - HKLM\..\Run: [RoamingUser] "C:\Program Files\Marimba\Castanet Tuner\tuner.exe" -start http://as_risccast00:5282/ENT/Castanet/R... 1
O4 - HKLM\..\Run: [McAfeeUpdaterUI] C:\Program Files\Network Associates\Common Framework\UpdaterUI.exe /StartedFromRunKey
O4 - HKLM\..\Run: [ShStatEXE] C:\Program Files\Network Associates\VirusScan\SHSTAT.EXE /STANDALONE
O4 - HKLM\..\Run: [DetectVPN] c:\sots\detectVPN.exe
O4 - HKLM\..\Run: [LSMS3] C:\Program Files\MetLife\LSMS3\LSMS.BAT
O4 - HKLM\..\Run: [LSMS] C:\Program Files\MetLife\LSMS3\OldLSM.BAT
O4 - HKLM\..\Run: [MediaRoomApp] C:\Program Files\Pinpoint Global\Media Room\MediaRoomClientApp.exe
O4 - HKLM\..\Run: [AWMON] C:\PROGRA~1\Lavasoft\AD-AWA~1\Ad-Watch.e... /custom +prefs:"C:\PROGRA~1\Lavasoft\AD-AWA~1\aw...
O4 - HKLM\..\Run: [Pointsec Tray] C:\Program Files\Pointsec\Pointsec for PC\P95Tray.exe
O4 - HKLM\..\Run: [sp2cfg] C:\WINNT\system32\mrmbtemp\xpsp2\wkix32.... C:\WINNT\system32\mrmbtemp\xpsp2\popup.k... /i
O4 - HKLM\..\Run: [TkBellExe] "C:\Program Files\Common Files\Real\Update_OB\realsched.exe" -osboot
O4 - HKLM\..\Run: [WsUiMgr] C:\Program Files\Websense\WDC\WsUIMgr.exe
O4 - HKLM\..\Run: [braviax] C:\WINNT\system32\braviax.exe
O4 - HKCU\..\Run: [ctfmon.exe] C:\WINNT\system32\ctfmon.exe
O4 - HKCU\..\Run: [swg] C:\Program Files\Google\GoogleToolbarNotifier\Googl...
O4 - HKCU\..\Run: [MyWebSearch Email Plugin] C:\PROGRA~1\MYWEBS~1\bar\1.bin\mwsoemon....
O4 - HKCU\..\Run: [braviax] C:\WINNT\system32\braviax.exe
O4 - Global Startup: ADAWARE.LNK = C:\WINNT\runonce.bat
O4 - Global Startup: Adobe Reader Speed Launch.lnk = C:\Program Files\Adobe\Acrobat 7.0\Reader\reader_sl.exe
O4 - Global Startup: CENSUSNT.LNK = C:\METLIFE\dlm\censusnt.bat
O4 - Global Startup: Google Updater.lnk = C:\Program Files\Google\Google Updater\GoogleUpdater.exe
O4 - Global Startup: Kodak EasyShare software.lnk = C:\Program Files\Kodak\Kodak EasyShare software\bin\EasyShare.exe
O4 - Global Startup: Microsoft Office.lnk = C:\Program Files\Microsoft Office\Office10\OSA.EXE
O4 - Global Startup: NTCONECT.LNK = C:\Security\NtConect.exe
O4 - Global Startup: systray.exe
O6 - HKCU\Software\Policies\Microsoft\Interne... Explorer\Restrictions present
O8 - Extra context menu item: &Search - http://edits.mywebsearch.com/toolbaredit...
O8 - Extra context menu item: E&xport to Microsoft Excel - res://C:\PROGRA~1\MICROS~2\Office10\EXCE...
O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_03\bin\ssv.dll
O9 - Extra 'Tools' menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_03\bin\ssv.dll
O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O9 - Extra 'Tools' menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O10 - Unknown file in Winsock LSP: c:\winnt\system32\nwprovau.dll
O14 - IERESET.INF: START_PAGE_URL=http://exwintp019.metlife...
O15 - Trusted Zone: *.metlife.com
O15 - Trusted Zone: *.metlife.com (HKLM)
O16 - DPF: {10B05D6E-5BFB-11D4-8920-00C04F57BB26} (KMReader Class) - https://imetlife.metlife.com/sitemindera...
O16 - DPF: {1D4DB7D2-6EC9-47A3-BD87-1E41684E07BB} - http://ak.exe.imgfarm.com/images/nocache...
O16 - DPF: {48DD0448-9209-4F81-9F6D-D83562940134} (MySpace Uploader Control) - http://lads.myspace.com/upload/MySpaceUp...
O17 - HKLM\System\CCS\Services\Tcpip\Parameter... Domain = metlife.com
O17 - HKLM\Software\..\Telephony: DomainName = metlife.com
O17 - HKLM\System\CS1\Services\Tcpip\Parameter... Domain = metlife.com
O17 - HKLM\System\CS2\Services\Tcpip\Parameter... Domain = metlife.com
O17 - HKLM\System\CS3\Services\Tcpip\Parameter... Domain = metlife.com
O18 - Protocol hijack: flowto - {C7101FB0-28FB-11D5-883A-204C4F4F5021}
O23 - Service: pcAnywhere Host Service (awhost32) - Symantec Corporation - C:\program files\symantec\pcanywhere\awhost32.exe
O23 - Service: Crypkey License - CrypKey (Canada) Ltd. - C:\WINNT\SYSTEM32\crypserv.exe
O23 - Service: Google Updater Service (gusvc) - Google - C:\Program Files\Google\Common\Google Updater\GoogleUpdaterService.exe
O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:\Program Files\Common Files\InstallShield\Driver\11\Intel 32\IDriverT.exe
O23 - Service: iPassConnectEngine - iPass - C:\Program Files\iPass\iPassConnect\iPassConnectEng...
O23 - Service: iPCAgent - iPass, Inc. - C:\Program Files\iPass\iPassConnect\iPCAgent.exe
O23 - Service: KMService - Unknown owner - c:\sots\KMService.exe
O23 - Service: Marimba - BMC Software, Inc. - C:\Program Files\Marimba\Castanet Tuner\Tuner.exe
O23 - Service: McAfee Framework Service (McAfeeFramework) - Network Associates, Inc. - C:\Program Files\Network Associates\Common Framework\FrameworkService.exe
O23 - Service: Network Associates McShield (McShield) - Network Associates, Inc. - C:\Program Files\Network Associates\VirusScan\mcshield.exe
O23 - Service: Network Associates Task Manager (McTaskManager) - Network Associates, Inc. - C:\Program Files\Network Associates\VirusScan\vstskmgr.exe
O23 - Service: MediaManager - Unknown owner - c:\progra~1\Metlife\MediaManager\MediaMa...
O23 - Service: MetLife® Task List (MetLifeTaskList) - MetLife® - c:\MetLife\MetTask\METTASK.EXE
O23 - Service: Multi-user Cleanup Service - IBM Corp - C:\Lotus\Notes\ntmulti.exe
O23 - Service: Pointsec - Unknown owner - C:\WINNT\system32\Prot_srv.exe
O23 - Service: Pointsec Service Start (Pointsec_start) - Unknown owner - C:\WINNT\system32\pstartSr.exe
O23 - Service: Check Point SecuRemote Service (SR_Service) - Check Point Software Technologies - C:\Program Files\CheckPoint\SecuRemote\bin\SR_Servi...
O23 - Service: Check Point SecuRemote WatchDog (SR_WatchDog) - Check Point Software Technologies - C:\Program Files\CheckPoint\SecuRemote\bin\SR_Watch...
O23 - Service: Websense Desktop Client (WebsenseDesktopClient) - Websense - C:\Program Files\Websense\WDC\WDC.exe

--
End of file - 10095 bytes
Here's my hjt:
Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 2:27:50 PM, on 5/2/2008
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)
Boot mode: Normal

Running processes:
C:\WINNT\System32\smss.exe
C:\WINNT\system32\winlogon.exe
C:\WINNT\system32\services.exe
C:\WINNT\system32\lsass.exe
C:\WINNT\system32\svchost.exe
C:\WINNT\System32\svchost.exe
C:\WINNT\system32\spoolsv.exe
C:\WINNT\system32\crypserv.exe
C:\Program Files\Google\Common\Google Updater\GoogleUpdaterService.exe
C:\Program Files\iPass\iPassConnect\iPCAgent.exe
c:\sots\KMService.exe
C:\Program Files\Marimba\Castanet Tuner\Tuner.exe
C:\Program Files\Network Associates\Common Framework\FrameworkService.exe
C:\Program Files\Network Associates\VirusScan\mcshield.exe
C:\Program Files\Network Associates\VirusScan\vstskmgr.exe
C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe
c:\progra~1\Metlife\MediaManager\Media...
c:\MetLife\MetTask\METTASK.EXE
C:\Lotus\Notes\ntmulti.exe
C:\WINNT\system32\Prot_srv.exe
C:\WINNT\system32\pstartSr.exe
c:\winnt\system32\rcmdsvc.exe
c:\Program Files\Microsoft SQL Server\90\Shared\sqlwriter.exe
C:\Program Files\CheckPoint\SecuRemote\bin\SR_Servi...
C:\Program Files\CheckPoint\SecuRemote\bin\SR_Watch...
C:\WINNT\system32\svchost.exe
C:\WINNT\Explorer.EXE
C:\Program Files\CheckPoint\SecuRemote\bin\SR_GUI.E...
C:\WINNT\system32\hkcmd.exe
C:\WINNT\system32\igfxpers.exe
C:\Program Files\Apoint\Apoint.exe
C:\WINNT\stsystra.exe
C:\WINNT\system32\igfxsrvc.exe
C:\Program Files\Common Files\Network Associates\TalkBack\tbmon.exe
C:\Program Files\Network Associates\Common Framework\UpdaterUI.exe
C:\Program Files\Apoint\Apntex.exe
C:\Program Files\Network Associates\VirusScan\SHSTAT.EXE
C:\Program Files\Apoint\HidFind.exe
C:\sots\detectVPN.exe
C:\Program Files\Pinpoint Global\Media Room\MediaRoomClientApp.exe
C:\PROGRA~1\Lavasoft\AD-AWA~1\Ad-Watch...
C:\Program Files\Pointsec\Pointsec for PC\P95Tray.exe
C:\Program Files\METLIFE\LSMS3\lsms3.exe
C:\Program Files\Common Files\Real\Update_OB\realsched.exe
C:\Program Files\Websense\WDC\WsUIMgr.exe
C:\WINNT\system32\rundll32.exe
C:\Program Files\QuickTime\qttask.exe
C:\WINNT\system32\ctfmon.exe
C:\Program Files\Google\Google Updater\GoogleUpdater.exe
C:\Program Files\Kodak\Kodak EasyShare software\bin\EasyShare.exe
C:\Program Files\iPass\iPassConnect\downloader\ipcc...
C:\Program Files\Marimba\Castanet Tuner\lib\minituner.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\Program Files\Trend Micro\HijackThis\HijackThis.exe

R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = https://imetlife.metlife.com/sitemindera...
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://exwintp019.metlife.com/login.asp
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Window Title = Microsoft Internet Explorer provided by Metropolitan Life
R3 - URLSearchHook: (no name) - {00A6FAF6-072E-44cf-8957-5838F569A31D} - C:\Program Files\MyWebSearch\SrchAstt\1.bin\MWSSRCA...
O2 - BHO: MyWebSearch Search Assistant BHO - {00A6FAF1-072E-44cf-8957-5838F569A31D} - C:\Program Files\MyWebSearch\SrchAstt\1.bin\MWSSRCA...
O2 - BHO: Adobe PDF Reader Link Helper - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\AcroIEHelper...
O2 - BHO: 146955 helper - {85F74211-7C2B-4CB8-B80D-4DE1AC85B685} - (no file)
O2 - BHO: iSecurity - {A8311E8F-E459-4D22-89B4-CB9DCF10A425} - iSecurity.cpl (file missing)
O2 - BHO: Google Toolbar Notifier BHO - {AF69DE43-7D58-4638-B6FA-CE66B5AD205D} - C:\Program Files\Google\GoogleToolbarNotifier\3.0.1...
O3 - Toolbar: &Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:\program files\google\googletoolbar1.dll
O4 - HKLM\..\Run: [igfxtray] C:\WINNT\system32\igfxtray.exe
O4 - HKLM\..\Run: [igfxhkcmd] C:\WINNT\system32\hkcmd.exe
O4 - HKLM\..\Run: [igfxpers] C:\WINNT\system32\igfxpers.exe
O4 - HKLM\..\Run: [Apoint] C:\Program Files\Apoint\Apoint.exe
O4 - HKLM\..\Run: [SigmatelSysTrayApp] stsystra.exe
O4 - HKLM\..\Run: [Network Associates Error Reporting Service] "C:\Program Files\Common Files\Network Associates\TalkBack\tbmon.exe"
O4 - HKLM\..\Run: [SET_PLAYER] regedit /s c:\systemp\mp3\mp3assoc.reg
O4 - HKLM\..\Run: [RoamingUser] "C:\Program Files\Marimba\Castanet Tuner\tuner.exe" -start http://as_risccast00:5282/ENT/Castanet/R... 1
O4 - HKLM\..\Run: [McAfeeUpdaterUI] C:\Program Files\Network Associates\Common Framework\UpdaterUI.exe /StartedFromRunKey
O4 - HKLM\..\Run: [ShStatEXE] C:\Program Files\Network Associates\VirusScan\SHSTAT.EXE /STANDALONE
O4 - HKLM\..\Run: [DetectVPN] c:\sots\detectVPN.exe
O4 - HKLM\..\Run: [LSMS3] C:\Program Files\MetLife\LSMS3\LSMS.BAT
O4 - HKLM\..\Run: [LSMS] C:\Program Files\MetLife\LSMS3\OldLSM.BAT
O4 - HKLM\..\Run: [MediaRoomApp] C:\Program Files\Pinpoint Global\Media Room\MediaRoomClientApp.exe
O4 - HKLM\..\Run: [AWMON] C:\PROGRA~1\Lavasoft\AD-AWA~1\Ad-Watch.e... /custom +prefs:"C:\PROGRA~1\Lavasoft\AD-AWA~1\aw...
O4 - HKLM\..\Run: [Pointsec Tray] C:\Program Files\Pointsec\Pointsec for PC\P95Tray.exe
O4 - HKLM\..\Run: [sp2cfg] C:\WINNT\system32\mrmbtemp\xpsp2\wkix32.... C:\WINNT\system32\mrmbtemp\xpsp2\popup.k... /i
O4 - HKLM\..\Run: [TkBellExe] "C:\Program Files\Common Files\Real\Update_OB\realsched.exe" -osboot
O4 - HKLM\..\Run: [WsUiMgr] C:\Program Files\Websense\WDC\WsUIMgr.exe
O4 - HKLM\..\Run: [Adobe Reader Speed Launcher] "C:\Program Files\Adobe\Reader 8.0\Reader\Reader_sl.exe"
O4 - HKLM\..\Run: [iSecurity applet] rundll32.exe iSecurity.cpl,SecurityMonitor
O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files\QuickTime\qttask.exe" -atboottime
O4 - HKCU\..\Run: [ctfmon.exe] C:\WINNT\system32\ctfmon.exe
O4 - HKCU\..\Run: [swg] C:\Program Files\Google\GoogleToolbarNotifier\Googl...
O4 - HKCU\..\Run: [MyWebSearch Email Plugin] C:\PROGRA~1\MYWEBS~1\bar\1.bin\mwsoemon....
O4 - Global Startup: ADAWARE.LNK = C:\WINNT\runonce.bat
O4 - Global Startup: CENSUSNT.LNK = C:\METLIFE\dlm\censusnt.bat
O4 - Global Startup: Google Updater.lnk = C:\Program Files\Google\Google Updater\GoogleUpdater.exe
O4 - Global Startup: Kodak EasyShare software.lnk = C:\Program Files\Kodak\Kodak EasyShare software\bin\EasyShare.exe
O4 - Global Startup: Microsoft Office.lnk = C:\Program Files\Microsoft Office\Office10\OSA.EXE
O4 - Global Startup: NTCONECT.LNK = C:\Security\NtConect.exe
O4 - Global Startup: systray.exe
O6 - HKCU\Software\Policies\Microsoft\Interne... Explorer\Restrictions present
O8 - Extra context menu item: &Search - http://edits.mywebsearch.com/toolbaredit...
O8 - Extra context menu item: E&xport to Microsoft Excel - res://C:\PROGRA~1\MICROS~2\Office10\EXCE...
O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_03\bin\ssv.dll
O9 - Extra 'Tools' menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_03\bin\ssv.dll
O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O9 - Extra 'Tools' menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O14 - IERESET.INF: START_PAGE_URL=http://exwintp019.metlife...
O16 - DPF: {10B05D6E-5BFB-11D4-8920-00C04F57BB26} (KMReader Class) - https://imetlife.metlife.com/sitemindera...
O16 - DPF: {1D4DB7D2-6EC9-47A3-BD87-1E41684E07BB} - http://ak.exe.imgfarm.com/images/nocache...
O16 - DPF: {48DD0448-9209-4F81-9F6D-D83562940134} (MySpace Uploader Control) - http://lads.myspace.com/upload/MySpaceUp...
O17 - HKLM\System\CCS\Services\Tcpip\Parameter... Domain = metlife.com
O17 - HKLM\Software\..\Telephony: DomainName = metlife.com
O17 - HKLM\System\CS1\Services\Tcpip\Parameter... Domain = metlife.com
O17 - HKLM\System\CS2\Services\Tcpip\Parameter... Domain = metlife.com
O17 - HKLM\System\CS3\Services\Tcpip\Parameter... Domain = metlife.com
O18 - Protocol hijack: flowto - {C7101FB0-28FB-11D5-883A-204C4F4F5021}
O23 - Service: pcAnywhere Host Service (awhost32) - Symantec Corporation - C:\program files\symantec\pcanywhere\awhost32.exe
O23 - Service: Crypkey License - CrypKey (Canada) Ltd. - C:\WINNT\SYSTEM32\crypserv.exe
O23 - Service: Google Updater Service (gusvc) - Google - C:\Program Files\Google\Common\Google Updater\GoogleUpdaterService.exe
O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:\Program Files\Common Files\InstallShield\Driver\11\Intel 32\IDriverT.exe
O23 - Service: iPassConnectEngine - iPass - C:\Program Files\iPass\iPassConnect\iPassConnectEng...
O23 - Service: iPCAgent - iPass, Inc. - C:\Program Files\iPass\iPassConnect\iPCAgent.exe
O23 - Service: KMService - Unknown owner - c:\sots\KMService.exe
O23 - Service: Marimba - BMC Software, Inc. - C:\Program Files\Marimba\Castanet Tuner\Tuner.exe
O23 - Service: McAfee Framework Service (McAfeeFramework) - Network Associates, Inc. - C:\Program Files\Network Associates\Common Framework\FrameworkService.exe
O23 - Service: Network Associates McShield (McShield) - Network Associates, Inc. - C:\Program Files\Network Associates\VirusScan\mcshield.exe
O23 - Service: Network Associates Task Manager (McTaskManager) - Network Associates, Inc. - C:\Program Files\Network Associates\VirusScan\vstskmgr.exe
O23 - Service: MediaManager - Unknown owner - c:\progra~1\Metlife\MediaManager\MediaMa...
O23 - Service: MetLife® Task List (MetLifeTaskList) - MetLife® - c:\MetLife\MetTask\METTASK.EXE
O23 - Service: Multi-user Cleanup Service - IBM Corp - C:\Lotus\Notes\ntmulti.exe
O23 - Service: Pointsec - Unknown owner - C:\WINNT\system32\Prot_srv.exe
O23 - Service: Pointsec Service Start (Pointsec_start) - Unknown owner - C:\WINNT\system32\pstartSr.exe
O23 - Service: Check Point SecuRemote Service (SR_Service) - Check Point Software Technologies - C:\Program Files\CheckPoint\SecuRemote\bin\SR_Servi...
O23 - Service: Check Point SecuRemote WatchDog (SR_WatchDog) - Check Point Software Technologies - C:\Program Files\CheckPoint\SecuRemote\bin\SR_Watch...
O23 - Service: Websense Desktop Client (WebsenseDesktopClient) - Websense - C:\Program Files\Websense\WDC\WDC.exe

--
End of file - 10551 bytes
we are using SQL SERVER REPOTING SERVICES 2005 and what to export it to EXCEL 2003.
Hi Folks!

I want to ask that, i am willing to learn and use Visual Studio 2005 for my final year project. Please tell me which version of VS 2005 has Crystal Reports in it ?????

I downloaded the Visual Basic 2005 Express edition but it doesn't have CR. I read that VB 2005 Express can be used with SQL Server 2005 reporting services.

Does SQL Server 2005 Express edition have reporting services ? ..... and what actually is a reporting service ??..... how does it differ from CR ??

Hope somebody would answer all my questions .. !!

Thanks, Zain
Can I see where SQL Server Reporting Services reports are saved after deployment. actually I have lost my Source reports and only deployed reports are accessible.
Hello. I am looking for some constructive feedback on why employers pass my resume by. I am a 27 year old seasoned developer. I don't have trouble finding a full time so much as a part time. What can I do to change this?

My Cover Letter (usually):
This is in response to a part time VB and .net programmer opportunity I found on your web site.

I have extensive experience working with both .NET and relational databases (see my summary of qualifications below). I believe my background and your business needs may be a perfect match. Please review my resume, and feel free to call any time to interview. Thank you for your consideration.

Summary of Qualifications:

·SQL Server 2005
·SQL Reporting Services 2005
·C#.Net 2005
·VB.NET 2003 - 2005
·ASP.NET 2005
·VB
·VBA
·Extra Attachmate Software
·Microsoft Office Suite
·Computer maintenance and repair
·Lotus Notes
·Agile Development

My Resume:

OB OBJECTIVE:

An entry-level Programming position

EDUCATION:

Cincinnati State Technical College - Cincinnati, OH
Major: Network AdministrationDegree: Associate of Applied Business - AAB
Courses Completed: DOS/Windows Operating Systems, Introduction to Computer Applications, Visual Basic

WORK HISTORY:

Macy’s Credit and Customer Service - Mason, OH

December 2007 – Current
MCCS Manager/Programmer 1 – Macy’s Systems Team
•Develop, test, validate and maintain Industry Standard Professional Applications
•Tailor high level articulate reporting
•Partner with various customers in a team effort to create business efficient products.
•Responsible for driving technically complex, large-scale products from conceptual stages to delivery.

May 2006 – December 2007
MCCS Systems Administrator - Fraud Claims
•Implement interfaces between systems and troubleshoot problems.
•Program applications using various programming standards.
•Initiate, participate in and complete special projects that enhance the overall performance of the department.
•Provide system support and training to department associates.

September 2004 – May 2006
MCCS System Coordinator/Supervisor – Furniture & Bedding Customer Service
•Requested and maintained systems access for department associates.
•Created and processed weekly and monthly department reports and statistics.
•Provided system support and training to department associates.
•Created complex Database Applications using Visual Basic.

September 2002 – September 2004
MCCS Certified Corporate Trainer – Furniture & Bedding Customer Service
•Facilitated training courses and created training materials.
•Developed an intranet web site to house all policies and procedures.
•Utilized multi-tasking ability to ensure organization at all times, which resulted in a significant decrease in turnover statistics.

August 2001 – September 2002
MCCS Phone Associate – Furniture & Bedding Customer Service
•Received incoming and made outgoing calls regarding shipping and billing issues while viewing and updating shipment and account information.
•Responsible for handling customer inquiries regarding bedding and furniture.
•Researched and resolved inquiries via the credit systems and other media to respond to customer requests.

SUMMARY OF QUALIFICATIONS

·SQL Server 2005
·SQL Reporting Services 2005
·VB.NET 2003 - 2005
·ASP.NET 2005
·VB
·VBA
·Extra Attachmate Software
·Microsoft Office Suite
·Computer maintenance and repair
·Lotus Notes
·Agile Development
·Extensive experience with coaching, training, and developing 120 new hire associates.
·C#.Net 2005
I have a report which is rather complex with many tables, joins and subqueries using the with clause. It runs for 30 seconds in the Microsoft SQL Server Management Studio. However, when previewing in the preview tab in Visual Studio 2005 it takes 10x as long. The SQL is copied into the .rdl file verbatim. Likewise, when I published the .rdl file to the report server it is equally as slow. What could be the problem here and how could I fix it?

Regards,

Kai
I'm running SQL Server 2000 (with Reporting Services) on a 2003 box.

All I want is to be notified of job failures.

I've installed Outlook 2000 and configured SQL Server Agent to send an email, added a contact etc.

When I click 'Test' it tells me the test completed succesfully, yet I don't receive a mail. If I open outlook and send a mail (to the same address) it arrives about 5 seconds later.

Additionally, Enterprise Manager seems to die with alarming frequency. Never happened before so I have to assume it's tied in with this email malarky.

I've scoured the web for instructions but nothing I've tried works. Not sure what to try next really.

Thanks for any help.
I want to install SQL SERVER 2005 on windows xp machine and it only takes Client compoents by defult. So I want all the services of SQL SERVER Like Reporting etc to be installed on windows XP machine.. Need help guys
123Showing 1 to 15 of 38