Search Result

Collapse
2 results in 0.0039 seconds.
Keywords
Members
Tags
instance
  •  

  • Installed SQL Server 2008, how to create an instance

    Hello.

    I just installed SQL Server 2008 (version: 10.0.1600.22)

    Now when I open Management Studio I am asked to Connect To Server. Now, no server is listed, presumably because I have not created one yet.

    So how do I do this? Should the install have done this? If so what is the default instance name?

    Thanks,
    Andrew
    See more | Go to post

  • Class with class properties: aObject reference not set to an instance...

    Hi,

    I have a class in which some of the fields are also classes.

    I can put values in the "normal" properties, but in the others when o try to assign values it gives the: "Object reference not set to an instance of an object"

    But the code compiles fine.


    Code:
    dados_Defenicao = New ServiceReference1.draftClaimEntryDefinition
    
    dados_Defenicao.arCode = "123"
    ...
    See more | Go to post
Working...