Viewing 15 posts - 53,971 through 53,985 (of 59,072 total)
Output from a stored procedure does not have a PK Constraint and cannot be indexed unless first materialized as a table. So, it depends...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 4:32 pm
Yep... you're right... database sure can't do any of that And, I'm sure that the VB program does it with much more speed...
Everyone does realize that my statement...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 4:22 pm
I wish I knew enough about replication to help you out of the pickle you're in...
Thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 4:19 pm
Then, you're probably going to be ok...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 4:15 pm
karthikeyan (11/22/2007)
Really i dont know can you tell me how does this site is running ? Atleast they...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 4:13 pm
So long as they don't change it to decimal math... that would just slow it down 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 4:08 pm
Is this the constraint that you cannot delete?
if exists (select * from dbo.sysobjects where name = 'FK_tdta_ebMatrix_tkey_eBaum')
ALTER TABLE [dbo].[tdta_EntscheidungsbaumMatrix] DROP CONSTRAINT FK_tdta_ebMatrix_tkey_eBaum
GO
If so, what happens when you manually run the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 4:06 pm
Roger that... fix is simple... same code except where highlighted... will take care of up to 16 spaces between elements...
SELECT s.RowID,
Type...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 3:44 pm
Heh... I'd normally agree, but I can't buy that one in this case, Brian. Unless the company puts crack in the coffee machines, they're not going to give the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 3:33 pm
Heh... that's better... thanks, Brian.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 3:26 pm
Brian is correct...
Yes... you can copy and register just the two BCP files. But, it's against the law and it breaks the licensing agreement. Microsoft does NOT...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 12:04 pm
Maybe the new security features for parts of the server that point to the outside world and the fact that MS won't support 2k soon are worth it... but most...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 11:59 am
Sure, you can use a cursor or while loop to perform such a feat...
But that also means you're doing one of the worst things possible in any RDBMS... you're programming...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 11:48 am
Do you have any triggers on the target tables? It's important...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 11:43 am
There were no spaces in your original sample data. If that continues to be a problem, let me know... the fix is simple...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2007 at 11:36 am
Viewing 15 posts - 53,971 through 53,985 (of 59,072 total)