Categories
Archives
- May 2013 (3)
- April 2013 (3)
- March 2013 (4)
- February 2013 (2)
- December 2012 (1)
- November 2012 (4)
- October 2012 (1)
- August 2012 (1)
- July 2012 (1)
- June 2012 (2)
- May 2012 (7)
- April 2012 (3)
- March 2012 (1)
- February 2012 (1)
- January 2012 (2)
- December 2011 (2)
- November 2011 (1)
- September 2011 (4)
- August 2011 (4)
- June 2011 (2)
- May 2011 (3)
- April 2011 (2)
- March 2011 (4)
- February 2011 (2)
- January 2011 (5)
- October 2010 (2)
- September 2010 (1)
- August 2010 (1)
- May 2010 (2)
- January 2010 (1)
- December 2009 (1)
- October 2009 (2)
- September 2009 (1)
- April 2009 (2)
- January 2009 (1)
- December 2008 (1)
- November 2008 (2)
- August 2008 (1)
- July 2008 (4)
- March 2008 (1)
- February 2008 (1)
- January 2008 (4)
- December 2007 (5)
- November 2007 (5)
- October 2007 (13)
- April 2007 (1)
- March 2007 (1)
- February 2007 (3)
- January 2007 (13)
- December 2006 (7)
- November 2006 (2)
- October 2006 (7)
- September 2006 (5)
- August 2006 (4)
Recent Comments
- SQLBits XI – It depends… | T-SQL.dk on History repeats itself…
- History repeats itself… | T-SQL.dk on “What should I do?” – Brett Favre
- SQLSaturday Denmark re-cap | T-SQL.dk on Using a Custom Assembly to search an Analysis Services dimension
- SQLSaturday Copenhagen re-cap | T-SQL.dk on Analysis Services Dimension Security – via AMO
- Leoparddrengen on SUN, Oracle, whatever… How do you sleep at night?
Tags
.Net 3rd. ed. AMO Analysis Services BI Business Intelligence Bønner C# Certificering Coffee D&D Espresso FAIL Fejl Humor Kværn MCP MDX MSConnect NFL politik Roleplay Security SQL SQL2008 SQL2012 SQLBits SQLBits X SQLPASS SQL Server SQLServer SQL Server 2005 SQL Server 2008 SQLTip SSAS SSIS SSIS 2008 SSMS SSRS T-SQL The Who vandkøling Visual Studio VS2008 VS2010LinkedIn
If you want to see my LinkedIn profile, click on this button:
Subscription Options:

My Klout Score
Tag Archives: SSMS
Server and column collation conflicts in properties of a login
Problem: Error: Cannot resolve the collation conflict between “Danish_Norwegian_CI_AS” and “SQL_Latin1_General_CP1_CI_AS” in the UNION operation. (Microsoft SQL Server, Error: 468) when clicking “Securables” in properties of a server login. Setup: Server is set up with collation: SQL_Latin1_General_CP1_CI_AS The database, or … Continue reading
SSMS Quick Tip
If you ever need to test Analysis Services roles, you can easily do so either by browsing the cube or by means of a query. When browsing a cube through SQL Server Management Studio (SSMS) or Bisuness Intelligence Developer Studio (BIDS), you … Continue reading
Posted in Programming
Tagged Analysis Services, BI, MDX, Security, SQL Server, SQL Server 2008, SSAS, SSMS, VS2008
Leave a comment
Quick-tip: Default column type in SSMS
Looking for some other settings I stumbled upon this very nice, and very hidden, feature in SQL Server Management Studio (SSMS): The ability to set your default column type! That should save me a lot of time, from now on.
Server og database collation clasher i sikkerhedsindstillingerne for en bruger
Tænkte jeg lige ville dokumentere hvilke skridt der skal til, for at reproducere en lidt underlig fejl i SQL Server Management Studio 2008 (SSMS). Setup: Serveren er sat op med collation: SQL_Latin1_General_CP1_CI_AS Databasen er oprettet med collation: Danish_Norwegian_CI_AS Login er oprettet med … Continue reading
