Browse by Tags

Related Posts

  • Chatroom script ASP.Net, SQL Server 08 Pro [Speedy Reply Needed]

    Requirements ============== 1) Chat Script for multiple users 2) Work with ASP.net 3) Work with MsSQL Server 2008 - Professional Edition 4) Play sound on receiving new message 5) imbedd into page (i.e 'chat script etc here. ) Preferences ============= 1) Use current user name for screen name, >...
    Posted to Getting Started (Forum) by joepitt91 on 04-26-2009, 12:00 AM
    Filed under: MSSQL, sql, vb.net, Active Directory, ASP.NET, asp.vb, Sound
  • Re: error in processing report

    Hello Roba, Whenever you use Integrated Security as false the user ID and password which are mentione in the connection will be passed for database authentication, where as the current Windows account credentials will be used for authentication when you use value of Integrated Security as true. Web.config...
    Posted to SQL Server Reporting Services (Forum) by GabrielS_EUK on 11-23-2008, 12:00 AM
    Filed under: MSSQL, SQL, string, asp, ASP.net, connection, database, web.config
  • Re: sql connection in server

    Web.config is a main configuration file for a ASP.Net application. It is a place to store connection strings, server names, file paths, and other miscellaneous settings needed by an application. You can globally define your database connection string in this file. Following is a sample connection string...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by GabrielS_EUK on 10-05-2008, 12:00 AM
    Filed under: SQL, Connection String, Database, ASP.NET, web.config, MSSQL, SQLEXPRESS
  • download / upload zip/rar files problem

    i have to upload/ download zip/rar files from the SQL server 2008. i am using VS 2008 (C#). uploading: a single page u.interface which will ask for file name, title, date&time and the main binary-data. download ing: a gridview, which will have a list of all the fiels in the database table along with...
    Posted to Getting Started (Forum) by amritbera on 09-27-2008, 12:00 AM
    Filed under: MSSQL, ASP 2.0 net file download / file open, download Files (zip, zip, ms sql, Download Files, SQL
  • Find nth Max value in sql

    Hi all, I am using SQL 2005 Express, I have a table like this, Table Name : Employee Eid Name Salary 1 harry 3500 2 jack 2500 3 john 2500 4 xavier 5500 5 steven 7500 6 susana 2400 I would like to select the nth maximum salary in this table, and suppose if there is 100 records in this table, i want to...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by prnkrish on 08-28-2008, 12:00 AM
    Filed under: MSSQL Aanalysis Service, MySQL "MS SQL Server 2005" data import, MySQL server 5, query, query?, Server 2005, serverver 2008 sql 2005 performance, SQL, Sql 2000, sql express, sql express developer CTP windows xp x64 edition, SQL Server 2005, sql server update, sql stored procedure, sql 2000, SQL 2000 Server, SQL 2000 SQL 2005 migration syntax, sql 2005, Sql 2005 .NET, SQL 2005 .NET ExecuteNonQuery, SQL 2005 .NET full-text indexing, sql 2005 .NET Select query limits, SQL 2005 ASP.NET, SQL 2005 ASP.NET Navision aspx.vb, SQL 2005 Server / ADO.NET, sql express, SQL Function, SQLServer, sqlserver 2005, sqLserver2005, MS SQL Server, MS SQL SubQuery, sql server, sql server 2005 concurrency, mySQL, queries, SQL 2005, sql 2000 "sql server express 2005", SQL 20005, sql 2005 express connect error, "SQL Server", SQL Server 2005, MSSQL, MSSQL2000 Analysis Services, Sql server Subquery returned more than 1 value. This is not permitted when the subquery follows =
  • beginner's problem - connecting to a MS SQL db

    Hi there, I can't believe I'm having a problem with this, but I can't seem to get this right. I'm just trying to connect to a MS SQL db (it's my first time). Here's the error I get: Line 9: Response.Write("Hi there, here's a test for the MsSql db<br />") Line...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by justidutch on 03-27-2008, 12:00 AM
    Filed under: SQL, .NET 2.0, Connection String, database connection, MSSQL
  • Storing data as XML in SQL database

    Hi, Im quite new to MS SQL and have thus far only learnt the basics. I have a Silverlight app that saves out its data as XML. However, I want to put this data into a MS SQL database and later retrieve it as an XML document. Using ASP.NET is it possible to save the XML data to the database and all of...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by mrmop on 08-07-2009, 12:00 AM
    Filed under: SQL, MSSQL, xml
  • Sql Server 2000 handling profile provider

    Hello all, I have sql server 2005 and sql server 2000 installed on my PC. Our server only has sql server 2000. In my test environment (local pc) i need to configure my database (and/or) web.config to use sql server 2000 instead of 2005 for the profile provider. I have (along with a co-worker) spent the...
    Posted to SQL Server Reporting Services (Forum) by chickflickssuck on 08-14-2009, 12:00 AM
    Filed under: sql 2000, SQL, MSSQL
  • Re: error: 26 - Error Locating Server/Instance Specified

    Here is the resolution to error 26. Check this video to configure your error. It was a real headache for me for a long time. But this worked. http://techpint.com/programming/error-26-%E2%80%93-error-locating-serverinstance-specified-sql-server
    Posted to Tips & Tricks (Forum) by shantanu.gupta on 12-13-2009, 12:00 AM
    Filed under: SQL, Database, c#, .net, sql server, objectDataSource, asp net 3.5, SQL Server 2008, Oracle, MSSQL, MySQL
  • Re: How to get one column from sp_columns

    Your post is on Mysql topics. But your syntax is like MsSql Server !!! So in MySql try DESCRIBE table_name column_name; In MsSQL Server try : see help on "sp_help"
    Posted to MySQL (Forum) by MisterT on 02-26-2008, 12:00 AM
    Filed under: mssql, mysql, SQL, describe
Page 1 of 2 (11 items) 1 2 Next >