Search results

  1. I

    Unable to start SQL Server

    I just stopped the SQL Server in SQL Server Configuration Manager and currently unable to start again. The error shown as in the attached file. Your guidance is much appreciated. Thanks
  2. I

    Must declare the scalar variable

    I wanna create a service broker, but in the process of creating the dialog, it shows errors as Must declare the scalar variable "@dialog_handle". The last code shows error. Please advise Below is the code: Alter Database ServiceBroker Set Enable_Broker; Create Message Type...
  3. I

    Data Type problem

    I wanna create a table called CustomerDetails.Clients with the coding below, and it's error is "The definition for column 'iClientID' must include a data type". Please advise to fix it. Thanks Create table CustomerDetails.Clients ( iClientID identity(1,1) constraint pkCliID Primary Key...
  4. I

    Table contents link to pages

    I have a table including some topics, then I wanna link each topic to a certain page. For example: this table is in page 1 Table............................... Page -------------------------------- Introduction........................2...
  5. I

    Plus sign before a formula

    I have seen an excel formula like this "=+Link!c9". Anybody tells me what plus sign(+) means? Thanks
  6. I

    writeline problem

    I have this small program, when I run it and it shows an error as " Conversion from string "firstname: Khoi.firstname" to type 'Integer' is not valid" Please advise. Thanks ==================== Module Module1 Structure Profile Dim firstname As String Dim lastname As String...
Back
Top Bottom