Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET 2.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
IIS
IIS7
MOSS 2007
Reporting Services
Sql Services
SqlServer
SqlServer 2005
SqlServer 2008 R2
SSIS
SSRS
TECH
Tips And Tricks
T-SQL
Video
Visual Studio
Visual Studio 2005
Visual Studio 2008
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
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
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
SqlServer 2008 Express/Developer Management Studio
SqlServer 2008 Express/Developer Management Studio Be careful NOT to install the Express Edition BEFORE the Developer / Standard Edition. Why ? this is why ! You can’t add the “Complete” option of the Management Studio – which contains the tools to all other then Database Engine options like SSRS & SSIS :’(
09-22-2008 1:04
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
SqlServer
,
SqlServer 2008
,
Dev
,
ITPRO
Webcast – Installation of Wss 3.0 SP1 on Win2008 with Sql2008 Express Advanced Services
Webcast – Installation of Wss 3.0 SP1 on Win2008 with Sql2008 Express Advanced Services Ok, long title, but it says it all. Windows SharePoint Services 3.0 SP1 Download & Install SqlServer 2008 Express with Advanced Services Download and Install Environment is Windows 2008 + Add Role of Application Server with Web Server (IIS) + Add Feature of PowerShell Initial Startup of the Wss 3.0 WebSite Given this is a FULL install process, the Webcast is a bit “long” ( 33 min aprox. – with lots of cut...
09-01-2008 10:33
by
Adlai Maschiach
to
Adlai Maschiach
תגים:
Tips And Tricks
,
Architecture
,
SqlServer
,
WSS
,
MOSS 2007
,
IIS7
,
IIS
,
Windows 2008
,
SqlServer 2008
,
Webcast
,
visual-how-tos
,
Video
,
ITPRO
Page 1 of 1 (10 items)