Viewing 15 posts - 46 through 60 (of 112 total)
I didn't read all 5 pages of comments, so maybe someone else has already pointed this out.... I know the rules of the sp_ prefix, BUT in the code block...
August 23, 2011 at 3:09 pm
I don't see the point.... if that's the 'standard' then the DB should have been developed that way to begin with. If the DB has had any code written against...
July 29, 2011 at 8:28 am
MICHAEL DEPAULA (9/9/2007)
~~~~~~~~~
This is what your query would look like using the column names you provided as an example:
CREATE TABLE dbo.TEMP_myTable (id, Name, address, phone) ON [PRIMARY]
GO
IF EXISTS (SELECT *...
July 26, 2011 at 2:26 pm
this isn't really an IT phrase, but a couple of us hung on to it. Several years ago I was trying to explain something to a coworker who just...
June 16, 2011 at 8:19 am
Kansas City and Texarkana immediately come to mind as spanning States.
June 14, 2011 at 11:46 am
All - thanks for all the replies. It wasn't really fair of me to post an hour or so before a long weekend, but all replies were appreciated.
opc.three -...
May 31, 2011 at 7:59 am
Thanks for all the quick responses!
Dixie/diamondgm - yes, I was pretty sure the article I read defined it as "Right outer join" and that it was depricated.
opc.three - yeah,...
May 27, 2011 at 3:35 pm
Well, dog poo... that's what I had been trying but couldn't get the parser to like it. Maybe I still had my parathesis messed up 'cause it seems to...
May 11, 2011 at 1:20 pm
if it's in vb6.... do you own the code? If so, you could put some logging into it to tell you which pieces run OK. You're probably going...
May 4, 2011 at 1:24 pm
no, I didn't. I DO remeber reading somewhere that sql 2000 should be on sp4 before the upgrade... but I guess I had a senior moment. The old DB...
April 18, 2011 at 1:54 pm
Hi -
I have just successfully upgraded a sql 2000 sp2 database to sql 2008 r2 using the backup and restore method. I upgraded the database from...
April 18, 2011 at 1:23 pm
homebrew01 (4/7/2011)
What is @name ?The query you posted above works for me with the double quotes.
the @name = @value line is just to indicate that parameters have to be passed...
April 8, 2011 at 3:32 pm
well, this is untested but nobody else has taken a stab at it.... you could try the "Regional and Language settings" applet in control panel. It allows you to set...
March 23, 2011 at 10:53 am
the image does indeed make it easy to read, but... there are many VERY good SQL volunteers on this site that always seem eager to help but you have to...
March 22, 2011 at 9:44 am
Viewing 15 posts - 46 through 60 (of 112 total)