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: SAP db - how to get the time update statistics was performed on a table? Programming Databases by peol To check when update statistics was last performed on an SAP table, use database-specific queries! For SAP HANA, check M_TABLES.LAST_COMPILED. In SQL Server, use STATS_DATE. For Oracle, check DBA_TAB_STATISTICS.LAST_ANALYZED. In DB2, use SYSCAT.TABLES.STATS_TIME. Stay optimized, stay ahead! Re: How To Send MYSQL Data To An Email Programming Web Development by Biiim … have a column called ID and this is probably an SQL keyword: SELECT * FROM `demo` ORDER BY `ID` DESC LIMIT 1… code should solve any other problem you have on the SQL side Re: How To Send MYSQL Data To An Email Programming Web Development by Davidmenk3 Looks like your email issue is causing more drama than a bad Wi-Fi connection! The problem is in $query["SELECT * FROM demo ORDER BY ID DESC LIMIT 1"];—this syntax is invalid. Fix it to $query = "SELECT * FROM demo ORDER BY ID DESC LIMIT 1";. Also, fetch the data properly and append it to $body like this: $row = … 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') 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 cant connect to Local Database Programming Databases by sanjay.vaniya … or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that… - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime… 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… Sql server error Programming Software Development by vishalrane I am getting this error when i try to connect to the server... Hot to rectify it... "This version of Microsoft SQL server Management Studio Express can only be used to connect to SQL Server 2000 and SQL Server 2005 servers. (Microsoft.SqlServer.Express.ConnectionDlg) 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 error Programming Software Development by debasisdas To which version of SQL Server you are trying to connect to using Management Studio Express ? Re: Sql server error Programming Software Development by vishalrane [b][i]sql server 2005[/i][/b] Re: Sql server error Programming Software Development by vishalrane Reinstalled SQL Server 2005..... SQL Server, Like Part Numbers in Different Warehouses Programming Databases by Papa_Don Group, I'm discovering that the SQL Server tables don't like identical (in this case) Part Numbers, …, it is the "Location"). FYI.... I'm using SQL Server 2008 Express for my testing. With this said, I'm… SQL Server trigger update Programming by jeffersonalomia … I need your help with regards on my trigger in sql server update. Want I wanted to do is to update the… Re: sql server express edition Programming Software Development by martin5211 SQL Server Express is "free", free in the meaning that … 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 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. 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.. 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 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 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 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 zebnoon Hello to all, I have installed SQL Server 2005 on windows xp . Please tell me how can i create new SQL database ?