Viewing 13 posts - 241 through 253 (of 253 total)
Instead of group by, you might think of OVER (PARTITION BY...)
December 10, 2008 at 4:22 pm
These are what I use: the first script is for tables, the second one - for indexes:
WITH old_columns AS(SELECT t.name as table_name,
...
December 10, 2008 at 12:06 pm
Denis,
Did you get any help with ISO-8859?
I need to export an XML in Spanish as well.
Kind regards!
June 15, 2008 at 12:50 pm
If I do use MODE 64, than I get the HEXA characters list, f.e. 4797677535A4F6F4B6
If I try to convert it by using CAST(my_varbinary AS VARCHAR(XXX)) I get only ONE tag
I...
June 13, 2008 at 5:18 am
Sorry, was too excited... here is the message:
Msg 6830, Level 16, State 1, Line 3
FOR XML AUTO could not find the table owning the following column 'Synopsis' to create a...
June 13, 2008 at 5:14 am
Thank you for the link - I read it, but as I am newbie to this sing in Microsoft, didn't have a progress.
Hope there is another way to solve my...
February 28, 2008 at 8:49 am
Thank you for the reply,
The syntax I've typed here works for Oracle ( just changed the real names to the my_ ones ). Can you give me some more clues...
February 21, 2008 at 12:40 pm
Here are she showplans.
The client a has a transaction log maintenance scheduled for each hour during the working times, so the log is very small - never goes over 50MB.
Regards,
Zeev
February 19, 2008 at 9:56 pm
Thank you for the kind reply: the server has a scheduled transaction log maintenance set to each hour during the working hours, so I never saw it going over 50MB,...
February 19, 2008 at 4:04 am
Andras,
Thank you for the kind reply, but I think there is some misunderstanding: "First, your table you are inserting into has, in addition to the clustered index, seven nonclusterd indexes."...
February 19, 2008 at 3:21 am
OK,
Here it goes; it didn't let me to run the statement with 1,NULL,NULL as you suggested,
but NULL,NULL,'DETAILED' - hope it will be ok. I"ve loaded the result file here
SELECT *...
February 18, 2008 at 10:38 pm
Andras,
Thank you for the kind reply - I will check this points.
BTW, I've bought the Query Prompt of Red Gate - nice product indead.
Zeev Kazhdan
February 18, 2008 at 5:05 am
Thank you for the reply.
I have a primary key on both tables and I have tried to play with WITH(INDEX()), but nothing changed.
There is no trigger nor constraint on both...
February 18, 2008 at 4:46 am
Viewing 13 posts - 241 through 253 (of 253 total)