Server Description: How do I make the log file for Microsoft SQL Server not grow?
How to shrink the MSSQL log file is a recurring problem, but this problem in the elite area has a lot of answers, I do not repeat here.
now we're going to talk
1. View the version of the database
SELECT @ @version
2. View the machine operating system parameters of the database
EXEC master.. xp_msver
3. View Database Startup Parameters
sp_configure
4. View Database Startup time
Select CONVERT
With the development of information system, more and more informations are used, and more and more and more and more and more and more and more and more, when the quantity is more and more, this is more and more important in the data display,
server| statement
Paste the following code into SQL Query Analyzer (Note that the 3 parameters of the Red section are modified):
SET NOCOUNT ondeclare @LogicalFileName sysname, @MaxMinutes int, @NewSize int
Use Dicky-database name Select
Server
The following code is tested through the JDK 5.0, Hibernate 2.1, SQL Server SP3.
The first use of hibernate as a persistent layer, the feeling is still more complex to use, especially debugging is very inconvenient. Although the
Of the many highly rated features of SQL Server 2005, one of the most suitable people for programming with SQL Server is the common language runtime, abbreviated to the CLR (Common Language Runtime). The CLR allows programmers to create stored
Catalog views for native XML support
• The purpose of the catalog view is to provide metadata information about the usage of XML. Several of these catalog views are discussed below.
XML Index
The XML index entry appears in the catalog view
SQL Server 2005, compared to SQL Server 2000来, says that there is a considerable improvement in performance and functionality, even the "revolution" to describe the upgrade. SQL Server 2005 makes SQL Server the top tier of enterprise databases. For
Js|server| pull Down
Using ASP nesting Js+sql server to build two-level continuous Drop-down box (1)
With the rapid development of network technology, more and more e-commerce sites have emerged. And in the construction of a powerful E-commerce
Usually, you need to get the current date and calculate some other date, for example, your program may need to judge the first or last day of one months. Most of you probably know how to split dates (year, month, day, etc.), and then just use the
server|sqlserver| problem
Http://www.richsearch.com/search/search.aspx?page=1&S1=%2B%E5%86%85%E5%AD%98%20%2B "Sql%20server"
Allocate more memory to SQL Server (the default is dynamic allocation, you can change the minimum value to a larger
Server again: This series of articles just learn some of the basics of SQL Server, welcome beginners to come to the discussion, the master will not have to see!
Let's take a look at the common database object types supported by general relational
server|sqlserver| Tips
To obtain all database information on a SQL Server using stored procedures sp_databases
Execute command in query analysis exec sp_databases
Result: Master 14464 NULL
Model 1280 NULL
msdb 14336 NULL
Northwind 4352 NULL
Pubs 25
server| statement
[SQL Server] manages common SQL statements
1. View the version of the databaseSELECT @ @version2. View the machine operating system parameters of the databaseEXEC master.. xp_msver3. View Database Startup Parameterssp_configure4.
server| Scripts | Data uses SQL Server 2000 's own build SQL Scripts tool to generate SQL scripts to create tables, views, stored procedures, and so on. So can the data in the table also be generated as SQL scripts that automatically import data
server| stored Procedures | functions | chinese
These stored procedures/functions, which can be used in MS SQL Server 2000, contain two sets of stored procedures that function the same, except that the applicable Chinese characters have different
Server
In the actual multi-user concurrent access production environment, we often have to keep the data consistent as much as possible. And among themThe most typical example is that we read the data from the table, check the validation, modify
The main purpose of setting up a firewall for a Web page is to provide different services to different visitors based on the content of the Web page, which we can easily do with Java script or VB script. But the source of the Web page in the client
server| Data | database
In fact, as long as the use of the system built-in stored procedures sp_spaceused can get information about the table
such as: sp_spaceused ' tablename '
The following is a stored procedure for easy writing, which is to save
access|asp.net|server| Data | database
Connect to access
First look at an example code fragment:Program code:
Using System.Data;Using System.Data.OleDb;......String strconnection= "provider=microsoft.jet.oledb.4.0;";strconnection+=@ "Data
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.