Viewing 15 posts - 76 through 90 (of 146 total)
Jeff Moden (12/19/2007)
You mean like doing the SELECT/INTO from a "derived" table with a "Top 100 Percent"... dunno... haven't tried that, but I will 😉
Yes. What I described was...
December 19, 2007 at 1:49 pm
Jeff Moden (12/19/2007)
December 19, 2007 at 1:16 pm
Jeff said: "The only thing you sometimes have to worry about is if you expect an IDENTITY column to keep the insert order. Turns out that the identities are...
December 19, 2007 at 12:21 pm
Jeff Moden (12/19/2007)
Heh... feed the vendor a nice juicy pork-chop... with a sling-shot! 😉
ROFL! That will at least get their attention.
December 19, 2007 at 6:52 am
Good column, Steve. We faced that issue in my shop. We needed a database to test scaling and while we had one that met the requirements it did...
December 19, 2007 at 6:40 am
Jeff Moden (12/18/2007)
December 19, 2007 at 5:36 am
Matt said: "The million $ question is whether you are ALLOWED to "reverse engineer" the sequence assigning process (or in this case - leave the existing process alone, but...
December 19, 2007 at 5:14 am
Jeff Moden (12/14/2007)
However, I prefer the SELECT/INTO method for two reasons...
1. If...
December 18, 2007 at 2:09 pm
I've been using SSMS for a couple of months to manage my SQL Server 2000 development work and so far I have not run into any problems. (I don't use...
September 19, 2006 at 6:27 am
Daniel, I'm glad that did the trick. Win 2003 can be a real pain in the neck with SQL installs. The improved security comes with a price.
June 6, 2006 at 3:56 pm
"I can log in using osql and the sa user name, but I can't connect to the SQL Server from a client computer on the network.
There is only the default...
June 5, 2006 at 2:54 pm
Sorry for the delayed reply. I was not talking about installing a service pack, I was talking about installing databases via an InstallShield front end. The front end invokes OSQL...
April 4, 2006 at 3:55 pm
Have you considered using a derived table inside the stored procedure rather than a temp table or are the parameters too varied?
February 6, 2006 at 3:15 pm
Part of the problem is likely to be that a delete logs the records deleted. You might want to test selecting the data you want to keep into a temp...
December 13, 2005 at 12:07 pm
Are you connecting with a domain account or with a SQL Server login? Have you tried dropping the login (NT or SQL) and recreating it them granting it access to...
September 15, 2005 at 2:37 pm
Viewing 15 posts - 76 through 90 (of 146 total)