I. First of all, I am talking about the conversion between Access2000 and SQL2000. I have not tried any other products yet. I hope you can experiment more and find a solution;
Ii. Conversion Method
1. Open "database source" in "Management Tools"
In general, we like to use Session to store our variables. Asp. Net provides the following methods to store Session values:
InProc
State Server
SQL Server
"InProc" indicates that we store the Session value in the same way as traditional ASP, and
SyntaxREPLACE ('string _ e-xpression1', 'string _ e-xpression2', 'string _ e-xpression3 ')Parameter description'String _ e-xpression1'String expression to be searched. String_e-xpression1 can be character data or binary data.'String _
The specific website is not saved, but I am used to saving the code remembered method. Now I am posting it. I hope the original author will be considerate.Copy codeThe Code is as follows:--- First day of last monthSelect CONVERT (varchar (12),
Check whether the statements used are standard/*There are a lot of differences between standard SQL and T-SQL-too much, not here. Also, if you work on SQL Server,Therefore, using these private extensions is advantageous. Because of the nature of
What is the difference between the SQL server and the server group?A server group is a logical concept, similar to a group of colleagues, friends, and family in a class or QQ. Generally, there are N students in the class. Students are equivalent to
Author: jhkdiyPublished on:Program architecture: B/SDevelopment Environment: Windows XP + IIS6 + VS2003Data Base: SQL Server 2000Some functions: export data from SQL Server to Access.This system has been used for more than half a year, and the
Copy codeThe Code is as follows:Create table test3 (id int primary key not nullIdentity (1, 1), uname varchar (20), uage int );Create table test3_bak (id int primary key notNull identity (1, 1), bid int, uname varchar (20 ),Uage int, active char (1 )
Advantages of Stored Procedure
Why use stored procedures? The following are the main advantages of Stored Procedure technology:
Pre-compiled execution program. SQL Server only needs to compile each stored procedure once, and then the execution
In general, we like to use Session to store our variables. Asp. Net provides the following methods to store Session values:InProcState ServerSQL Server"InProc" indicates that we store the Session value in the same way as traditional ASP, and "State
Attach the database.Additional database:Enterprise Manager-- Right-click "Database"-- All tasks-- Attach a database-- Select your. mdf file name-- OK-- If no. ldf file is displayed and whether to create it, select "yes"Query the method in Analyzer:--
1. MSSQL2000Copy codeThe Code is as follows:SELECTTable name = case when a. colorder = 1 then d. name else ''end,Table description = case when a. colorder = 1 then isnull (f. value, '') else'' end,FIELD No. = a. colorder,Field name = a. name,Id =
Copy codeThe Code is as follows:IF OBJECT_ID ('tb') IS NOT NULL DROP TABLE TBGOCreate table tb (id int identity (1, 1), value nvarchar (100 ))INSERT tb select n 'China'Union all select n 'China'Union all select n 'people of China'Union all select n '
Precision: the total number of digits in the decimal place, including the digits on the left and right of the decimal point. The precision must be between 1 and 38. The default precision is 18.Decimal places: the maximum number of digits in decimal
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service