Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 .

Author  Topic 

lukedadot
Starting Member

1 Post

Posted - 2007-11-04 : 17:37:38
.

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-11-04 : 22:33:10
huh? what's the point of this? do you have a question?

I would say BOL is a better source for to learn from...


elsasoft.org
Go to Top of Page

blindman
Master Smack Fu Yak Hacker

2365 Posts

Posted - 2007-11-08 : 15:58:29
quote:
Originally posted by lukedadot

.

Your statement is missing the SELECT and FROM clauses, and when fully qualifying object names using the format [table].[columnname], it is important to include both the table and the column name. The "." alone is not sufficient.
Fix these syntax issues, and your code should work fine.

e4 d5 xd5 Nf6
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-11-09 : 01:48:39
quote:
Originally posted by lukedadot

.


Server: Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '.'.




Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2007-11-09 : 01:56:34
Where was GoogleBot when we needed it eh?!
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2007-11-09 : 01:57:30
lukedadot - there's a Delete icon if you make a post in error. (Too late once you've got replies to your thread though)
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-11-09 : 03:12:19
I guess he needed the answer ASAP...



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-11-09 : 07:42:29
as I recall, the original post was a long script that just created a bunch of simple tables and inserted some data into them, that was it. there was also a comment to the effect "this will help noobs learn sql".

they the OP came back and replaced the whole mess with '.' - fitting really, given their username.

useless.


elsasoft.org
Go to Top of Page
   

- Advertisement -