Topic profile page for SQL database.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: SQL database.
Topic "Sql database" was discussed 0 times on 0 sites in last 3 months
Started 2 days, 4 hours ago (2009-12-23 16:14:37)
by Nick_Uk
Got a small issue here that is delaying the progression of my site. I am entering records into my database via the CMS I created using asp.net controls on an asp.net page. However, I figured that I need to use to delineate my paragraphs so when the text is read out of the database into my control the paragraphs will still be present. Asp.net however doesn't like html tags to be submit when ...
Started 2 days, 11 hours ago (2009-12-23 09:02:00)
by Phil Dodd
I have used SharePoint Designer to create aspx pages that connect to a SQL Database and should add and update entries in the database, but have found that it is failing to update records. By using SQL Profiler in the SQL Server, I have determined that the SQL Code created for the update by the Single Item Form in SharePoint, searches for a record containing the original (pre-update) values of ...
Started 4 days, 4 hours ago (2009-12-21 15:46:00)
by Daniel_Lalonde
My co-worker recently attended TechDays and saw the power that is MDT. We are looking at getting MDT setup in our organization but are running into a few technical issues getting things up and running. Environment: Server #1 - Windows 2003 R2 with SP2 and all the fixings ( Powershell v2, .NET Framework 2.0+, WS-Management ) running MDT 2010 with AIK Server #2 - MSSQL 2000 - Windows Server ...
Started 4 days, 10 hours ago (2009-12-21 10:14:00)
by kaya
SQL DATABASE ADMINISTRATOR Robosol Software Pvt Ltd Experience:1 - 4 Years Location:Mumbai, Mumbai SuburbsCompensation:At par with the industry standardsEducation:UG - Any Graduate - Any Specialization,B.Tech/B.E. - Any Specialization,BCA - Computers PG - Any PG Course - Any Specialization,Post Graduation Not RequiredIndustry Type:IT-Software/ Software ServicesFunctional ...
Started 4 days, 20 hours ago (2009-12-21 00:00:00)
by Chunky
I'm looking to install a SEP environment for approximately 6000 client PC's. Our DBA's have asked if the MS SQL database requires its own instance or if it can be shared with other application databases (on the one instance) and what performance hit will it have on the other databases. From my searches I haven't found any definitive answer. Any help would be greatly appreciated. ...
Started 6 days, 14 hours ago (2009-12-19 05:28:00)
by evanwiley
Query Excel work book and SQL Database ok i am going nuts. I have a cell that i want to put the date into in excel. I am using Excel 2003 but can goto excell 2007 if needed. Enter number of days to Query: (They enter 3) Cell A2: I created a cell that is now()-3 Now i want the filter customers_info_0.customers_info_date_...
Started 6 days, 18 hours ago (2009-12-19 01:53:00)
by Imran Khan Pathan
Hey. I have one table in MySql Database. I have two field. documentBinary LongBlob documentContentType varchar My code to download file. byte [] data = ( byte [])Dt.Rows[ 0 ][ " documentBinary" ]; // encoding.GetBytes(Dt.Rows[0]["documentBinary"].ToS tring());// (byte[])Dt.Rows[0]["documentBinary"].ToString(); System.Web.HttpResponse ...
Started 6 days, 20 hours ago (2009-12-19 00:11:00)
by radiofranky
I have about 10k entry of data converted into excel cvs already and i was wondering how to import them to phpbb sql database. For example, first column of cvs into -> subject second column into -> text body and etc. currently i'm manually importing to phpbb sql, but is taking way way toooooo long. Hope someone can help. Thanks very much.
Started 6 days, 23 hours ago (2009-12-18 20:47:00)
by _powerade_
Hi, Say, I have a database that contains a table with usernames and passwords. Is there a way to encrypt the passwords in some way? Maybe show asterisks instead of the actual letters?? I belive I have seen this before, but I just can't find a way to do it...
Started 3 days, 6 hours ago (2009-12-22 14:21:00)
by jobs
Database Developer-SQL Server @ Snap-on Business Solutions HTML clipboard Database Developer-SQL Server @ Snap-on Business Solutions Experience : 2 - 4 Years Location : Delhi/NCR Education : UG - Any Graduate - Any Specialization,Graduation Not Required, PG - Any PG Course - Any Specialization,Post Graduation Not Required Job Description : 1) Skills mandatory:...
Started 1 week ago (2009-12-18 17:09:00)
by nhocshock
MCITP Developer: Microsoft SQL Server 2005 Database Solutions Design 608 pages | Sybex (September 25, 2006) | ISBN: 0470040521 | PDF | 24.8 MB Product Description * This comprehensive book guides readers through Microsofts brand- new SQL 2005 certification: Microsoft Certified IT Professional Developer for SQL Server 2005 (Exam 70441) * Topics covered include writing SQL ...
Started 1 week ago (2009-12-18 13:26:00)
by jim0203
A client of mine wants to perform SQL queries on certain tables in the database that drives his Drupal site. These tables store the data for a few custom content types. Is there any way I can provide him secure SQL access to these tables, and only these tables?
Started 1 week ago (2009-12-18 17:25:00)
by Ruben Gouveia
I created a new table in SQL Server. How can i get that table to show up in my Access Database as a linked table automatically without having to manually create the link in Access. Thanks .
Started 1 week, 1 day ago (2009-12-17 14:24:00)
by srachuri
Hello Friends I have Microsfot office Access database file. in that I have three columns ZIpCode State and City. can any one tell me how to get all these columns values in Sql server table. I created one table in sql server with these three columns Thanks
Started 2 days, 15 hours ago (2009-12-23 04:42:52)
by vb.netdev
how to encrypt password that stored in sql server database, how to encrypt password that sent from client text box to server in asp.net Please gige example code. With thanks & respect.