RSS Categorized Articles : SQL Server


 
Author:
Filed Under: C#.Net  |  VB.Net  |  SQL Server
Published Date: Feb 19, 2008
Views: 29171
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to use parameterized queries to query SQL Server database in order to avoid SQL Injection attacks


 
Author:
Filed Under: ADO.Net  |  SQL Server
Published Date: Feb 09, 2009
Views: 5120
Demo: View Demo

Abstract: here Mudassar Ahmed Khan explain Parameterized Queries ADO.Net


 
Author:
Filed Under: SQL Server
Published Date: Feb 12, 2009
Views: 18886
Demo: View Demo

Abstract: Send SMTP Email using SQL Server


 
Author:
Filed Under: ASP.Net  |  C#.Net  |  VB.Net  |  SQL Server
Published Date: Feb 19, 2009
Views: 113178
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to save file as binary data inside SQL Server database and also how to retreive them and reconvert to their respective formats using VB.net amd C#.


 
Author:
Filed Under: ASP.Net  |  C#.Net  |  VB.Net  |  SQL Server
Published Date: Feb 21, 2009
Views: 100890
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to retrieve and display images that are stored in SQL Server Database in ASP.Net Web application


 
Author:
Filed Under: SQL Server
Published Date: Mar 08, 2009
Views: 38208
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has described how to easily send automated email notifications from the SQL Server database using job schedular


 
Author:
Filed Under: ASP.Net  |  SQL Server
Published Date: Apr 08, 2009
Views: 71631
Demo: View Demo

Abstract: Mudassar Ahmed Khan has explained how to save file to database directly using File Upload Control in ASP.Net


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  GridView
Published Date: Apr 20, 2009
Views: 35912
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has described how to store images on disk and their path in images and then display them in GridView control in ASP.Net. Thus making your own Image or Picture Gallery


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  GridView
Published Date: Apr 20, 2009
Views: 89737
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to build an Image Gallery to display images from SQL Server Database using the GridView control in ASP.Net


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  GridView
Published Date: Apr 23, 2009
Views: 37381
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to Export a GridView with Images or Pictures to Word Excel or PDF Formats in ASP.Net. In this article the GridView is displaying images stored on disk and th


 
Author:
Filed Under: SQL Server
Published Date: May 07, 2009
Views: 7088
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to create modify and delete Stored Procedures in Microsoft SQL Server Database


 
Author:
Filed Under: SQL Server  |  Issues and Exceptions
Published Date: May 08, 2009
Views: 35100
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to resolve the exception A network-related or instance-specific error occurred while connecting to SQL Server Database


 
Author:
Filed Under: SQL Server  |  Issues and Exceptions
Published Date: May 09, 2009
Views: 14450
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to resolve the exception SQL Network Interfaces error: 26 - Error Locating ServerInstance Specified while connecting to SQL Server Database.


 
Author:
Filed Under: SQL Server
Published Date: May 09, 2009
Views: 8903
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained How to retrieve column names from a database table using SQL Query in SQL Server Database


 
Author:
Filed Under: SQL Server
Published Date: May 13, 2009
Views: 8145
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to dynamically pass table name to SQL Query or Stored Procedure in SQL Server 2000 2005 2008


 
Author:
Filed Under: SQL Server
Published Date: May 24, 2009
Views: 4186
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to transfer or publish your ASP.Net website database from your local machine onto the server by creating a database backup in SQL Server


 
Author:
Filed Under: ADO.Net  |  SQL Server
Published Date: May 26, 2009
Views: 16068
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to call Insert SQL Server Stored Procedures using ADO.Net in as ASP.Net Web Application


 
Author:
Filed Under: ADO.Net  |  SQL Server
Published Date: May 26, 2009
Views: 12259
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to call Select SQL Server Stored Procedures using ADO.Net in as ASP.Net Web Application and also how to bind the data returned by the stored procedures to AS


 
Author:
Filed Under: ADO.Net  |  SQL Server
Published Date: May 27, 2009
Views: 18965
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to get ID of newly inserted record in ASP.Net Web application using ADO.Net


 
Author:
Filed Under: ADO.Net  |  SQL Server
Published Date: May 29, 2009
Views: 13409
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to call stored procedures that update the data in SQL Server Database using ADO.Net


 
Author:
Filed Under: ASP.Net  |  Excel  |  SQL Server
Published Date: Jun 06, 2009
Views: 66354
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to import Excel Sheet Data into SQL Server Database table using ADO.Net in an ASP.Net Web application


 
Author:
Filed Under: SQL Server  |  Issues and Exceptions
Published Date: Jun 06, 2009
Views: 32748
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has provided solutions to the issue The OLE DB provider ampquotMicrosoft.Ace.OLEDB.12.0ampquot for linked server ampquot(null)ampquot reported an error. Access denied. while


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  GridView
Published Date: Aug 16, 2009
Views: 29053
Demo: View Demo

Abstract: Here Vinz has explained how to Save and Retrieve Dynamic TextBox values in GridView to SQL Server Database in ASP.Net Web Application


 
Author:
Filed Under: ASP.Net  |  ADO.Net  |  SQL Server
Published Date: Sep 22, 2012
Views: 7036
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to call Select SQL Server Stored Procedures using ADO.Net in as ASP.Net Web Application and also how to bind the data returned by the stored procedures to ASP.Net GridView.


 
Author:
Filed Under: ASP.Net  |  ADO.Net  |  SQL Server
Published Date: Sep 23, 2012
Views: 8448
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to bind data to GridView using Stored Procedure in ASP.Net


 
Author:
Filed Under: ASP.Net  |  ADO.Net  |  SQL Server
Published Date: Sep 23, 2012
Views: 2875
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example with attached sample source code, how to use SQLCommand ExecuteReader function to fetch data from SQL Server database in ASP.Net using C# and VB.Net and ADO.Net


 
Author:
Filed Under: ASP.Net  |  ADO.Net  |  SQL Server
Published Date: Sep 26, 2012
Views: 6017
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example with attached sample source code, how to bind GridView with data using SQLCommand DataReader in ASP.Net with C# and VB.Net.


 
Author:
Filed Under: ASP.Net  |  SQL Server
Published Date: Sep 28, 2012
Views: 9477
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to upload and store MP3 Audio Files to database and then retrieve it and display in ASP.Net GridView with Play and Download option using C# and VB.Net.
For playing the MP3 Audio files he has used Flash Music player



 
Author:
Filed Under: ASP.Net  |  SQL Server  |  GridView
Published Date: Oct 05, 2012
Views: 9162
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to bind and populate ASP.Net GridView from SQL Server DataBase using SqlDataSource programmatically from code behind class using C# and VB.Net.

Here he has created the SQLDataSource in code behind dynamically and also setting the properties of SQLDataSource such as ID, ConnectionString and SelectCommand.



 
Author:
Filed Under: ASP.Net  |  Excel  |  SQL Server
Published Date: Dec 20, 2012
Views: 3037
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to Import Excel Sheet data and records into SQL Server 2005, 2008, 2012 using ASP.Net


 
Author:
Filed Under: ASP.Net  |  Excel  |  SQL Server
Published Date: Dec 20, 2012
Views: 1551
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to upload data or records from Excel File after reading sheet contents to SQL Server in ASP.Net.


 
Author:
Filed Under: ASP.Net  |  SQL Server
Published Date: Jan 14, 2013
Views: 5219
Demo: View Demo

Abstract: Mudassar Ahmed Khan has explained with an example and attached sample code,
how to insert Word (.DOC and .DOCX) and excel document files into SQL Server Database directly using File Upload Control in ASP.Net



 
Author:
Filed Under: ASP.Net  |  Excel  |  SQL Server
Published Date: Jan 14, 2013
Views: 2848
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to Import or insert Excel Sheet data and records into SQL Server 2005, 2008, 2012 using ASP.Net


 
Author:
Filed Under: SQL Server
Published Date: Feb 09, 2013
Views: 1395
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained how to download and install the Microsoft's Northwind and Pubs databases and then attach them to the SQL Server database server using the SQL Server Management Studio.


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  Google
Published Date: Mar 04, 2013
Views: 1803
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to populate Google Maps V3 with Multiple Markers using Address Latitude and Longitude values stored in SQL Server database in ASP.Net Website.


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  Google
Published Date: Mar 07, 2013
Views: 2855
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to populate Google Maps V3 with Multiple Markers using SQL Server database in ASP.Net Website.


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  DataList
Published Date: Mar 31, 2013
Views: 2485
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code:-
1. How to upload and save videos to database in binary data format in ASP.Net using C# and VB.Net
2. How to retrieve videos from database and play with live streaming using Flash Video Player.



 
Author:
Filed Under: ADO.Net  |  SQL Server
Published Date: Mar 31, 2013
Views: 1384
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to return the value of Identity (Auto Increment) Column value after record is inserted in SQL Server database using ADO.Net with C# and VB.Net.


 
Author:
Filed Under: ASP.Net  |  SQL Server
Published Date: Mar 31, 2013
Views: 3431
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to upload and save (insert) images to SQL Server Database in ASP.Net using C# and VB.Net.


 
Author:
Filed Under: ASP.Net  |  SQL Server  |  GridView
Published Date: Apr 14, 2013
Views: 1316
Demo: View Demo

Abstract: Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to upload and save files to SQL Server Database table using File Upload control and then display the saved files in ASP.Net GridView with Download button, to download the saved file from database

Email alerts
Go
Follow us
 RSS   Follow in Twitter
Powered by Excelsoft Solutions