Kerala Microsoft Users Group
All Tags » sql (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Query Tool for MS Excel

    Is there any query tool for MS Excel, where simple queries similar to those of in a RDBMS can be done with the help of a GUI ? If not what else can be given to a normal user to query a database ? Final aim is to keep the database simple and handy.
    Posted to Microsoft Technologies (Forum) by Anmol More on 08-03-2010
  • Re: Parsing XML file in sql server 2005 and inserting the xml tag values into table

    There are lot resources regarding the xml datatype in SQL 2005. For a start please go thru the links below http://weblogs.sqlteam.com/travisl/archive/2005/01/04/3931.aspx http://www.sql-server-performance.com/articles/dev/xml_data_2005_p1.aspx Amal
    Posted to Database Zone (Forum) by Amal on 01-21-2010
  • SQL error I THiNK

    Server Error in '/' Application. Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed. Description: An unhandled exception occurred...
    Posted to Microsoft Technologies (Forum) by kc.mazin on 03-19-2009
  • SQL Server 2005 performance tuning

    Hi All, I have a table in my SQL Server 2005 database which has got more than 8,00,000 rows. It has a primary key defined on it. No non-clustered indices are defined. There is a periodic insert operation that inserts approximately 30,000 rows into the above mentioned table. This operation is annoyingly...
    Posted to Microsoft Technologies (Forum) by Rumpelstiltskin on 03-05-2009
  • SQL Inner Join

    Consider two table below:(AId and BId are primary) Table A AId Name 1 ABC 2 MNB 3 POI Table B BId AId 1 1 2 1 3 2 "select A.Aid,A.Name,B.BId from A inner join B on A.Aid=B.BId" - a inner join like this will return the result as A.AId A.Name B.Bid 1 ABC 1 1 ABC 2 2 MNB 3 I want to remove the...
    Posted to Microsoft Technologies (Forum) by Qwe on 11-16-2008
Page 1 of 1 (5 items)