Showing posts with label Microsoft SQL. Show all posts
Showing posts with label Microsoft SQL. Show all posts

Friday, 27 November 2015

Little programming: recursive function call

I have found this good example on stackowerflow.com as an illustration of the recursive function call. This is really beautiful:

A child couldn't sleep, so her mother told a story about a little frog,
  who couldn't sleep, so the frog's mother told a story about a little bear,
     who couldn't sleep, so bear's mother told a story about a little weasel
       ...who fell asleep.
     ...and the little bear fell asleep;
  ...and the little frog fell asleep;
...and the child fell asleep.

In SQL SERVER a recursive query is good to compose a tree of Bill of Materials (BOM).

Friday, 11 September 2015

SAP Business One v9.1 PL08 - Connected Clients

SAP Business One v9.1 PL08 (MS SQL, and HANA)

Finally you can disconnect the clients in a nice and easy way.
Utilities / Connected Clients

Sunday, 27 October 2013

What is SQL Native Client?

The SQL Native Client contains the SQL Server ODBC driver and the SQL Server OLE DB provider in one native dynamic link library (DLL) supporting applications using native-code APIs (ODBC, OLE DB and ADO) to Microsoft SQL Server.

Link to the official home page on microsoft.com: http://msdn.microsoft.com/en-us/sqlserver/aa937733.aspx