Programming | Madeira
Madeira  
תגית: Programming

Using Reporting Services as your Software Frontend

תאריך: 8 פברואר, 2012 | מאת: איתן בלומין

Reporting Services is an excellent platform for reports. But you can also use it for managing data. Recommended when you lack programmers, budget and / or time.



CASE Study

תאריך: 9 ינואר, 2012 | מאת: גיא גלנצר

The CASE statement has two flavors: "Simple CASE" and "Searched CASE". But what really goes on behind the scenes?



AND vs. OR

תאריך: 24 דצמבר, 2011 | מאת: גיא גלנצר

Optimizing a query that contains OR operators is more challenging than doing the same for a query that uses the AND operator…



All You Can Print

תאריך: 10 דצמבר, 2011 | מאת: גיא גלנצר

מנסה להדפיס טקסט ארוך, אבל הפקודה PRINT חותכת לך אותו באמצע? הנה הפתרון…



PrintMax

תאריך: 10 דצמבר, 2011 | מאת: גיא גלנצר

This script creates the "PrintMax" stored procedure, which prints a text of any size. It's לסיפור המלא…



Concatenating Strings

תאריך: 30 נובמבר, 2011 | מאת: גיא גלנצר

כמה תגליות מעניינות לגבי שרשור מחרוזות ו-(NVARCHAR(MAX…



Win a Ticket to the "Advanced Programming" Course

תאריך: 20 אוגוסט, 2011 | מאת: נעם ברזיס

Here is an interesting "advanced programming" puzzle. The first one to solve the puzzle will win a free ticket to the course



כנס Expert Days 2011 יוצא לדרך

תאריך: 19 יוני, 2011 | מאת: Madeira

כבכל שנה, גם הפעם מפיקה חברת E4D את כנס המפתחים השנתי המצליח שלה. בואו ללמוד במסלול ה- SQL Server and BI המגוון ולהינות מ-20% הנחה בהרשמה



Truncating and Rounding Results

תאריך: 26 אוקטובר, 2010 | מאת: גיא גלנצר

In the last UG session I had no idea why casting a long integer value into a short VARCHAR type results "*".
Yakov Markovitz has the documentaion for it.