Viewing 15 posts - 1 through 15 (of 16 total)
Well, that's interesting. The "CREATE DATABASE GO" statement failed to create a database on my machine.
September 8, 2004 at 9:09 am
This is interesting. On my SQL 2K Server "Standard Edition" with SP 3 this raises a syntax error if I am in any database except for pubs when the commands are...
July 9, 2004 at 10:55 am
Dinesh,
See if what is in this article will work for you.http://www.sqlservercentral.com/columnists/jyao/makinggooduseofsysforeignkeystablepart1displaytabl.asp
June 3, 2004 at 7:18 am
I hope this doesn't double post. I refreshed several times, waited a few minutes, refreshed again and my post never appeared, so here goes again.
BCP is not forgiving. The non-optional paramters--database...
May 11, 2004 at 8:21 am
I agree. BCP will error out with the command line options given in the question and no data will be loaded. The parameters do not include the in|out and server...
May 10, 2004 at 11:04 pm
Maudapa,
The last link you posted was excellent. It solved all my problems.
Thanks for help.
It's not that difficult to do once you understand the steps. It was only a...
April 11, 2004 at 6:31 pm
Maudapa,
Thanks for the replies and the links. I'll look into them.
April 11, 2004 at 2:26 am
Maudapa,
I think you're on to something here.
However, I am running a named instance of SQL Server not a default installation, and there are no instructions for adding spns for...
April 10, 2004 at 11:45 am
Mads Holm,
Thanks for the reply.
A couple of things here that I think I might not have made clear in my first post judging from your answer.
I have two servers in...
April 9, 2004 at 1:45 pm
jasals,
by the way, what is 'mud DESC'??
That is an alias for the column 'uploaddate' that had the max function applied to it. See what is bolded below:
SELECT #t.ProjectID, mud, uploaddate,...
March 25, 2004 at 6:30 pm
Antares,
Thanks. You diagnosed it very accurately.
LOL. Being a newbie in anything is just so much fun. The mistake was just my not thinking through real thoroughly how I was going...
March 23, 2004 at 4:08 pm
I just figured it out. I'd given it up for a while and had an inspiration and it worked.
December 18, 2003 at 11:47 am
Hi once again.
I've put something together but I'm misunderstanding a part of the process of taking the cursor output and placing it into sp_dboption. I can create the sproc...
December 18, 2003 at 11:15 am
jxflagg,
I just had to drive my wife to work and on my way there I realized that a cursor would be the tool to use. Thanks for confirming this....
December 18, 2003 at 9:21 am
Thanks for the help guys. I appreciate the help. I now have a much better idea about how DateDiff works, and when and where to use it. ...
October 15, 2003 at 12:30 pm
Viewing 15 posts - 1 through 15 (of 16 total)