Madeira  
הבלוג של גיא גלנצר גיא גלנצר


My Presentation from the 117th ISSUG Meeting

תאריך: 6 אפריל, 2012

Here are the materials from my presentation about FileTables in the last SQL Server users group meeting…



The Best of SQL Server – Event Summary

תאריך: 2 מרץ, 2012

Here is a summary of the SQL Server event we had in the north this week – "The Best of SQL Server"…



A Journey into SQL Server 2012

תאריך: 22 פברואר, 2012

A summary of the Microsoft event – "A Journey into SQL Server 2012"…



CASE Study

תאריך: 9 ינואר, 2012

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



About Snapshots and Ghosts

תאריך: 30 דצמבר, 2011

Here is a short example of how SQL Server uses row versioning in conjunction with the snapshot isolation level…



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…



Monitoring Page Splits

תאריך: 16 דצמבר, 2011

קבלו את הפתרון האולטימטיבי לניטור Page Splits…



All You Can Print

תאריך: 10 דצמבר, 2011

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



Concatenating Strings

תאריך: 30 נובמבר, 2011

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



SQL Server Error Log Management

תאריך: 25 נובמבר, 2011

הנה כמה טיפים שימושיים לניהול הלוגים של SQL Server



SAN Basics and Actual Execution Plans

תאריך: 15 ספטמבר, 2011

אני רוצה לשתף אותכם בחוויות מהאירוע "24 Hours of PASS" שהיה בשבוע שעבר, ובכמה דברים חדשים שלמדתי תוך כדי…



It's Time to Get Rid of Those Redundant Indexes

תאריך: 19 יולי, 2011

If you check your database, you might find quite a few redundant indexes. Dropping those indexes will improve performance and reduce a lot of maintenance overhead



Lecturing at SQL Explore

תאריך: 7 יולי, 2011

In the beginning of the week we took part in the SQL Explore conference. Here are the links to the Materials of the lectures I gave



SQL Server for Developers

תאריך: 7 יולי, 2011

Attached are all the materials from the "SQL Server for Developers" course that was presented at the SQL Explore conference



SQL Server for Beginners

תאריך: 7 יולי, 2011

Attached are all the materials from the "SQL Server for Beginners" course that was presented at the SQL Explore conference



Copy Login

תאריך: 23 מאי, 2011

This script will create a new SQL Server login with the requested name and password, and it will copy all the relevant data from the old login



My Session from Database2011

תאריך: 19 ינואר, 2011

Last Thursday I took part in the Database2011 conference in Airport City. Here are the materials that were presented in my session



Troubleshoot Like a Pro with SQL Server 2008/R2 Tool

תאריך: 28 נובמבר, 2010

I'm going to present a session myself on Tuesday, where I'm going to demonstrate some of the new as well as existing troubleshooting tools in SQL Server 2008 and SQL Server 2008 R2. Here are the materials



Profiler for SQL Server Express

תאריך: 10 נובמבר, 2010

Profiler is a great tool that isn't included in SQL Server Express edition. Here is a solution



The 102nd User Group Summary

תאריך: 7 נובמבר, 2010

Another user group has taken place in the begining of November. Here are the materials that I presented



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.



Congratulations to 5min Media

תאריך: 21 אוקטובר, 2010

אתמול התארחתי בחגיגת הרכישה של חברת 5min Media על ידי AOL הבינלאומית. הנה כמה סיכומים וברכות



User Group 101 Summary

תאריך: 6 אוקטובר, 2010

ביום שני העביר גיא גלנצר מצגת במפגש קבוצת המשתמשים. כל הפרטים והחומרים – בפנים



Is it REAL?

תאריך: 26 אוגוסט, 2010

ישימוש ב-REAL ו-FLOAT כדי לבטא ערכים נומריים סטנדרטיים, כגון: מחירי מוצרים או מרחקים בין ערים, עלול לגרום לכם להרבה כאב ראש. הנה ההסבר המלא…



Thirty Things You didn't Know about SQL Server

תאריך: 5 אוגוסט, 2010

בתחילת אוגוסט העביר גיא גלנצר את הקורס "30 דברים שלא ידעת על SQL Server" במסגרת כנס Expert Days 2010. בואו לראות את החומרים ולגלות כמה נתונים מפתיעים



So… What Was the Answer to the SQL Server Challenge?

תאריך: 1 יוני, 2010

The question was tricky. A lot of debate, many answers.. but only one is correct. What was it and who is the winner?



My Summary of the Data Platform Conference

תאריך: 31 מאי, 2010

I had the pleasure of participating at the Data Platform conference. Here are my notes and all the materials from the “SQL Server 2008 for Developers” seminar for download



SQL Server Magazine

תאריך: 10 פברואר, 2010

מגזין SQL Server הנו מקור מצוין ומהימן למידע מקצועי עבור ה- DBA. נפל בחלקי הכבוד להיות חבר בוועד המייעץ (advisory board), שתפקידו לעצב את אופיו ותוכנו של המגזין. הנה הרשמים הראשונים…



Cursor Types

תאריך: 8 פברואר, 2010

If you ask any SQL Server DBAs about cursors, they will tell you it’s a big no-no. But for the times that we just have to use them- here are some insights.



Querying XML Using the Edge Table Format

תאריך: 31 ינואר, 2010

Recently I was asked by one of our customers about querying XML in a relational format. “Sure”, I answered, “you can use OPENXML to retrieve a relational representation of the XML”.



Troubleshooting tempdb Space Usage

תאריך: 6 ינואר, 2010

In the past two weeks I encountered 3 different scenarios in which tempdb has grown very large. Here's a post about troubleshooting such scenarios.



Business or Pleasure

תאריך: 20 דצמבר, 2009

The way from my stupid youth to my current life goes through a hill-top cabin. Lucky I have two kids to give me some proportions…



תגובות אחרונות