Join now
|
Sign in
Blogs
14 hours, 32 minutes ago
SQL Server 2008 RTM
[
wagdyIshac
|
Analyze it
]
The wait is over. SQL Server 2008 has been released and is ready to deliverTechNet Plus subscribers can find RTM versions now available for download. ...
by to
0
Comments
|
8
Views
07-30-2008, 6:34 PM
What is Unified Communications
[
Mino
|
The UC Guy
]
For many end-users, communications take place in disparate, disconnected silos. For voice communications, you turn to the desktop or mobile phone. For e-mail and IM, you turn to your PC. With the multitude of applications and tools from which to communicate,...
by to
0
Comments
|
107
Views
07-10-2008, 12:17 PM
Migrating large amount of data with nvarchar(MAX) in SSIS
[
wagdyIshac
|
Analyze it
]
Be aware when you deal with the nvarchar(MAX) as a source data for the SSIS OLE data Source as in the large number of data the temp files couldn't be generated so the migration fails. i had a case with 48 columns nvarchar(MAX) with 45000 rows and the...
by to
0
Comments
|
251
Views
06-23-2008, 8:22 AM
Get list of hte Sevices that runs on the SQL Engine
[
wagdyIshac
|
Analyze it
]
instead of profiling if you want to know just the services that runs currently on the Engine. choose the database master and run in the query editor " exec sp_who" this will list for you all the running activities with it's status on the server now ...
by to
0
Comments
|
322
Views
06-12-2008, 10:36 AM
RC0 Version of SQL Server 2008 Available
[
wagdyIshac
|
Analyze it
]
Finally,The SQL Server 2008 is RC0 but available so far only on the MSDN and technet subscribershttp://reddevnews.com/news/article.aspx?editorialsid=9946...
by to
0
Comments
|
357
Views
06-05-2008, 6:17 PM
Top Tips for Efficient Queries
[
Moayed
|
Moayed Mohammed
]
Top Tips for Efficient Queries · When using AND, put the condition least likely to be true first. The database system evaluates conditions from left to right, subject to operator precedence. If you...
by to
1
Comments
|
419
Views
05-21-2008, 9:00 PM
How to assign a strong name key to 3rd party assembly?
[
Karim
|
SQL Server
]
I faced this problem during working and I found that I have two approaches to acheive this : either I ask the 3rd party developer to assign strong name to the dll or you do the following: you should use Ildasm.exe tool to dissamble the...
by to
1
Comments
|
478
Views
05-13-2008, 9:34 AM
ASP.NET AJAX Script Combination
[
mina.shawky
|
Geek word of the week
]
Several enhancements have been added to ASP.NET with the release of Beta versions of Visual Studio 2008 SP1 and .NET 3.5 SP1... One of the good enhancements has to be the Script Combination ability where you will be able to select the number of...
by to
0
Comments
|
437
Views
05-07-2008, 10:01 AM
How to configure AJAX 3.5 on Sharepoint (MOSS)
[
Anis
|
Devvawy
]
One of the current SharePoint problems is that it doesn't include AJAX support by default, but there is a way to configure AJAX to work in your SharePoint, and that is why I'm writing this post.You have to make some steps to configure it:Open your sharepoint...
by to
1
Comments
|
451
Views
05-04-2008, 9:46 AM
Top 10 SQL Server Integration Services (SSIS)
[
wagdyIshac
|
Analyze it
]
well, SSIS is the most critical stage in developing a Business Intelligence Project. so tips is always important. have a look on this http://searchsqlserver.techtarget.com/generic/0,295582,sid87_gci1282913,00.html...
by to
0
Comments
|
378
Views
05-02-2008, 11:04 AM
BizTalk - The way I see it! – Part 4: Developing Schemas
[
Mika
|
Services & Integration Stuff
]
Today, I’ll talk about how to develop Schemas using BizTalk, if you don’t know what a schema is, kindly use this link. As a prerequisite, you must install the following software in order to develop BizTalk Applications: · ...
by to
0
Comments
|
450
Views
05-01-2008, 2:24 AM
BizTalk - The way I see it! – Part 3: BizTalk artifacts
[
Mika
|
Services & Integration Stuff
]
In the previous posts, I talked about BizTalk Server Architecture after a brief introduction. Today, I’ll talk about BizTalk artifacts covering the following points, · Schemas · ...
by to
1
Comments
|
322
Views
04-22-2008, 9:09 AM
Inner join between MOSS list and SQL table
[
Ahmed.AHameed
|
MOSS & .Net World
]
IF you have a MOSS list that contains a lot of data including UserID's. These ID's are stored in the Users table in SQL because the site is working by Forms authentication provider.we need to display a specific result from this list in a...
by to
0
Comments
|
392
Views
04-22-2008, 8:42 AM
MOSS 2007 & Request time out problem
[
Ahmed.AHameed
|
MOSS & .Net World
]
One of the famous server errors that you may get is Request time out. This error is normal for developers .The causes usually are a process that takes a very long time "lengthy operation" or a connection to a DB that is disconnected or a server...
by to
0
Comments
|
240
Views
04-21-2008, 11:46 AM
A declarative workflow does not start automatically after you install Windows SharePoint Services 3.0 Service Pack 1
[
shadiesm
|
Content Management Techniques [Shady Khorshed - MVP]
]
SYMPTOMS loadTOCNode(1, 'symptoms'); After you install Windows SharePoint Services 3.0 Service Pack 1 (SP1), a declarative workflow does not start automatically in the following products: • Windows SharePoint Services 3.0 • Microsoft...
by to
1
Comments
|
442
Views
04-19-2008, 1:58 AM
MOSS 2007 content query web part & RSS problem
[
Ahmed.AHameed
|
MOSS & .Net World
]
You can get RSS feed from a content query web part, just be selecting the Enable feed check box.It looks very easy to use, but the problem here is that RSS in the content query web part is not working fine.If you have more than one RSS in the site, you...
by to
0
Comments
|
419
Views
04-15-2008, 11:27 AM
Truncation VS Deletion
[
wagdyIshac
|
Analyze it
]
when you try to empty the whole table especialy in SSIS DON'T use delete from [Table] cause it takes time untill the query runs and delete the whole table instead use Truncate table [table] cause truncation empty the table at once...
by to
0
Comments
|
348
Views
04-11-2008, 1:01 PM
BizTalk - The way I see it! – Part 2: Concepts - Cont
[
Mika
|
Services & Integration Stuff
]
In my previous post, we talked about some basic BizTalk concepts. In this post, we’ll talk about more of these concepts. Before drilling into details about the BizTalk Server Architecture, let’s talk bit about a design pattern called Pub/Sub....
by to
1
Comments
|
362
Views
04-10-2008, 5:38 PM
ASP.NET 3.5 Extensions Preview - AJAX History Management
[
mina.shawky
|
Geek word of the week
]
Introduction ASP.NET 3.5 Extensions Preview is now gaining more attention and a lot of articles are being submitted in order to discuss different enhancements and new additions to the ASP.NET API. One of the very good enhancements has to be with the...
by to
2
Comments
|
376
Views
04-09-2008, 7:21 PM
BizTalk - The way I see it! – Part 1
[
Mika
|
Services & Integration Stuff
]
Hello again, It crossed my mind a couple of weeks ago to share some BizTalk knowledge with you guys, reason being it takes a lot of brains for any BizTalk developer to find information on the internet about how to develop BizTalk applications...
by to
3
Comments
|
357
Views
04-01-2008, 7:20 PM
MOSS MVP Wawwwwwwwwwwwwwwwwww
[
shadiesm
|
Content Management Techniques [Shady Khorshed - MVP]
]
I’ve just received the bellow mail from Microsoft today Dear Shady Khorshed, Congratulations! We are pleased to present you with the 2008 Microsoft® MVP Award! The MVP Award is our way to say thank you for promoting the spirit of community and...
by to
3
Comments
|
464
Views
03-31-2008, 8:20 PM
Reporting services and IIS default Web Site Identifier
[
Karim
|
SQL Server
]
SQL Server Reporting Services cannot use the Default Web site because it has an identifier that the SQL Server Reporting Services setup cannot handle. You can either reinstall IIS to have IIS create the Default Web site, or modify the IIS metabase by...
by to
0
Comments
|
359
Views
03-29-2008, 2:02 PM
Video-ADO.NET Entity Designer
[
hus
|
.Net Gate
]
This video demonstrates the new ADO.NET entity designer, as you will see it is now possible to visually map the insert, update, and delete stored procedures for entity types. Additionally, support for function imports allows the mapping of query stored...
by to
0
Comments
|
519
Views
03-29-2008, 1:31 AM
EDC 2008 is knocking the doors
[
shadiesm
|
Content Management Techniques [Shady Khorshed - MVP]
]
Microsoft EDCEDC 2008 is the biggest Developers Conference of the year in Egypt, and is a critical event for any developer who wants to see the newest as well as the next-generation technology. EDC is full of sessions and activities that help you to learn...
by to
0
Comments
|
395
Views
03-24-2008, 3:32 PM
Share Point Products Comparison
[
shadiesm
|
Content Management Techniques [Shady Khorshed - MVP]
]
Here you go...
by to
0
Comments
|
377
Views
More Posts
Next page »
Most Comments
The Dark Side of AJAX
Don’t rely on obfuscat...
Anti XSS AJAX
Treasures in Barmagy f...
The most common softwa...
Technology Specialist:...
How to: Enable incomin...
Free Download: Hot-Fix...
Me @ TechNet :)
WCF 3.5 Paper
1
2
3
4
5
Next >
Most Viewed
Don’t rely on obfuscat...
Anti XSS AJAX
The Dark Side of AJAX
Series: AJAX ABC - Par...
The most common softwa...
Keyboard Shortcut Refe...
Updated - My MDC Sessi...
Creating Efficient ASP...
An Intro about Packet...
Treasures in Barmagy f...
1
2
3
4
5
Next >
Posts by group
Barmagy Bloggers
Bloggers
Barmagy Bloggers
Opml
Barmagy Bloggers
Syndication
Barmagy Bloggers
© All rights are reserved