| Thread | Last Post | Replies |
|
| SubString from Space... | 19 Oct 2005 18:51 GMT | 2 |
Hi Group I like in the field with i.e. "ISRAEL ARTURO IÑIGUEZ PADILLA" separate this in First Name in a Column Middle Name in a Column
|
| Foreign and primary keys | 19 Oct 2005 17:26 GMT | 1 |
I have an application in which i need to get the foreign key fields from a table and then get all the foreign keys primary key field from the linking table. Could some one tell me how i do this using INFORMATION_SCHEMA. I have tried and can get the foreign keys but not
|
| SQL statement question | 19 Oct 2005 16:27 GMT | 4 |
Thank you for reading this question. Any ideas on how to determine if the relationship between two fields in a table? As 1:1, 1:M or M:M? I'm spinning my wheels on how to get started with this.
|
| suppressing defaul date thru queries...??? | 19 Oct 2005 15:36 GMT | 4 |
Hi groups, "select exam_date from cam_applicant [ here i want to show '0' if any particular date was there ..say 01/01/1900 ]" I want to show '0' if any datefield is having this particular date 01/01/1900 Im searching like Isnull...type of keyword to replace this 01/01/1900 to ...
|
| problem with attach db | 19 Oct 2005 15:16 GMT | 2 |
I have received SFKC_DATA.mdf with no log file. While trying to attach, EM ask for location of log file. How can I create log file Regards SF
|
| MOM blocking analysis | 19 Oct 2005 11:55 GMT | 1 |
MOM contains its own Block Analysis script. It is a script written on VB, that looks for the monitored servers, creates for each one MomCreateObject("SQLDMO.SQLServer"), afterwards connects to each database on each server and executes SELECT GETDATE() query. If MOM
|
| sum of sums | 19 Oct 2005 11:09 GMT | 2 |
Hello, any help is appreciated Here is what Im trying. I want a month to date total of booking based on a fiscal month I can isolate my records for the month and sum up the days so I win
|
| Creating Primary key with ODBC | 19 Oct 2005 09:07 GMT | 7 |
I've spent hours trying to find the error in the following SQL 2000 command: ALTER TABLE [ClientList] ADD CONSTRAINT [PK_ClientList] PRIMARY KEY CLUSTERED ([PhoneNo]) On [PRIMARY]
|
| How do I "using bcp_columns with a variable number of bcp_colfmt" | 19 Oct 2005 08:54 GMT | 4 |
I have MFC VC++7.1 program which has the following code segment: // Specify the colums and format to copy retcode = bcp_columns(hdbc1, 6 ); if ( (retcode != SUCCEED) )
|
| How is inheritence like data best done in SQL | 19 Oct 2005 04:02 GMT | 5 |
If you have several entities that have many common properties but a few have a few unique fields to them how do you design your tables? DO you make a seperate table for each entity even though they have many common fields or is there a way to do an OO type thing where you have a
|
| Moving Data for Audit - Best Practice | 19 Oct 2005 01:49 GMT | 3 |
Here is the situation: Tables: Account AccountDocument
|
| .dat | 18 Oct 2005 23:17 GMT | 4 |
Is there somebody ho can tell me how to import a '.dat' file in Microsoft SQL Server 2000 Developer? The '.dat' file contain a fully database, with many different tables. Each of them contain many different rows.
|
| A way to recursively look up hierarchal data using a lookup table | 18 Oct 2005 23:03 GMT | 1 |
I have found the Common Table Expressions described in SQL 2005 and I am not sure if it applies to this situation. Here are the tables <PRE>
|
| simple userdefined function question. | 18 Oct 2005 22:58 GMT | 2 |
This is the first time i am tryin to write a sql server 2000 function. I need to clean up some of my stored procedures.. Can any one please give me skeleton for a userdefined function or correct my function. I get the following error.
|
| Unable to update view in Sql Server 2000 | 18 Oct 2005 22:58 GMT | 2 |
I have an application that's running fine on development servers (web and database-sql server 2000). I'm updating a record through a third party component but I don't think the component is the problem. What's happening is that I'm updating fields that are part of view. I'm only
|