Advertisement

1 - 10 of 243 containing alltags:("MS SQL Server 2005") (0.005 seconds)
My query has these columns:       PO Number      PO Create Line Amount USD      PO DISTRIBUTION 1      $0                                               0-500 2      $5                                               0-500 3      $20,00...
Zones: SQL Server 2005, Databases, MS...Date Answered: 10/08/2007 Grade: A Views: 0
Hello, I have this script that insert few records in two tables. I have to modify it so it colud be rerun. Is there a simply way to do that. thanks in advance. script: SET ANSI_NULLS ON;...
Zones: SQL Server 2005, SQL SyntaxDate Answered: 10/09/2007 Grade: A Views: 0
I'm more a developer than a hardware person. I understand the benefits of horizontal table partitioning.  There;s plenty of documentation of horizontal partitioning to multiple filegroups on mul...
Zones: MS SQL Server, SQL Server 2005Date Answered: 10/26/2007 Grade: A Views: 0
Hi, Im currently trying to broaden my skills as a software developer. I am familiar with sql but have been looking at T sql syntax recently. I have come across a few examples that I have tried ...
Zones: SQL Server 2005Date Answered: 11/06/2007 Grade: A Views: 0
I need to create a view with the following columns SUB_TOTAL ,TAX ,DELIVERY_CHARGE ,TOTAL_COST And the SQL for fetching each of these values is as follows: SUB_TOTAL = SELECT SUM( ITEM_PRICE...
Zones: MS SQL ServerDate Answered: 01/31/2008 Grade: B Views: 0
I've installed the SQL Server Developer Edition that comes with VS2005, I've created a database, and I want to import some external data.  I keep reading that there is an Import item under Tasks wh...
Zones: MS Dev, MS SQL Server, SQL Server 2005Date Answered: 12/29/2007 Grade: A Views: 237
Hello, I have a ms sql 2005 database on a shared server through my hosting company. I would like to schedule regular backups somehow. I don't know how to do that using Management Studio Express. I ...
Zones: Backup / Restore Software, MS ...Date Answered: 03/04/2008 Grade: A Views: 48
Righto Experts Pigeon steps.....Am trying to set myself up my first written Scarlar Function and I keep getting error messeges. The current one is : Msg 102, Level 15, State 1, Procedure Fis...
Zones: MS SQL ServerDate Answered: 02/07/2008 Grade: A Views: 9
I have several tables  in an SQL 2005 database.  Each table has 2 fields maintdate and Isdeleted. The maintdate field says when the row was updated. The IsDeleted field says if the record is logi...
Zones: SQL Server 2005Date Answered: 02/11/2008 Grade: A Views: 0
Based on my data structure below I am trying to return one record for every person , if a person has  non unique values in Column1 or Column2, I just want to return the first record found along wit...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 02/12/2008 Grade: A Views: 128