No announcements
Found 567 threads
-
0 Votes
Important update on SQL Server Modeling
Don Box has written a blog post regarding the future of SQL Server Modeling. The link to the post is ... -
0 Votes
Removing $MRuntime stuff from the SQL Preview
With the current release, the SQL Preview option in Intellipad is adding all that "$MRuntime" metadata and, basically, rendering the generated SQL pretty useless (for me anyway). Is there a ... -
0 Votes
SQL Server Modeling fails to install
I am trying to instal SQLServerModelingCTPNov09.exe on my Windows XP SP3 development system. I unistalled the previous Olso components. I keep getting the following error from the ...Answered | 12 Replies | 17640 Views | Created by DonBaechtel - Thursday, January 21, 2010 9:04 PM | Last reply by Christine Flerianos - Tuesday, September 21, 2010 5:12 AM -
0 Votes
Customaziting Intellisense in Visual Studio 2010 for M Language or any other DSL
Current version on VS Plugin supports only types and extent name complition. Is it possible to extend it to type Members w/o developing 100% custom extension? And more general ...Answered | 3 Replies | 14499 Views | Created by Konstantin Kosinsky - Tuesday, September 7, 2010 7:50 AM | Last reply by Kraig Brockschmidt [MSFT] - Friday, September 10, 2010 11:09 PM -
0 Votes
Data-only SQL Script
Is it possible to generated data-only (w/o create table) script for my M-file?Answered | 1 Replies | 14042 Views | Created by Konstantin Kosinsky - Wednesday, September 1, 2010 1:49 PM | Last reply by Kraig Brockschmidt [MSFT] - Thursday, September 2, 2010 8:21 PM -
0 Votes
How can i check if record already exist in sql-server database ...
How can i check if record already exist in sql-server database ...Answered | 1 Replies | 19089 Views | Created by PutinPU - Friday, August 27, 2010 1:33 PM | Last reply by Olaf Helper - Friday, August 27, 2010 1:44 PM -
0 Votes
Quadrant can't start
Wow i must be the first person to try quadrant! I've installed the Oslo May CTP, on a machine running Windows 7 RC, and SQL 2008 Express with Advanced Services Sp1, the ...Answered | 14 Replies | 16794 Views | Created by Adam E - Wednesday, May 27, 2009 12:05 AM | Last reply by alberta fulton - Monday, August 23, 2010 1:52 AM -
0 Votes
Rebind CommandText Asp.net C#
Hi Friends, How can I change the Command Text based on a Control event like clicking a button? I want to change the sql query on clicking a ...Answered | 1 Replies | 15336 Views | Created by RahulKrishnan - Friday, August 13, 2010 12:32 PM | Last reply by Bill Sempf - Monday, August 16, 2010 12:59 AM -
0 Votes
code to uml diagram (reverse engeneering)
is it possible to generate dataflow diagram from T-sql code , a kind of reverse engeneering I am looking for.Please mark the post as answered to help others to choose the best. ...Discussion | 3 Replies | 15564 Views | Created by chandra sekhar pathivada - Friday, April 30, 2010 6:46 PM | Last reply by chandra sekhar pathivada - Saturday, August 14, 2010 6:00 PM -
1 Votes
SQL Server Modeling CTP (November 2009 Release 3) for Visual Studio RTM Now Available
A update of the SQL Server Modeling CTP (November 2009) that's compatible with the official (RTM) release of Visual Studio 2010 is now available on the Microsoft Download ...Discussion | 3 Replies | 16223 Views | Created by Kraig Brockschmidt [MSFT] - Tuesday, April 20, 2010 10:54 PM | Last reply by FelipeTx - Friday, August 13, 2010 12:41 PM -
0 Votes
database properties shows ansi null false where as dbcc useroptions shows it as set.
my database properties shows ansi_null as false where as when i open query window and use dbcc useroptions it shows ansi_nulls set.Discussion | 1 Replies | 14586 Views | Created by rajemessage - Monday, August 2, 2010 11:40 AM | Last reply by Kraig Brockschmidt [MSFT] - Monday, August 2, 2010 4:22 PM -
0 Votes
In M, is it possible to retrieve a token's original line and position number after parsing?
In C#, I have an M based Parser instance that uses the NodeGraphBuilder during parsing. When I get the node graph back I walk the graph to build up an intermediary representation. Part of ...Answered | 13 Replies | 14578 Views | Created by DejasPer - Wednesday, July 7, 2010 9:35 PM | Last reply by DejasPer - Monday, August 2, 2010 3:39 PM -
0 Votes
Using Oslo MVC 2.0 Web Application - Template
Hi, I've a problem b using the Oslo MVC 2.0 Web Application Template and Visual Studio 2010 Ultimate. If I chose this template I get an the following error: ...Answered | 4 Replies | 15786 Views | Created by merlin.online - Tuesday, November 24, 2009 12:13 PM | Last reply by Micheal Lama - Monday, July 26, 2010 3:13 AM -
0 Votes
Database restore is giving problem
Hi i am using sqlserver 2008 in my laptop also i am using the sqlserver2008 when i am trying to restore the backup file from laptop to desktop it is giving a ...Answered | 2 Replies | 24103 Views | Created by aluvala vijay - Friday, July 23, 2010 6:21 AM | Last reply by aluvala vijay - Friday, July 23, 2010 11:10 AM -
0 Votes
How to speed up Creation of Dynamic Parser?
I used this post as a starting point http://social.msdn.microsoft.com/Forums/en/oslo/thread/9065a674-6f4e-4ee4-a2d3-eca0fb969ee5 I have a simple 50 line grammar. It takes ...Answered | 4 Replies | 13882 Views | Created by Doug Finke - Tuesday, July 13, 2010 3:06 PM | Last reply by Doug Finke - Friday, July 16, 2010 8:00 PM -
0 Votes
How to alias within a grouping?
{ valuesof(s) }; however this does not appear legal to use an alias within a grouping. I'm sure what the correct way to write this production would be. Does anyone else have ...Answered | 2 Replies | 13351 Views | Created by DejasPer - Wednesday, July 7, 2010 7:34 PM | Last reply by DejasPer - Wednesday, July 7, 2010 10:17 PM -
0 Votes
Where is DynamicParser?
I'm trying to use M to parse and create some CLR objects as shown in this video: http://msdn.microsoft.com/en-us/data/dd630614.aspx However, I can't seem to find ...Answered | 1 Replies | 13482 Views | Created by DejasPer - Wednesday, July 7, 2010 4:00 PM | Last reply by DejasPer - Wednesday, July 7, 2010 7:57 PM -
1 Votes
Running Oslo tutorial from MSDN
Hi, I am very interested in Oslo, our company does a lot of business modeling. Currently we load our models in SQL server using our own custom-built modeling environment. Oslo seems the ...Answered | 3 Replies | 14562 Views | Created by BJ Lappenschaar - Friday, November 13, 2009 10:00 PM | Last reply by Andrew Pilley - Wednesday, July 7, 2010 6:12 PM -
2 Votes
Why does Oslo require SP3 for XP?
Even VS2010 doesn't require it. - CiperAnswered | 3 Replies | 15607 Views | Created by Ceyhun Ciper - Wednesday, November 25, 2009 7:29 PM | Last reply by Jodie Delaney - Wednesday, June 23, 2010 7:02 PM -
2 Votes
Compile Errors with Oslo Nov 2009 CTP
Help! I am trying to use the hello world language example into a VS 2010 .Net 4.0 Console app module Hello { ...Answered | 4 Replies | 15573 Views | Created by Peter S Giles - Sunday, June 20, 2010 11:08 PM | Last reply by Kraig Brockschmidt [MSFT] - Wednesday, June 23, 2010 2:45 PM - Items 1 to 20 of 567 Next ›
No announcements