TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
MEA Center of Expertise
We are a 120+ technology enthusiasts helping Microsoft customers around Middle-East & Africa region. We bridge Microsoft tools & technologies to their businesses.
Tags
#
Active Directory
Administrator Password
Analysis Services
analytics
App-V
Architecture
Availability
Azure
bandwidth calculator
BI
Certificate Authority 2012
Citrix
Cloud
Cloud Computing
COEX
Column Store Index
Cool Tools
Data Warehouse
Denali
developers
Development
device replacement
DPE
Dubai
Exchange 2010
Footprint
forum
Francais
Free Cool Tools
Free Tools
French
Guide
Guru
Hardware Inventory
hashtags
Hero
Hyper-V
Hyper-V Replica
Hypervisor
ip phones
IT
LINUX
Lyn
Lync
Lync 2013
Lync Architecture
Lync bandwidth
Lync features
Lync hardware requirements
lync kit. lync 2010
Lync new features
Lync Port requirements
lync powerpack
Lync Server roles
Market place
Marketplace
Microsoft Events
Microsoft Tools
No Code
Office 365
old phones
Open Door
Open Interoperability Program
Outbound calls
PABX
pbx
Performance
Port
Power Pivot
PowerPivot
Powershell
Powershell Scripts
SharePoint
SharePoint 2010
SharePoint Designer 2010
SharePoint Foundation 2010
SharePoint Server 2010
SharePoint Server 2013
SP2010
SPD2010
SQL Server
SQL Server 2012
System Center
technical events
Technology Solution Professional (TSP)
Tools
training labs
T-SQL
uc
Unified Communications
Virtualization
VMware
Windows 7
Windows 8
Windows Azure
Windows Phone 7
WinRM
WMI
WP7
Browse by Tags
TechNet Blogs
»
MEA Center of Expertise
»
All Tags
»
sql server
Related Posts
Blog Post:
Jumping between database Name and ID in SQL Server
Wagdy Ishac
If you're using DMVs or quering the master Database, you'll need to know your database id, and some query results returned with Database Id and your want to know is this my database ? a quick jumping between database id and name From ID to Name select DB_NAME(1); From Name to ID ...
on
19 Jun 2011
Blog Post:
Cumulative Update package 5 for SQL Server 2008 R2
Wagdy Ishac
Cumulative Update 5 contains hotfixes for the Microsoft SQL Server 2008 R2 issues that have been fixed since the release of SQL Server 2008 R2. in the middle of the celebrating our new version of SQL Server that will come in the Launch event 1 week from now we need not to forget about the amazing...
on
29 Feb 2012
Blog Post:
Cannot start the columnstore index build; What is Wrong ?
Wagdy Ishac
you’re trying to build a ColumnStore Index and Increased the DOP or using multiple columns on the Index and you did received this error message “cannot start the columnstore index build because it requires at least 760040 KB, while the maximum memory grant is limited to KB per query...
on
5 Feb 2012
Blog Post:
Can i edit my PowerView Report exported to PowerPoint in Presentation Mode? YES YOU CAN
Wagdy Ishac
with the release of SQL Server 2012 different versions until the RTM last week. Microsoft introduced a one kicking feature in the Business Insight Pillar with the new Amazing easy-to-use reporting PowerPivot that you can simply export this report to PowerPoint and when your slides are running the report...
on
14 Mar 2012
Blog Post:
SQL PASS EGYPT. Out first SQL Server user group in EGYPT
Wagdy Ishac
SQL PASS EGYPT CHAPTER It’s a pleasure to announce you the creation of the first PASS SQL Server user group in Egypt as PASS Official Chapter . Through this chapter we look for a monthly gathering of ALL SQL & BI community in Egypt to discuss, share and help in all SQL related matters...
on
15 Nov 2011
Blog Post:
List Connections and Users connected to Lync Registrar Pool
Mahmoud Badran
The following script could be copied to %windir%/system32 as connections.ps1 in order to run it from Lync powershell directly. It will list all the number of connectios to the registrar pool; i have added Listing all user aliases connected to Lync within the main Function. #################################################################################################...
on
19 Jul 2011
Blog Post:
Profiler Replicator, A SQL Server Performance Testing Software based on SQL Profiler
Wagdy Ishac
I've developed a small application that will help you test the performance of you SQL engine. the application simply retrieve your Queries from a Pre-set Profiler table and start replicate this in multithreading mode with you set configuration to brute the destination database and you can get out of...
on
15 Oct 2011
Blog Post:
SQL Server 2012 Product Guide V2
Wagdy Ishac
now the product Guide V2 is available here This version has the following: - Download size reduction to 212 MB from 412 MB to accommodate slower download link - Welcome page includes a link to the hosted SQL Server Virtual labs to try out SQL Server 2012 CTP3 without installation - 32 (thirty...
on
30 Oct 2011
Blog Post:
Microsoft Egypt Open Door February 20, 21
Wagdy Ishac
It’s the time for Open door… Monday and Tuesday in Cairo Heliopolis Fairmont Hotel in Egypt we’re having our annually Open Door even with first day for IT Professionals and second day for Developers. I have a session with Hisham Mortada Monday 12:00 PM for What’s New in SQL Server...
on
19 Feb 2012
Blog Post:
Update SQL Agent Jobs Schedules with T-SQL
Wagdy Ishac
after building your SSIS project and putting it into action you just start doing some JOB Schedules through the SQL Agent, but when you have a lot of schedules updating them starts to get annoying. and you can start getting some queries to list the Jobs, tasks and schedules in our discussion now we’ll...
on
5 Aug 2012
Blog Post:
Create failed for Index not supported on the target server version. No Panic
Wagdy Ishac
ColumnStore Index the New Cool non-clustered index feature in SQL2012 with significant boost in performance while been used. I tried to create it on my newly restored Database but I received this Error “Create failed for Index Either the object or one of its properties is not supported on...
on
30 Jan 2012
Blog Post:
Lync Server 2010 supports SQL Server 2008 R2 !!
Amr.Hamdy
It has been announced TODAY that SQL Server 2008 R2 is now supported for Lync Server 2010. Finally !!
on
20 Apr 2011
Blog Post:
The Diagonal Warehouse Design
Wagdy Ishac
Have you ever been in a situation when designing your warehouse where you had some measures that could not be grouped together due to dimensionality differences? A few measures that you can’t put into one Fact and of course, like me, you hate the idea of a Fact for each measure. I’ve been...
on
29 Nov 2010
Blog Post:
Denali CTP3 is here
Wagdy Ishac
Did you download it ??... Not Yet... Go NOW and GET CTP3 from the below URL http://www.microsoft.com/sqlserver/en/us/default.aspx
on
13 Jul 2011
Blog Post:
SQL Server 2012 VertiPaq Analysis Services installation and Demo (Video)
Wagdy Ishac
after the amazing success of PowerPivot in the previous release of SQL Server 2008 R2 this engine moved to the server side with the same InMemory BI and compression and it’s called the VertiPaq Engine or the Analysis Services Tabular Mode. this 12 minutes video that I’ve created walk you...
on
17 Oct 2011
Blog Post:
Please join me and welcome "SEQUENCEs" to the family of T_SQL
Wagdy Ishac
yes it’s, it’s the Sequence that you can use as a number generator separated from Columns and tables. it’s a new Object added to SQL 2012 ANSI Standard. to be used in many situations. I can remember now that it would made my life easier if I had it before. let’s have a look on...
on
7 Feb 2012
Blog Post:
Bringing the Transaction mode with SSIS into reality.
Wagdy Ishac
Isn’t it a desirable request to run your Data flow Tasks into Transaction Mode that rolls back if something wrong happened in the middle. Will the functionality is there but you’ll need some configuration to bring it into life. Let’s have a look together. First you want to change...
on
20 Mar 2011
Blog Post:
SQL Server 2012 Developer Training Kit Web Installer Preview
Wagdy Ishac
The SQL Server 2012 Developer Training Kit includes technical content including labs, demos and presentations designed to help you learn how to develop SQL Server 2012 database and BI solutions. New and updated content will be released periodically and can be downloaded on-demand using the Web Installer...
on
16 Nov 2011
Blog Post:
ColumnStore Index Quick view and Performance test (Video)
Wagdy Ishac
SQL Server 2012 introduces a new data warehouse query acceleration feature based on a new type of index called the columnstore. This new index, combined with enhanced query optimization and execution features, improves data warehouse query performance by hundreds to thousands of times in some cases,...
on
6 Feb 2012
Blog Post:
SQL Server 2012 BI Environment in 12
Wagdy Ishac
are you fan of creating VMs? do you like to have your own environment signed by your name as your companion in developing Microsoft BI applications, creating POCs or even trying and learning some new stuff? I Love doing this very much… So I listed below the steps that you need to follow in order...
on
27 Mar 2012
Blog Post:
What do you Know about the SQL Server Data pages ?
Wagdy Ishac
SQL Server page is 8K so remember when you format your hard disk. Create it in a 64K clusters for the best performance. Let’s no more about the SQL Page · 96 Bytes for the page Header · 8096 for the page rows with a limits 8060 bytes Only for rows. · 2 bytes in the...
on
15 Mar 2011