Viewing 15 posts - 1 through 15 (of 17 total)
I can only say: THANKS A LOT!!
This helped me and I will set it up the same way,
Erik
June 22, 2006 at 2:24 am
I'm very happy you are giving me all these information. I think I should tell you what my intentions are and why I came up with this not so smart...
June 22, 2006 at 1:25 am
Hello Tim,
Actualy I was thinking of generating tables in production environment, but I guess I should reconsider. Thanks for the advice and I will leave this olution path.
Erik
June 21, 2006 at 12:30 am
Of course I mean:
INSERT table1(*) VALUES(*) FROM table 2
Erik
June 2, 2006 at 3:45 am
Hello Karl,
Thanks for your reply. I don't get you completely. Is sp_executesq an existing stored procedure? I think not. How do I 'run' the command in @CmdStr?
Erik
May 30, 2006 at 2:04 pm
Hi Gift, Thanks again, but also there was not what I was looking for. I finally found the solution in the following site:
http://blogs.msdn.com/jgalla/archive/2005/09/13/464881.aspx
This creates an ASSEMBLY that retrieves a...
May 12, 2006 at 7:29 am
Hello Marshall,
I already took alook at this, but it all seemed to work for local XML files. I want to do it for an XML file that is located on...
May 12, 2006 at 6:46 am
Sorry the second table should be:
create table data ( id1 INT, str VARCHAR)
insert x (id1,str ) values (1, 'word1')
insert x (id1,str ) values (2, 'word2')
insert x (id1,str ) values (3, 'word3')
insert x...
May 9, 2006 at 8:59 am
Yep, you are right.
Sorry, to botter you. I solved it now.
Erik
May 2, 2006 at 12:47 am
Dear Gift,
I found this walkthrough myself as well, however the thing I need is described but doesn't seem to work. It says that I should change autogrowth to "restricted growth...
May 1, 2006 at 12:13 pm
Dear Gift,
Thank you for your reply. I took a look at the links, but I don't see really how to use the sorted list, to get my 'fuzzy grouping' operational....
May 1, 2006 at 12:04 pm
Hello Ryan,
Thanks for your answer. I have real problems in deciding when to use T-SQL or when to use another programming language.
The problem I am solving is the following:
April 28, 2006 at 11:48 pm
Hello,
OK I found the strange character. Stupid I did not see this at once.
What is the result of:
--calculation
DECLARE @Numbers_0_to_200 TABLE (i TINYINT identity(0,1), j BIT)
INSERT INTO...
April 27, 2006 at 8:26 am
Dear Ryan,
Thanks for the answer, it works! However believe me I have more than one question. I haven't figured out yet, how this works.
Also the '¬'...
April 27, 2006 at 7:58 am
Viewing 15 posts - 1 through 15 (of 17 total)