Posts Tagged 'sql'

SharePoint List data with SQL Server Reporting Services

Categorized Under: Development, English 6 Commented

SharePoint is becoming more populler every day, companies from around the world are starting using it as main intranet site of their headoffice.

since sharepoint provide (as promissed by microsoft) the highest compatibility with Microsoft Office , exchange server, active directory and combine them all into a intranet portal.

many companies started using this software either publishing [...]

تلميحات SQL 1 البحث السريع بدون استخدام like

Categorized Under: برمجة و تطوير, عربي No Commented

السلام عليكم و رحمة الله و بركاته ، صارت فترة طويلة لم يكتب شيء في هذا الجزء من المدونة و هذا غالبا بسبب كسلي
فكرت اضع بعض تلميحات ال اس كيو ال SQL كون لا بد لأي مبرمج في هذه الفترة ان يستخدمها لكي يتصل بقاعدة بياناته
هنالك الكثير من الحركات الجميلة في هذه [...]

SQLTip1: search database faster without like

Categorized Under: Development, English 4 Commented

SQL tip 2, SQL tip 3well all of us need to deal with databases and sql query and most of the time we need to provide searching abilities to users.
well the easiest way is using like i.e to search articles containing the word “database” this query is goo enough “Select title from articles where [...]