MVC Architecure and ASP.net programming

Are Action Filters, model binding & validation new features in MVC?



Answer Question   |  June 27, 2012  9:49 AM
ASP.NET Web applications, MVC, SQL Server 2005
asked by:
5 pts.

SSRS blank columns

am having a problem with SSRS dropping columns from the datasource if the cell in the first row is blank. Is there a configuration setting that causes this? I don’t want to crete a dummy first row that has something in every column in order for the reports to work. The data is coming in…



Answer Question   |  June 27, 2012  9:46 AM
SSRS 2005, SSRS reports, XML
asked by:
5 pts.

Unable to import data using DSN file from SQL Server to Microsoft Excel or Access?

hi ALL, i have a strange situation, there is few people who is not able to load data from sql server using dsn file. I have used correct method, i have used odbc driver -sqlserver… i believe every thing should be fine. I have check the access permission for that user. that is not the…



Answer Question   |  June 27, 2012  9:43 AM
Database connectivity, DSN connection, Microsoft Access, Microsoft Excel, SQL Server connectivity, SQL Server import/export
asked by:
5 pts.

Linked Server Question

I am trying to link an existing Access 2003 password protected database to a newly installed SQL Server 2005 Express database engine. I am using the ‘Add Linked Server Access MDB’ template in Management Studio to create the linked server. The linked server is created without error, however when I try to access it, I…



Answer Question   |  June 27, 2012  9:43 AM
Access 2003, Linked Server, Linking Access and SQL Server, Microsoft Access, SQL Server 2005
asked by:
5 pts.

DBFs into SQL Server 2008

Does anyone know of an efficient way to import DBFs into SQL Server 2008 (besides the “import into Access, then import the Access files into SQL server-method”)? I don’t work with SQL Server much, but I do it enough to have had this problem before (to be exact, it seems I have this problem once…



Answer Question   |  June 27, 2012  9:40 AM
DBF file, SQL Server 2008, SQL Server import/export
asked by:
16,755 pts.

IT Knowledge Exchange’s iPad Contest Starts Today!

Today marks a new contest around IT Knowledge Exchange. The Lowdown (i.e. The Rules**) Every member who earns 500 knowledge points in the next 4 weeks (between today and Wednesday, February 16th) will be entered into a drawing for 5 names. You must have a completed profile including a photo or avatar to be eligible…



Answer Question   |  June 27, 2012  9:28 AM
AS/400, Channel, CIO, Contests, CRM, Database, DataCenter, Development, Exchange, iPads, ITKE Contests, Linux, Lotus Domino, Mobile, Networking, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows, Windows Server
asked by:
6,315 pts.

New Data Field in Stored Procedure

When I add a new data field in a Stored Procedure, how do I make the new field available to the Crystal Report?



Answer Question   |  June 27, 2012  9:21 AM
Stored Procedure variables
5 pts.

remove password from SSIS package

How can I remove the password from a password protected SSIS package? I need to access its source code, but as soon as I try to open it I get the window: Enter Password. I don’t know the password. This package was created by an employee who left the company a couple of years ago.



Answer Question   |  June 27, 2012  9:18 AM
SSIS, SSIS Package, SSIS Passwords
asked by:
5 pts.

Trouble with SQL Server 2005 Upgrade Advisor when trying to detect an instance

I installed the SQL Server 2005 Upgrade Advisor so I can analyze our SQL Server 2000 instance and DTS packages. Even though SQL Server 2000 is up and running, it does not recognize our instance when going to the pull-down menu, nor does it recognize it when I key in the instance name. We are…



Answer Question   |  June 27, 2012  9:16 AM
SAN, SQL Server 2000, SQL Server 2005, SQL Server 2005 Upgrade Advisor, SQL Server Upgrade Advisor, Windows Cluster
2,585 pts.

SQL select loop list?

Say I want to derive the following: Select ID, F1 from table Union Select ID, F2 from table Union Select ID, F3 from table Union … etc until F10. Is there smart and easy way so that I can just provide a list: F1,F2,F3,…,F10 and somehow be able to have the select statement loop through…



Answer Question   |  June 27, 2012  9:16 AM
SELECT, SQL 2008, SQL Select, T-SQL, T-SQL 2008
asked by:
5 pts.

SQL select loop list?

Say I want to derive the following: Select ID, F1 from table Union Select ID, F2 from table Union Select ID, F3 from table Union … etc until F10. Is there smart and easy way so that I can just provide a list: F1,F2,F3,…,F10 and somehow be able to have the select statement loop through…



Answer Question   |  June 27, 2012  9:15 AM
SELECT, SQL 2008, SQL Select, T-SQL, T-SQL 2008
asked by:
5 pts.

Link microsoft SQL server to Active Directory

I am getting an error while running a qurey for excuting against OLE DB provide’ADSDSOobject’ Please advice Thanks Rajaa



Answer Question   |  June 27, 2012  9:15 AM
Active Directory, OLE DB, SQL Server 2000, SQL Server Query
asked by:
IT4
5 pts.

Link microsoft SQL server to Active Directory

I am getting an error while running a qurey for excuting against OLE DB provide’ADSDSOobject’ Please advice Thanks Rajaa



Answer Question   |  June 27, 2012  9:15 AM
Active Directory, OLE DB, SQL Server 2000, SQL Server Query
asked by:
IT4
5 pts.

SQL 2005 SSIS Package to load table from positional flat file

I have a positional flat file which I need to load contents into a SQL table. I’ve created an SSIS package and will need to call a VB script to parse the file but since I’m new at VB and SQL I need some assistance creating the VB script. There are 4 fields in the…



Answer Question   |  June 27, 2012  9:11 AM
SQL 2005, SQL tables, SSIS flat file package, SSIS Package, VBScript
asked by:
5 pts.

Translate Ruby Script to SQL Query?

I need help translating a ruby script to SQL query. I’m a SQL noob. Help please. [em]here is the script.[/em] require “rubygems” require “ruport” SQL = <<-EOS SELECT     tv.ApptDate, tv.PatName, tv.PatFirst, tv.PatLast, tv.Phone, tv.ApptTime, tv.Provlast, tv.ProvFirst, tv.ProvTitle, tv.Clinic, tv.Age, tv.Notes FROM (  /* SECOND LEVEL, this brings out cliniccode from the main query so we…



Answer Question   |  June 27, 2012  9:06 AM
Ruby, SQL Query, SQL Query Parse Data, Sql Script, SQL Server 2000
asked by:
5 pts.

Running Profiler, an update statement show reads but no writes?

Example: last 3 columns are write, rowcount,reads [table] [tbody] [tr] [td]75072[/td] [td]SQL:StmtCompleted[/td] [td]UPDATE UserHdr SET LastActivity = ’29-Aug-2010 01:23:24 AM’ WHERE UserKey = ‘M’[/td] [td]205[/td] [td]2010-08-29 01:23:24.393[/td] [td]The FactorSoft Program[/td] [td]12695[/td] [td]2010-08-29 01:23:24.407[/td] [td]0[/td] [td]1[/td] [td]2[/td] [/tr] [/tbody] [/table]



Answer Question   |  June 27, 2012  8:57 AM
SQL 2005, SQL Profiler, SQL Server 2005, SQL Server 2005 administration, UPDATE statement
asked by:
15 pts.

Reading the content of a URL into a table in SQL Server 2005 Express

I need to insert the contents of httplog (which is basically http://xx.xx.xx.xx/httplog) into a table in SQL Server 2005 Express. How can I do this? Can I read the contents of httplog directly into the table (with a varchar 1000), or I need to use third party software?



Answer Question   |  June 27, 2012  8:56 AM
SQL Server 2005, SQL Server 2005 Express, SQL Server Express, SQL Server tables
2,585 pts.

Connect Powerbuilder in SQL Server 2005

how to connect the sqlserver 2005 database in power builder



Answer Question   |  June 27, 2012  8:54 AM
PowerBuilder, SQL 2005, SQL Server 2005, SQL Server connectivity
asked by:
5 pts.

Calling a SQL Server 05 Stored Procedure from Oracle

Is it possible to call a SQL Server 2005 stored procedure from Oracle? If the sp is called get_item_desc and has one input parameter (item_id), what might this call look like? Any help most appreciated!



Answer Question   |  June 27, 2012  8:51 AM
DBLink, Oracle, Oracle stored procedures, SQL Server 2005, SQL stored procedures, Stored Procedures
asked by:
5 pts.

Troubleshooting a DTS job failure on SQL Server

I have a DTS job that failed on my SQL Server, but it doesn’t have a failed message in the job history. I checked out our DTS package log, and it is empty. How can I troubleshoot this DTS job failiure?



Answer Question   |  June 27, 2012  8:50 AM
DTS, DTS packages, SQL Server DTS
2,585 pts.