Comments in MDX follow these guidelines: All alphanumeric characters or symbols can be used within the comment. Microsoft SQL Server Analysis Services ignores all characters within a comment. There is no maximum length for a comment within a statement or script. A comment can be made up of one...
(pkg, null); p1.Description = "CalculatedColumns package"; app.SaveToDtsServer(p1, null, @"File System\myp1Package", "YOURSERVER"); PackageInfos pInfos = app.GetDtsServerPackageInfos(@"File System", "YOURSERVER"); foreach (PackageInfo pinfo in pInfos) { Console.WriteLine("Package ...
In SQL Server we have a procedure called "" for adding comments to tables and columns. Following is the sample script: -- Adding a comment to a column Col1 for the table LangTest EXEC sys.sp_addextendedproperty@name=N'MS_Description',@value=N'hello col1' ,@level0type=N'SCHEMA',@le...
http://www.insidesql.de http://www.familienzirkus.de I second this opinion - the code that is setting the focus on the pages needs to go. When I view the Active Threads page, I open threads in a new window because they take a while to load. Once they do load, they grab the foc...
When I first started programming data-driven Visual Basic applications back in the late 1990s, a coworker encouraged me to pick up a copy of William R. Vaughn’s Hitchhiker’s Guide to Visual Basic and SQL Server, a tome whose heft and thickness earned it the nickname "the door...
When I first started programming data-driven Visual Basic applications back in the late 1990s, a coworker encouraged me to pick up a copy of William R. Vaughn’s Hitchhiker’s Guide to Visual Basic and SQL Server, a tome whose heft and thickness earned it the nickname "the doorstop." Th...
When I first started programming data-driven Visual Basic applications back in the late 1990s, a coworker encouraged me to pick up a copy of William R. Vaughn’s Hitchhiker’s Guide to Visual Basic and SQL Server, a tome whose heft and thickness earned it the nickname "the doorstop." Th...
+ * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless...
second question. now when someone delete a comment or a reply on a comment from a modern page, then the comment or the reply will not be moved to the recycle bin... so in this case any user can delete any comment and we will not be able to track the c...
I'd like to see comments in a word document shown in balloons on the documents page. However, they are shown in a side bar, outside the document. does anyone...