Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: murzina
  • Content: Threads
  • Order by date
  1. murzina

    alter and primary key

    I would like to add a field to the table. Is this the right way to do it? Alter table Distance Add (zid integer(10000000)); I would like to set one of the fields as a primary key. I did not do it at the creation of the table. Is it possible to set a field as a primary key after the creation of...
  2. murzina

    small database creation

    What syntax is used for setting up a small database in SQL Express? For instance, CREATE USER Alex WITHOUT LOGIN CREATE Table zipcodes;
  3. murzina

    variable passing

    What is the syntax in SQL Express for passing a variable, for instance, Declare @@number decimal begin print '@@number' end What is wrong with this coding?
  4. murzina

    Microsoft SQL Server vs Oracle 8i

    I would like to find out what is the equivalent syntax in Microsoft SQL Server for dbms_output.put_line('any text'); (this line is OK for Oracle 8i).
  5. murzina

    SQL Express create a few tables

    How do I create a DB in SQL Express in Visual Studio 2005? I would like to create a few tables for starters. Where do I start?
  6. murzina

    SQL Express

    Is it necessary to use SQL Express or SQL Server in Visual Studio 2008 is sufficient to create a database on a laptop? If SQL Express is necessary, then what version is appropriate and where can I download it?
  7. murzina

    ASP.NET

    I am just starting ASP after a long break. I have an error and I don't know how to fix it. Here it is below: XML Parsing Error: not well-formed Location: file:///C:/Users/Anastasia/Documents/Visual%20Studio%202008/WebSites/WebSite1/Second.aspx Line Number 1, Column 2:<%@ Page Language="VB"...
  8. murzina

    error type in ASP. NET

    I get the error below. What does it mean? XML Parsing Error: not well-formed Location: file:///C:/Users/Anastasia/Documents/Visual%20Studio%202008/WebSites/WebSite1/Second.aspx Line Number 1, Column 2:<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default"...

Part and Inventory Search

Back
Top