Development

Java. Reading text files

When you created a new project (Java. Create new project in Eclipse), you want to know how to work with text files. Open SampleText.java and add after “package SampleText” two strings. Read more»

Java

Get author of SharePoint list

Below I write a powershell script to get the author and date of creation of SharePoint List. Today I have suddenly found out the new list. I was very surprised to see it and wanted to know who and when created it. Read more»

SharePoint

Add hyperlink to GridView programmatically

GridView is a powerful and easy in use tool in Asp.net, especially if you know how to use it. There are a lot of tutorials how to add dynamic hyperlink column to GridView not programmatically, but this tutorial is about how to add hyperlink to GridView programmatically (in code-behind). Read more»

.Net & C#

SQL error “SSIS Error Code DTS_E_PRODUCTLEVELTOLOW” fix

On test environment I have executed an SQL Server Integration Services Package and I’va got the error: SSIS Error Code DTS_E_PRODUCTLEVELTOLOW. The component “Lookup My Cities” (64) cannot run on installed (64-bit) of Integration Services. It requires Standard Edition (64-bit) or higher. End Error As it turned out, service SQL Server Integration Services wasn’t installed […] Read more»

SQL and databases

Popular Posts