Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET 2.0
.NET 3.0
.NET 3.5
.NET 4.0
.NET General
.NET Performance
.NET Services
ADO.NET
ADO.NET Data Services
Architecture
Azure
design patterns
Dev
dotNetExpress
EAI
Excel
Express
IIS
IIS7
MOSS 2007
Reporting Services
Sql Services
SqlServer 2005
SqlServer 2008
SqlServer 2008 R2
SSIS
SSRS
TECH
Tips And Tricks
T-SQL
Video
Vista
Visual Studio
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
visual-how-tos
Webcast
Windows 2008
WSS
TSQL: Concatenate Column from Multiple Rows into String
Ok , So I had a problem related to concatenation of a single Column into one ( same ) column when using GROUP BY . The Problem came from a Reporting Services perspective and there might be other solutions ( like coding in VB.NET in the report ) I have found a very nice samples : Option 1: use Northwind declare @CategoryList varchar(1000) set @CategoryList ='' select @CategoryList = @CategoryList + ' , ' + CategoryName from Categories select 'Results = ' + @CategoryList Option...
01-24-2012 10:48
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
Reporting Services
,
SqlServer 2005
,
SqlServer 2008
,
Dev
,
ITPRO
,
SqlServer 2008 R2
T-SQL Israeli CardID Checker / ת.ז. ישראלית
T-SQL Israeli CardID Checker / ת.ז. ישראלית Once in a while I come across code that I didn’t fins in the internet … mainly because it’s for local use ;) This is one of these times :) This code is the T-SQL version of the algorithm that checks the given Israeli CardID , and adds a leading Zero , if need one ( like in my personal case ) , and calculates the “Check Number” ( SIFRAT BIKORET ) , if it’s missing. I needed this for an SSIS Package that loaded monthly information needed for my SharePoint...
08-24-2010 7:59
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
SSIS
,
SqlServer 2005
,
SqlServer 2008
,
Dev
,
ITPRO
,
T-SQL
Express 2010 RTM Download summary
Express 2010 RTM Download summary Any one who really knows me , knows that my 2nd passion is the Express toolset :) Now, that Visual Studio 2010 has RTM-ed a few days (weeks) a go I have decided to build a small collection of relevant URLs : from http://www.microsoft.com/express/Downloads/ Visual Basic 2010 Express Visual C# 2010 Express Visual C++ 2010 Express Visual Web Developer 2010 Express ( Part of the WebPI Toolkit ) All - Offline Install ISO image file And the SqlServer Express 2008 R2 –...
04-29-2010 7:58
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
ADO.NET
,
Visual Studio
,
.NET Performance
,
.NET General
,
Express
,
.NET 4.0
,
Dev
,
ITPRO
,
Visual Studio 2010
,
SqlServer 2008 R2
Exporting/Saving RDL files from http://server/reports
Exporting/Saving RDL files from http://server/reports Here are the steps: 1. Go to Report on Report Manager 2. Click " Show Details " 3. Click " Properties " of the report you need to Export 4. Under " Report Definition ", click on " Edit ". You will be able to either " Open " or " Save " the RDL file. … And in Pictures ;) That simple :)
08-11-2009 9:16
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
Reporting Services
,
SqlServer 2005
,
SqlServer 2008
,
Dev
,
ITPRO
SqlServer Express 2008 Profiler
SqlServer Express 2008 Profiler If you didn't know , the Express Environment is one of my favorites ;) So, when I come across an “AddOn” I run to test it – Well here’s a nice one SqlExpressProfiler - The profiler for Microsoft SQL Server 2005/2008 Express Enjoy
04-13-2009 15:24
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
.NET Performance
,
dotNetExpress
,
SqlServer 2005
,
SqlServer 2008
,
Dev
,
ITPRO
SSIS on Excel 2007 Data Import & Moss2007 :"Excel Source Output" . The column status returned was: "Text was truncated or one or more characters had no match in the target code page."
SSIS on Excel 2007 Data Import & Moss2007 One of the crucial stages in moving managers from the “Simple all I want I get from Excel” to a more centralized platform like Sharepoint is moving their data ! Well lately not only have I been a : “HTML” “SharePoint Designer 2007” “Adobe Photoshop CS2” & “Paint.Net” Graphics “General Specific Site Collection Moss2007 Admin” “InfoPath 2007 Browser Compatible Developer” (including InfoPath C# Code) “General Web Service & WCF Programmer” “Camtasia...
01-08-2009 7:14
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
WSS
,
ADO.NET
,
MOSS 2007
,
SSIS
,
EAI
,
SqlServer 2005
,
SqlServer 2008
,
ITPRO
,
Excel
Try the installation again using a valid copy of the installation package 'sqlncli.msi'
Problem: If SqlServer 2005 Setup fails and roll back with the following error message: "An installation package for the product Microsoft SQL Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'." Reason: It’s probably due to the fact that you have installed .NET Framework 3.5 BEFORE you have installed SqlServer 2005 ;) Solution: To work around this problem, uninstall SQL Native Client by using Add or Remove Programs...
01-03-2009 13:33
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
Vista
,
.NET 2.0
,
.NET 3.0
,
.NET 3.5
,
SqlServer 2005
,
ITPRO
Report Viewer for Visual Web Developer Express
Report Viewer for Visual Web Developer Express The Visual Web Developer Express is one of my favorites , both the previous 2005 & 2008 versions as well as the new and shining all around fully functional – Visual Web Developer 2008 SP1 Express Edition ( which has support for ClassLibrary & Silverlight 2.0 projects as part of the Solution – Single Environment ! ) It seems that only a few days a go the Microsoft Report Viewer Add-on for Visual Web Developer 2008 Express has been released Microsoft...
12-27-2008 10:59
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
ADO.NET
,
Visual Studio
,
.NET Performance
,
.NET General
,
SSRS
,
.NET 2.0
,
.NET 3.5
,
Visual Studio 2005
,
Visual Studio 2008
,
dotNetExpress
,
SqlServer 2005
,
SqlServer 2008
,
Dev
,
ITPRO
Move from Access 2007 to Sql2008
I was working on a small webcast on migration from Access to SqlServer Express edition and it seems that from the 2008 version , it’s no longer possible (by default) from the Access ribbon strip (Express & Developer edition were tested ). This option worked on SqlServer 2005 ( All versions , as far as I know ) On the other hand, we know that even the Express edition of SqlServer 2008 contains the Import/Export Wizard ( which in the SqlServer2005 Express was absent )
12-20-2008 10:53
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
dotNetExpress
,
SqlServer 2005
,
SqlServer 2008
,
Dev
,
ITPRO
Azure : Start Cloud Application Development
Azure : Start Cloud Application Development As expected the knowledge about Azure can to me from the Microsoft SharePoint Team Blog - PDC 2008: Announcing Azure Services Platform and Microsoft SharePoint Services Looked at a few videos , and this seems like Microsoft is starting to think like a ISV, but with a twist , which means - you “can” use Live.com services from your cloud Application. Not saying that this is bad, but my feeling is “put your application on our servers, FOR FREE, and we’ll help...
10-28-2008 2:41
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
WSS
,
ADO.NET
,
MOSS 2007
,
design patterns
,
.NET General
,
.NET 3.5
,
SqlServer 2008
,
.NET 4.0
,
Dev
,
ITPRO
,
TECH
,
ADO.NET Data Services
,
Azure
,
Sql Services
,
.NET Services
Page 1 of 2 (12 items) 1
2
Next >