Viewing 15 posts - 24,946 through 24,960 (of 26,490 total)
How about post the DDL for the tables, some sample data for each table (in the form of an insert statement with union all select statements), and what the output...
April 1, 2008 at 7:57 am
Another solution is this:
create table dbo.patient (
pt_id int,
pt_name varchar(20),
pt_dob datetime
)
go
create table dbo.charge (
ch_id int,
...
March 31, 2008 at 2:11 pm
The DDL for the tables, some sample data, and the expected output based on the sample data would be helpful.
😎
March 31, 2008 at 11:34 am
I would say having a degree is worthwhile, but I would not persue it just to "filling a check box". I struggled to earn my BS degree while working...
March 31, 2008 at 10:02 am
I have gone out to confirm the issue. Thanks for the link.
😎
March 28, 2008 at 12:32 pm
Jack,
Keep us posted on what you find. I have determined that this issue does exist on my two PeopleSoft database servers and I have asked our sys admins to...
March 28, 2008 at 10:37 am
Decided to try DB Mail from my desktop install of SQL Server 2005, and I ran into the same problem you are having with your server. Here is version...
March 28, 2008 at 9:34 am
Todd Engen (3/28/2008)
This might be a .NET Framework 2.0 service pack 1 issue.
Based on three servers, the only one that appeared to work was the one without SP1. Here's...
March 28, 2008 at 8:27 am
Your welcome. I've been there with the brain freeze issue.
😎
March 27, 2008 at 8:46 am
Todd Biggins (3/27/2008)
Lastname FirstName DateModified
Smith Jim ...
March 27, 2008 at 8:37 am
If you would please provide the DDL for your tables, sample data in the form of inserts with unioned selects, this would help greatly. You have already provided the...
March 25, 2008 at 7:17 am
Our Exchange guru (I mean administrrator) is out this week. When he gets back I'll ask him if there is anything different on the Exchange side. If I...
March 24, 2008 at 2:10 pm
Here is how our accounts and profiles are setup.
March 24, 2008 at 7:52 am
You'd be amazed at what some of the ref's I work with do in the real world. Take this one for instance: Professor at UCCS in the Computer Science...
March 21, 2008 at 9:05 pm
Viewing 15 posts - 24,946 through 24,960 (of 26,490 total)