1. View the version of the database
SELECT @ @version
Several common SQL Server patched version numbers:
8.00.194 Microsoft SQL Server 2000
8.00.384 Microsoft SQL Server SP1
8.00.532 Microsoft
Document directory
Windows SQL Server Security Check List
Windows SQL Server Security Check List
1. confirm that the latest patches for NT/2000 and SQL server have been installed. Needless to say, you should have installed them
Label:Original: CLR programming in SQL Server-writing stored procedures and functions for SQL Server with. NetIt has long been known that you can write stored procedures, triggers, and stored procedures with . NET for SQL Server2005 and above, but the system that was develop
Tags: style blog http color io os using AR forAnatomy of SQL Server article 11th automated testing of multiple versions of SQL Server (translated)http://improve.dk/automated-testing-of-orcamdf-against-multiple-sql-server-versions/
Label:Initial selection ResultsSELECT * FROM WorddictionaryThe following is the alphabetical order by Chinese charactersSELECT * from Worddictionary ORDER by word collate chinese_prc_cs_as_ks_wswhich_ci (CS) is case sensitive, CI is not differentiated, CS is distinguished_ai (AS) are accent-sensitive, AI not differentiated, as differentiated_ki (KS) Whether the kana type is differentiated, KI does not differentiate, KS differentiates_WI (WS) Whether the width of the WI is differentiated, WS-Diff
server| Data | database | statement
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. View Database Startup timeSelect CONVERT (varchar, login_time,120) from master. sysprocesses where spid=1To view the database server name and instance nameprint '
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 (varchar, login_time,120) from master. sysprocesses where spid=1
To view the database server name and instance name
print ' Server Name ... ...: ' + CONVERT (varchar (), @ @SE
Cannot Debug SQL: Unable to start T-SQL Debugging. cocould not attach to SQL Server process on, t-sqldebuggingWhen SSMS debug SQL script is used today, an error is reported: Unable to start T-SQL Debugging. cocould not attach to
like '% @ str %'Create an encrypted stored procedure or function WITH the with encryption parameter before theYou can use sp_decrypt to decrypt encrypted stored procedures and functions.10. View user and process information in the databaseSp_whoView information about active users and processes in the SQL Server databaseSp_who 'active'View the locks in the SQL
Tags: free ODBC freetds tle project download server using HTTPSSQL SQL statements and stored procedures for SQL Server execution with FreeTDS under Linux Http://www.linuxidc.com/Linux/2012-06/61617.htm FreeTDS related Http://www.knowsky.com/616936.html The shell accepts the value returned by the stored procedure Http:/
SQL Server 2: full-text search (2)
Here we will mainly talk about the contains function used in full-text search, extract articles from others, and share it with you.
Suppose there is a table named students, where the address is a column for full text search.1. query student addresses in Beijing
Select student_id, student_name
From students
Wherecontains (address, 'beijing ')
Remark: Beijing is a word that
See if the following is helpful to you.
This is the most complex. There are many causes of errors and there are many aspects to check.
Generally, there are several possibilities:
1. incorrect spelling of the SQL server name or IP address
2. The server network configuration is incorrect.
3. The client network configuration is incorrect.
To solve this problem
time 2014-10-02 00:00:00 sql Server Team Blog Originalhttp://blogs.technet.com/b/dataplatforminsider/archive/2014/10/01/ Sql-server-2008-r2-sp3-and-sql-server-2008-sp4-are-now-available.aspx ThemesSQL
How to solve the problem that has passed the evaluation period of SQL Server, SQL Server
However, when you open the system you have previously typed, an error is always reported and cannot be performed. After checking, it turns out that the database has a problem and cannot be connected to the database. When
Function Comparison of SQL Server database versions, SQL Server
Background
At the Data Amp Conference held today, Microsoft stressed to developers how Data affects their applications and services, along with several small news announcements. This free online seminar not only demonstrates the future of machine learning,
Tags: style blog http color os ar using SP strongBO Master recently installed SQL Server2005 on Win8.1, unexpectedly often to error (for this blogger to reinstall the system)It was later found that two files needed to be replaced on the Win8.1, which solved the problem successfully.Http://www.ithome.com/html/win8/57118.htmAs normal, installing Microsoft's SQL Server
prompt provides three features, and what we care about most is SQL Prmopt 6.5-Write, Edit and explore SQL effortlessly 2) Open SQL Server R2 on the toolbar, click SQL Prompt 5 3) Open the Sql.prompt.keygen.5.3.exe and copy the serial number to the window just now 4) The
I. Preface
After the new installation of SQL Server 2005/2008, We need to configure SQL Server Based on the server's hardware and software facilities to achieve better performance. However, the default configuration is used in most cases.
Ii. Configuration
1. server attrib
SQL server Service startup failed, SQL SERVER startup failed
I haven't used SQL server for a long time. I started SQL today and found that the Service failed to start. The error is as f
SQL Server database backup details and precautions, SQL Server
SQL Server backup
Preface
Why is backup required? The reason is simple-for restoration/recovery. Of course, if you do not back up data, you can recover the lost files
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.