Viewing 15 posts - 31 through 45 (of 45 total)
Here is a pic of the message:
June 10, 2005 at 1:50 pm
I guess this is what I would call the difference between one who knows and one who doesn't !
June 1, 2005 at 12:43 pm
That is working fine. I need to go another step further (I tried !).
When running the select the result should be like this:
Funds, Subscriber, Date, Total Funds, Total...
May 31, 2005 at 4:29 pm
Don't know if it's what you're looking for but since I originally posted this message I solved this problem by running the following code prior of detaching the db
September 10, 2004 at 8:50 am
Is this correct:
SELECT dbo.sysdatabases.name
FROM dbo.sysxlogins INNER JOIN
...
April 13, 2004 at 1:45 pm
Solved, I had to change my INI file for my language.
wz700: what is PSS ?
March 11, 2004 at 11:54 am
Sorry the message was saying Overflow. I'll ask my client to see if it has the latest SP installed,
thanks
January 11, 2004 at 6:09 am
Solved: from the Query Analyzer I had to save my .sql file into a Unicode file using the Save As and changing the File Format from ANSI...
January 6, 2004 at 2:36 pm
quote:
From my understanding it should be. The parser is pretty much the same.
Actually the reason...
September 5, 2003 at 8:59 am
quote:
Have you checked the execution plan for this query.
Yes but I don't understand what it...
November 12, 2002 at 8:30 am
September 14, 2002 at 8:17 am
quote:
Is there a field taht is unique and even if two records have the same date time it will be incremented or...
June 11, 2002 at 11:51 am
March 5, 2002 at 4:18 pm
March 1, 2002 at 1:35 pm
Just try the following code and you'll see my problem
create table News
(
News_Id int,
News_City int,
News_Date DateTime
primary key (News_Id, News_City)
)
go
create table City
(
...
March 1, 2002 at 11:29 am
Viewing 15 posts - 31 through 45 (of 45 total)