随笔分类 - SQL Server
摘要:Error Details2010-04-11 19:20:01.73 spid7s Script level upgrade for database 'master' failed because upgrade step 'repl_master.sql' encountered error 5598, state 1, severity 16. This is a serious erro...
阅读全文
摘要:This problem makes me nuts. I spent several hours try to resolve this problem. The following article is the best one which teach solve this silly problem step by step.Ref: http://blogs.visoftinc.com/a...
阅读全文
摘要:Simple and easiest way to solve this problem => Uninstall 64bit SQL server express and install 32bit version Otherwise, Congratulations on boldly accepting the challenge to stick with the native 64...
阅读全文
摘要:Ref: http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/sql-server-precision-and-scale-problemsSQL Server Precision And Scale Problemsby George Mastros 24 Nov 2008 08:43 , Categories: D...
阅读全文
摘要:http://www.sqlskills.com/BLOGS/PAUL/category/Involuntary-DBA.aspxThis is one I've been trying to get to since I started blogging a couple of years ago: how to re-attach a detached suspect database. Th...
阅读全文
摘要:Ref: http://www.eggheadcafe.com/tutorials/aspnet/c5c48628-5f72-4132-b0cf-b15d65b91c9c/sql-server-2005-cte-comm.aspx CTE is a new feature provided by Microsoft SQL Server 2005. In real world, we often ...
阅读全文
摘要:CREATE PROCEDURE ProductPromotion_Select @ProductID int AS SELECT ProductID, ProductName, SUBSTRING(Description, 1, 150) + '...' AS Description FROM Products WHERE ProductID IN ( SELECT TOP 5 details2...
阅读全文
摘要:Ref: http://www.udel.edu/evelyn/SQL-Class3/SQL3_self.html A self-join is a query in which a table is joined (compared) to itself. Self-joins are used to compare values in a column with other values in...
阅读全文
摘要:(Ref: http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx) Recently, in our consideration to make the production server environment more secure, one of the things we looked into was securing ...
阅读全文
摘要:February 6, 2008 by pinaldave This is very common request recently - How to import CSV file into SQL Server? How to load CSV file into SQL Server Database Table? How to load comma delimited file into ...
阅读全文
摘要:Ref http://support.microsoft.com/kb/314546/en-us
阅读全文
摘要:This is a quite common question. It is usually asked by people arriving at SQL Server with a background in Microsoft Access. They either want to use SQL Server as a backend for their Access project,...
阅读全文
摘要:1434 Source: SQL Server Express WebLog : How to: Configure Express to accept remote connections
阅读全文
摘要:Link to Configuring SQL Server Express 2005 for Remote Access
阅读全文
摘要:今天就先发一篇数据库的基础文章,因为最近碰到过几个SQL Developer的工作,所以趁此机会把以前学校学的东西都拣拣。好了,废话不多说,进入正题吧。 首先View是干什么用的呢? Views allow you to create a virtual representation of table data using a SELECT statement as its definition....
阅读全文
摘要:这个东西虽然看起来没什么实际意义,但是如果想为了看SQL Server Online Book很容的话,我觉得有必要花一些时间去记忆。
阅读全文

浙公网安备 33010602011771号