Hi Mickey,
Apologies, if you have already received this message. I was uncertain whether the message was delivered or not and I wanted to be certain that I reached out to you.
I went to your talk on Best Practices for Efficient SSRS Creation at the SQL Saturday in Mountain View a couple weeks ago (Mar 15th). It was such a pleasure to hear your tips on each part of the report development process. I certainly could relate to many of the situations you mentioned.
Though I hoped to introduce myself at the conference, I am writing now because I noticed that you are in the Southern California area. I am currently looking to move closer to my parents (in North Orange County). I was wondering if you know of a good way to get introduced to the T-SQL community in Orange County.
I am a report developer using SSRS on SQL Server 2008 R2, a SQL developer and intermediate to advanced Excel user. Though I have been writing SQL queries and working with relational databases for almost 10 years, I am relatively new to T-SQL (3 yrs) and even newer to SSRS.
I am looking to learn more about information management and business intelligence using Microsoft tools primarily. It would be great to hear from you regarding good places to connect with professionals in the area that have a similar focus.
All the best,
Eufemia Palomino
Reporting Specialist
Charles Schwab Investment Management
We have several great groups for you to connect with. Here are a few.
1. On April 26th, 2014, we’ll be having a SQL Saturday in Huntington Beach at Golden West College. http://www.sqlsaturday.com/289/eventhome.aspx
2. There is a local Business Intelligence group, which I lead called BIG PASS Community. It meets every 2nd Thursday of the Month at Quickstart Intelligence in Irvine. Light dinner at 6:30 and the presentations start at 7:00 PM. http://bigpass.sqlpass.org/
3. There is a local SQL Server group. It meets everyone other month on the 1st Thursday of the month in Orange. http://sqloc.com/
4. There is a local TDWI chapter. I don’t know how often they meet, but this is their details: http://www.linkedin.com/groups/TDWI-LA-OC-Chapter-1825699/about
I hope to see if you at one of the events down here. Please say hi too. 🙂
Hello mickey , this is sweetu ramani from Twitter.
Query example :
Select case when cat = a and status in ( g,h) and date in null then 3
When cat =a and status in (m,n) and date is null then 5 …. from #temp
( similar cases with different cat but all give values of this one column, and I have 3 to manipulate similar way which has in total 15-16 cases on each and those numbers sometime gets manipulated too from a function its not 3,5 always.
Thanks for replying me on twitter I appreciate you taking time on this.
Hi Mickey,
Apologies, if you have already received this message. I was uncertain whether the message was delivered or not and I wanted to be certain that I reached out to you.
I went to your talk on Best Practices for Efficient SSRS Creation at the SQL Saturday in Mountain View a couple weeks ago (Mar 15th). It was such a pleasure to hear your tips on each part of the report development process. I certainly could relate to many of the situations you mentioned.
Though I hoped to introduce myself at the conference, I am writing now because I noticed that you are in the Southern California area. I am currently looking to move closer to my parents (in North Orange County). I was wondering if you know of a good way to get introduced to the T-SQL community in Orange County.
I am a report developer using SSRS on SQL Server 2008 R2, a SQL developer and intermediate to advanced Excel user. Though I have been writing SQL queries and working with relational databases for almost 10 years, I am relatively new to T-SQL (3 yrs) and even newer to SSRS.
I am looking to learn more about information management and business intelligence using Microsoft tools primarily. It would be great to hear from you regarding good places to connect with professionals in the area that have a similar focus.
All the best,
Eufemia Palomino
Reporting Specialist
Charles Schwab Investment Management
hi Eufemia,
We have several great groups for you to connect with. Here are a few.
1. On April 26th, 2014, we’ll be having a SQL Saturday in Huntington Beach at Golden West College. http://www.sqlsaturday.com/289/eventhome.aspx
2. There is a local Business Intelligence group, which I lead called BIG PASS Community. It meets every 2nd Thursday of the Month at Quickstart Intelligence in Irvine. Light dinner at 6:30 and the presentations start at 7:00 PM. http://bigpass.sqlpass.org/
3. There is a local SQL Server group. It meets everyone other month on the 1st Thursday of the month in Orange. http://sqloc.com/
4. There is a local TDWI chapter. I don’t know how often they meet, but this is their details: http://www.linkedin.com/groups/TDWI-LA-OC-Chapter-1825699/about
I hope to see if you at one of the events down here. Please say hi too. 🙂
Mickey
Hello mickey , this is sweetu ramani from Twitter.
Query example :
Select case when cat = a and status in ( g,h) and date in null then 3
When cat =a and status in (m,n) and date is null then 5 …. from #temp
( similar cases with different cat but all give values of this one column, and I have 3 to manipulate similar way which has in total 15-16 cases on each and those numbers sometime gets manipulated too from a function its not 3,5 always.
Thanks for replying me on twitter I appreciate you taking time on this.
Thanks a lot in advance.