What is the logical file name?When you use a program to connect to the database, the database name is used. When you right-click the attribute of your database, click "file" in the upper left corner, the database name and logical file name are
What is the logical file name?
The program you use is connected with the database name, and then you right-click the property in your database, click "File" in the upper left corner, you can see that the database name and logical file name is not
Database statmemberdata now has 40 GB of log files. Use DBCC shrinkdatabase to compress this log. The process is as follows:
1. Restart the data server (via remote control software)
2. Remotely connect to the data server through the SQL Server Query
The highlights of Common Stored procedures are commonly used in mssql. you can choose to use them as needed.
The highlights of Common Stored procedures are commonly used in mssql. you can choose to use them as needed.
========================= Page
The code is as follows:Copy code Use master If exists (select * from dbo. sysobjects where id = object_id (n' [dbo]. [p_killspid] ') and OBJECTPROPERTY (id, n' IsProcedure') = 1)Drop procedure [dbo]. [p_killspid]GOCreate proc p_killspid@ Dbname
After so many years of mixing in the forum, we have seen an obvious trend: more and more netizens are using VFP and SQL server for the system. Many people are concerned about how to operate or manage SQL Server from VFP. You can use views, SPT, or
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.