Re: Web Services using ASP.NET Programming Web Development by natashasturrock … few custom .NET development projects using ASP.NET Core with SQL Server. The idea of using a web service to handle login…. Here’s what usually works: Create a stored procedure in SQL Server that takes the email and password as parameters, hashes the… Re: Web Services using ASP.NET Programming Web Development by WendyDolan … if anyone has a simple one to share, especially using SQL Server with stored procedures maybe? Re: Web Services using ASP.NET Programming Web Development by rajshah85412 … service. You will achieve this by: Creating a SQL database to store user information. Developing a web service…a Database Table Start by designing a table in SQL Server where user data will be stored. This table should… This allows your web service to communicate with the SQL Server database. Step 4: Create Two Web Service Methods … Re: Web Services using ASP.NET Programming Web Development by Dani > Visual Studio 2008? Yes, the OP specified they are using VS 2008. > Also 12 years late. Not only *not* against the rules, but also not discouraged on DaniWeb. That's the beauty of forums that live on for decades. Re: Question/Answering over SQL Data Using LangGraph Framework Programming Computer Science by Pelorus_1 Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever. Re: Delete unused MySQL indexes Programming Databases by toneewa …, because the schema data is reset on server restarts. It also resets when manually truncated.… = 'YES' WHERE name = 'wait/io/table/sql/handler'; Verify the settings: SELECT * FROM performance_schema.setup_consumers… FROM performance_schema.setup_instruments WHERE name = 'wait/io/table/sql/handler'; Wait for a period of time to collect… sql server Programming Software Development by newack Hello, I have not used Sql server. I have microsoft sql server 2008 installed. but when i click management… it says evaluation period expired. I can download sql server 2008 r2 developer from my university site. Should i… go ahead and download sql server 2008 r2 developer and uninstall microsoft sql server 2008? what is difference in both… Re: sql server Programming Software Development by RunTimeError Yes. It seems like you have a trial version of 'SQL Server 2008' installed on your machine and the period has expired. … website. It should just update the existing version of your sql server. 2) Get the serial key from your University and then… Sql server help Programming Software Development by rteja HI guys I am just started learning SQL server. I have installed sql server 2008 in one laptop (call it 1) and it is connected to internet now [LIST=1] [*]i want to access it from another pc which is connected with 1 via WAN. [*]and how to connect to sql server on 1 by internet [/LIST] Please help me out Thanks Re: Sql server help Programming Software Development by jonc Could a firewall on the server be blocking the client from accessing the SQL Server? Sounds like a networking issue rather than a SQL server issue. I could be wrong though :) Re: Sql server help Programming Software Development by debasisdas you need to install sql server client in the other system and connect to the server to access the database.. Re: Sql server help Programming Software Development by rteja I searched over few places and it seems that sql server needs some two or there ports .... things like that and i also thought it is something related to security so i left it. Re: Sql server help Programming Software Development by AndreRet … find out that my errors was system orientated and not sql server.... Re: sql server Programming Software Development by Ramy Mahrous For MS SQL Server questions please post it in MS SQL Server forum [url]http://www.daniweb.com/forums/forum127.html[/url] Please tell me the procedures you took to reach this message. Sql server Programming Databases by Subashsankar HI I am very pleased to join this forum I am new to SQL programming , I am facing a challenge our sql server database entry is crossing 1lakh per day,so connection becomes slow.... For this how can i handle the situation!! our databases deals with leads and hits in affiliate website.. Thanks in advance. Re: Sql server Programming Databases by pritaeas Are you talking about MS SQL Server? First profile your existing queries, determine the bottle neck query. See if you can gain some performance by optimizing that query, applying different indexes etc. (Google: query performance) When you are sure all are near optimal, adjusting database settings is an option. SQL Server Programming Software Development by Jade_me Please help me i try to display all instances of SQL Server in a combobox. Any help is greatly appreciated. sql server Programming Software Development by rastinrastini In The Name Of God Hello All i will connect to my table in sql server 2008 but display this message to me. [url]http://www.uploadgeek.com/share-10D4_49F1AEF5.html[/url]. can anyone tell me how can solve this prfoblem? thanks alot. goodby. sql server Programming Databases by Bhavini_2 Hi, I am new with sql server. I want my date formate like dd-mm-yyyy.. but i could not able to do so. please help me and give me proper syntex fro the same Re: sql server Programming Databases by Purvi_1 **I'm using SQL Server and used this function to get the format like dd-mm-yyyy.** select FORMAT(GETDATE(),'dd-MM-yyy') Re: sql server does not allow to remote connection. Programming Software Development by kvprajapati >sql server does not allow to remote connection. Post your connection string …;User id=sa;Password=sa" [/code] Read about MS-Sql server authentication - [URL="http://msdn.microsoft.com/en-us/library…/aa905171(SQL.80).aspx"]http://msdn.microsoft.com/en-us/library… Re: Sql server on win 7 ultimate Programming Databases by debasisdas … is 32 bit software. Although you can install SQL Server 2000 on Windows 7 with some workarounds, it will not … errors in both the database server and in Enterprise Manager MMC. Only SQL Server 2005 SP3 or greater and SQL Server 2008 SP1 or greater are… Re: sql server express edition Programming Software Development by martin5211 SQL Server Express is "free", free in the meaning that … Re: SQL Server Programming Databases by zebnoon Hi all , still i have problem with intallation SQL Serever 2005.I installed SQL server 2005 with adv servies ,there is no any Sql server Management Studio.I have to download it sapreatly and install it?First of all i have to install SQL Server or Microsoft SQL Server Management Studio?plz help me. SQL Server Help Programming Databases by shermaine How do we go about doing a query under SQL server? And can i actually use the form in access to link to the tables on SQL server? Please advise. Thanks. sql server Programming Databases by sivak how the session states are stored in sql server ...where it will be configured before store it into sql server ? Re: SQL Server Programming Databases by Netcode Do a system restore to a date before you installed sql server, try re-installing SQL Server and be careful no to change names or properties where not necessary Sql server Programming Software Development by cool_jatish hi........ can anyone tell me the connection strings to connect JAVA JAPPLET to sql server 2005 database and also the execution of SQL statement in java thanks SQL Server Programming Databases by zebnoon Hello to all, I have installed SQL Server 2005 on windows xp . Please tell me how can i create new SQL database ? Re: SQL Server Programming Databases by Pgmer Have you given proper instance name while installing? or any other Sql server version already there in your system? can remove from control panel and try re installing?