You are here:
Anything on MSSQL Server 2005, 2000, 7.0 and 6.x. Anything on MYSQL,MSAccess, DB2 UDB Anything on Database Programming/Scripting.
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| Alp | 09/08/11 | 10 | 10 | 10 | His answer was simple and informative. |
| Alp Durmaz | 01/28/11 | 10 | 10 | 10 | Mr. Rajshekar replied my question with a ..... |
| sathik | 06/11/10 | 10 | 10 | 10 | Thanks a lot. |
| VINIT | 04/22/10 | 10 | 10 | 10 | Thanks Manoj, i scheduled the SP and ..... |
| Mark | 07/27/09 | 10 | 10 | 10 | Manoj, Thank you for your assistance regarding ..... |
Hi Sandeep, These two cannot be compared as they mean different. Database schema are the logical structure of entities (like tables or other Db objects) and their relationships in a database As
Hi Debbie, You could get the distinct and one of the values from col3. However on what basis does a specific row for col3 get selected? Is it the first occurence of it? If that's the case is there
Try this, And I assume the datatype for col C is varchar/char (essentially a string value) since you have padded zeros in the front. select * from table where substring(ColC, 3,1) = '1' This
Hello Sathik, Based on the extension mentioned they seem like backup files. You could restore them in SQL 2000 if the backups were from SQl 2000. And the way to restore them could be found in Books
Hi Trinh, There are few ways to do this. In SQL 2008 there is a copy database wizard which you could use to move the DB. OR you could detach the DBs from SQL 2005, copy the files to where your
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.