Viewing 15 posts - 361 through 375 (of 2,469 total)
In the time that it takes for someone to explain these you'll make speedier progress if you just look this up in BOL...look under "constraints - in database diagrams"...
**ASCII stupid question, get a stupid ANSI !!!**
April 10, 2006 at 8:09 am
Trystan - take a look at this...apparently you have sp3..
How to determine which version of SQL Server 2000 is running To determine which version of SQL Server 2000 is running,...
**ASCII stupid question, get a stupid ANSI !!!**
April 10, 2006 at 7:43 am
what a remarkably astute observation...
**ASCII stupid question, get a stupid ANSI !!!**
April 10, 2006 at 7:27 am
hmm..when I do a "select @@version" this is what I get...
Microsoft SQL Server 2000 - 8.00.2039 (Intel X86) May 3 2005 23:18:38 Copyright (c) 1988-2003 Microsoft Corporation Developer...
**ASCII stupid question, get a stupid ANSI !!!**
April 10, 2006 at 7:15 am
Congratulations Steve! I stumbled upon this site a few months after it was launched and it was a great site even back then in its inception days (has it really...
**ASCII stupid question, get a stupid ANSI !!!**
April 10, 2006 at 6:38 am
In QA - set "tools" - "options" - "results to text"...and do
SELECT @@VERSION
**ASCII stupid question, get a stupid ANSI !!!**
April 10, 2006 at 6:26 am
Since there isn't a separate "time" data type (the time column without the date would be irrelevant anyway) I'd just have the one datetime column and then query using "convert"...
**ASCII stupid question, get a stupid ANSI !!!**
April 10, 2006 at 4:28 am
You could store the results of the procedures in a table and select from that table..!!!
**ASCII stupid question, get a stupid ANSI !!!**
April 6, 2006 at 5:40 pm
- said it was curious because running the SQL asis resulted in "The select list for the INSERT statement contains fewer items than the insert list...." not the msg that...
**ASCII stupid question, get a stupid ANSI !!!**
April 6, 2006 at 6:19 am
sam - remove the first select...
INSERT INTO Person(PartyID, LastName) SELECT p.PartyID, d.LastName FROM Client d INNER JOIN Party p ON d.ClientID=p.PKID
though the error...
**ASCII stupid question, get a stupid ANSI !!!**
April 5, 2006 at 7:33 pm
This (very popular) question has been answered...
**ASCII stupid question, get a stupid ANSI !!!**
April 5, 2006 at 6:58 pm
Twice in one day - what are the chances...![]()
rachna - vivek asked the same question and got a response..
**ASCII stupid question, get a stupid ANSI !!!**
April 5, 2006 at 6:49 pm
Hi homebrew01...have never encountered this myself..but have an easy solution for you...don't use EM!! ![]()
**ASCII stupid question, get a stupid ANSI !!!**
April 5, 2006 at 1:53 pm
Mathew...just as an FYI - if you search the script section on this site you'll find several that do exactly what you want...and here's another post - sp_spaceused tablename...
**ASCII stupid question, get a stupid ANSI !!!**
April 5, 2006 at 8:19 am
Graham..EM picks up from the regional settings - if you change the date format on his pc you'll see that EM displays the changes too...
**ASCII stupid question, get a stupid ANSI !!!**
April 5, 2006 at 8:10 am
Viewing 15 posts - 361 through 375 (of 2,469 total)