set nocount on create table #tbFruit (Fruit varchar(20)) insert into #tbFruit (Fruit) values (’apple’) insert into #tbFruit (Fruit) values (’apple’) insert into #tbFruit (Fruit… more →
Welcome........chonglongchoo wrote 2 days ago: To produce scripts for every object and configuration in a SQL Server. DOWNLOAD … more →
chonglongchoo wrote 2 days ago: To document configurations and objects in Microsost SQL Server 97 and 2000. DOWNLOAD … more →
dacosta9 wrote 4 days ago: From time to time I generate the password for new database users, here is the code I use. This works … more →
dacosta9 wrote 4 days ago: Sometimes I am thrown into a situation where I need to find a column of parameter in tables, stored … more →
kcherupa wrote 2 weeks ago: When I was working on a project, I had written a sproc which runs in sql server 2005. I had used Try … more →
Brandon Ryan wrote 3 months ago: I don’t work much with older versions of SQL server, but I came across the following error tod … more →
twinklekumar wrote 3 months ago: Introduction This discussion details how to move a MS SQL 2000 database to SQL 2005 database using b … more →
Bauyrzhan wrote 4 months ago: SQL Server 2000 added the support for user-defined functions, but there are a few limitations which … more →
MF wrote 4 months ago: The content database of SharePoint Portal Server 2003 ends with 1_SITE like Abc1_SITE and for MOS … more →
imcrunchy wrote 5 months ago: This is the first post in this blog. My intent is to write technical articles focusing on the things … more →
jwalin wrote 5 months ago: With Microsoft SQL Server 2005, paging on the database side is simple. There is a built-in ROW_NU … more →
Pie wrote 6 months ago: Recently, I had to remove a large number of rows, almost 10 million, from a very active database tab … more →
geneticvital wrote 6 months ago: If you want to create Database Scripts, Object Scripts or insert statements of SQL server databa … more →
Coolcoder wrote 6 months ago: I am going to show a way to have table partitioning in SQL Server databases without the need for the … more →
anangbakti wrote 7 months ago: Salah satu kawan saya minta tolong untuk dibuatkan contoh sederhana manipulasi data SQL Server mengg … more →
dcsaha wrote 7 months ago: I was having trouble installing DotNetNuke (DNN) on SQL server 2000. It was giving me the error mess … more →
pscyclone wrote 7 months ago: This will be a short post today, mainly to help me remember what this error is about and hopefully … more →
Philippe Almog wrote 8 months ago: One of the best guide on Merge Replication (SQL Server 2000) Source: Alexander Chigrik September 200 … more →
victorlaoh wrote 10 months ago: If you want to attach a MDF without LDF you can follow the steps below It is tested and working fine … more →