DCSIMG
April 2010 - Posts - Yaniv Mor

Yaniv Mor

On SQL Server and Business Intelligence

April 2010 - Posts

SQL & BI Data Platform seminar – Your chance to win an entry ticket!

Microsoft and John Bryce have organized a 2 days data seminar which focuses on SQL Server technologies. This can be an excellent chance for anyone who is involved in any way with SQL Server platform to attend a large number of technical sessions. Mr Donald Farmer, a Principal Program Manager for Microsoft SQL Server at Microsoft will also be attending and his session is not to be missed by any BI professional.

I was given an entry ticket to both days of the seminar (these would cost you 1,800NIS if you were to purchase them) a single day of this seminar (this would cost you 900NIS if you were to purchase it) to give away to a reader. So if anyone is interested, here’s how you can get your hands on the ticket: simply let me know (using the “comments”) how you first got into the SQL Server business to begin with. The guy with the most interesting story will be the happy winner…

 

Good luck!

-Yaniv

(This is post number 18 for week number 22 of my SQL blog challenge)

Database data file size limitation - SSMS

I had to configure a data file in a very large database this one time and I used Management Studio for that. The file size I was aiming at was 3TB (a very large database indeed). I was quite surprised to see that SSMS has a limit to the size you can configure, which was 2,097,152 MB (i.e. roughly 2TB). I thought I was missing something here and quickly turned to SQL Server Maximum Capacity Specifications to see how big a data file can get, and to found out it is 16TB, not 2TB (the transaction log is restricted to 2TB, but I was trying to configure the data file). Modifying the data file using the ALTER DATABASE statement resulted in the expected behaviour and I was finally able to expand the file as I wished. However, the SSMS behaviour is unreasonable, and maybe it is because of the limitations once posed by the MBR partition tables which did not enable to you to configure drives larger than 2TB. However, this is something that can be resolved by using GPT instead and no longer is a limitation as such.

So, I’ve opened a bug in Microsoft Connect (ID 554026). Be sure to vote for it!

On  aside note, I’ve been away for some time now and the challenge I was giving to myself seems a bit farther now. It has been an incredibly busy month for me and I was simply unable to add more content to my blog, which is a shame. Still, I’m back and need to catch up. So in the next few weeks I’ll try my best to get back on track with the posts.

-Yaniv

(This is post number 17 for week number 22 of my SQL blog challenge)

Technorati Tags: ,