Archived Months
January 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > sql server (alternate) > april 2007 > threads for april 29 - 30, 2007

Filter by week: 1 2 3 4 5

Damn Newbie
Posted by Shane at 4/30/2007 7:09:20 PM
I am looking to make a program using express edition Visual C#. I want my application to interact with Microsoft SQL server, create tables, inserts, lookups, the normal. First I would like to read the documentation,and now to the point of my post. Due to the (recently pointed out) ineptitude...more >>


Query help: Item below reorder level-find all items for same vendor
Posted by rdraider at 4/30/2007 4:54:55 PM
Use the Northwind database Products table as an example. Purchasing dept gets a report showing when inventory items on hand qty are below the reorder level. easy enough: Select ProductID, ProductName, SupplierID, UnitsInStock, ReorderLevel from Products where (UnitsInStock < Reord...more >>

Replicating database btw two sites why aren't the tables identical in size?
Posted by war_wheelan NO[at]SPAM yahoo.com at 4/30/2007 7:43:38 AM
I am replicating an 80GB database between NY can CT and would like to know why table sizes are different between the two. Here is an example of sp_spaceused:: NY IOI_2007_04_23 rows(279,664) reserved(464,832) data(439,960) index_size(24,624) CT IOI_2007_04_23 rows(279,666) reserv...more >>

Create One Trigger For Both Update and Delete
Posted by satish at 4/30/2007 6:02:57 AM
hi, CAn i have one trigger for both Update and Delete Delete Trigger --------------------- create Trigger [tr_delete_user_log] on [dbo].[user_log] for delete as begin insert into z_user_log select * from deleted end Trigger Update --------------------- CREATE Trigger [tr_update_user_lo...more >>

Oracle 9i Database Administration in 10 Minutes
Posted by takveen NO[at]SPAM gmail.com at 4/29/2007 5:08:43 AM
The Topics Covered In This Book Are: Understanding the Oracle Environment; Understanding the Oracle Instance; Understanding the working of Oracle Instance; Understanding the Oracle Database; Oracle 9i Software Installation; Oracle 9i Database Design using DBCA; Enabling other computers to access...more >>



DevelopmentNow Blog