branoblogging.blogspot.com
Technical Blog: How to convert Access DB to SQL 2005 DB
http://branoblogging.blogspot.com/2009/03/how-to-convert-access-db-to-sql-2005-db.html
Sunday, March 29, 2009. How to convert Access DB to SQL 2005 DB. You need to use: SQL Server Migration Assistant for Access (SSMA for Access). Http:/ www.microsoft.com/sqlserver/2005/en/us/migration-access.aspx. InfoSoft NI - software company in Belfast. View my complete profile.
branoblogging.blogspot.com
Technical Blog: March 2008
http://branoblogging.blogspot.com/2008_03_01_archive.html
Wednesday, March 19, 2008. SSRS - SQL Server Reporting Services tutorials. Http:/ msdn2.microsoft.com/en-us/library/ms167048.aspx. Http:/ www.accelebrate.com/sql training/ssrs tutorial.htm. Links to this post. Calculating Total on specific conditions CR.NET Crystal Reports. Http:/ support.crystaldecisions.com/library/. Once there, please do a search and download the following documents:. Scr running total.zip. Numbervar X := 0. Place this formula in the detail section. Numbervar X:= X 1. For Conditionall...
branoblogging.blogspot.com
Technical Blog: September 2007
http://branoblogging.blogspot.com/2007_09_01_archive.html
Monday, September 24, 2007. Add datarow to dataset ASP.NET 2.0. Dim dsBasket As DataSet = Context.Session("dsBasket"). Dim newRow As DataRow = dsBasket.Tables(0).NewRow. NewRow.Item(0) = intMealID. NewRow.Item(2) = strMealDesc. NewRow.Item(3) = decMealPrice. DsBasket.Tables(0).Rows.Add(newRow). Links to this post. Sunday, September 23, 2007. And I hope it will work out well. Will let you know. Links to this post. Subscribe to: Posts (Atom). InfoSoft NI - software company in Belfast.
branoblogging.blogspot.com
Technical Blog: July 2008
http://branoblogging.blogspot.com/2008_07_01_archive.html
Wednesday, July 30, 2008. Visual Studio 2005 Team Foundation Server: "Cannot create a file that already exists. The system cannot find the file specified". FIX: Error message when you run the "tf get" command together with the "/force" option in Visual Studio 2005 Team Foundation Server: "Cannot create a file that already exists. The system cannot find the file specified". LoadTOCNode(1, 'symptoms');. Back to the top. LoadTOCNode(1, 'resolution');. LoadTOCNode(2, 'resolution');. A supported hotfix is ava...
odeskers.wordpress.com
Short on Time? How Two Startup Founders Make It Work | The oDeskers
https://odeskers.wordpress.com/2014/07/13/short-on-time-how-two-startup-founders-make-it-work
Keep in touch with us! Find a helpful way that you Love! How Two Startup Founders Make It Work. July 13, 2014. For the average startup founder, life shifts into Nascar mode: there’s too much to do and too little time to accomplish it all as the days flash by. Absent having a pit crew show up at your door, a founder’s next best bet is to take a good, hard look at his or her time management strategy. The power of simplicity in time management. Brano Pajer is the founder of InfoSoft NI. Admitting that stick...
branoblogging.blogspot.com
Technical Blog: April 2008
http://branoblogging.blogspot.com/2008_04_01_archive.html
Wednesday, April 23, 2008. CRNET remove unwanted decimal places .00. Totext({vwSubOTOverdueAcceptance.LOOAcceptanceDaysWarning} ,0," ). Links to this post. Thursday, April 10, 2008. Create totals row in Report Builder SSRS. Totals row on Report builder SSRS. Select the field you want totals to be displayed on. On the Edit menu, click Show Subtotal. Records need to be in relation for this to work. Links to this post. SSRS - setting up user areas so that one user can't see other users reports. After you in...
branoblogging.blogspot.com
Technical Blog: Change UPPER CASE to Title Case / Proper Case - supports all punctuation
http://branoblogging.blogspot.com/2010/07/change-upper-case-to-title-case-proper.html
Thursday, July 29, 2010. Change UPPER CASE to Title Case / Proper Case - supports all punctuation. Create function ProperCase(@Text as varchar(8000). Declare @Reset bit;. Declare @Ret varchar(8000);. Declare @i int;. Declare @c char(1);. Select @Reset = 1, @i=1, @Ret = ' ;. Select @c= substring(@Text,@i,1),. Ret = @Ret case when @Reset=1 then UPPER(@c) else LOWER(@c) end,. Reset = case when @c like '[a-zA-Z]' then 0 else 1 end,. Select dbo.ProperCase('this,my friends, is a test.wHat DO you think?
branoblogging.blogspot.com
Technical Blog: June 2008
http://branoblogging.blogspot.com/2008_06_01_archive.html
Sunday, June 29, 2008. TFS appdata local temp TFSTemp. Http:/ support.microsoft.com/kb/935274/en-us. Links to this post. Thursday, June 26, 2008. Extract year from date SQL. Links to this post. Monday, June 02, 2008. Ajax AutoCompleteExtender cuts leading zeros. It is a known issue. " ' " needs to be added around it because of JavaScript converting this to int while passing it. ItemsAdd("'" and drPart("sItemID") and "'"). Links to this post. Subscribe to: Posts (Atom). View my complete profile.
SOCIAL ENGAGEMENT