Viewing 15 posts - 556 through 570 (of 629 total)
Here is a link to the article and how to change it.
May 4, 2010 at 1:02 pm
Since you state DTS I assume you are doing this on SQL 2000?
May 4, 2010 at 12:46 pm
Every element in a server instance can have a different collation. We have one table olne that has 7 different collations.
May 4, 2010 at 12:20 pm
I would think you just need to break you date down into date parts and use that in you grouping.
So lets say you have a record set with the type...
May 4, 2010 at 10:46 am
We have had the same issue here. From the searching I did this seems like a major flaw in backwards compatibility. I will be very interested to see...
May 4, 2010 at 10:35 am
There ae files although this process was not written with a great deal of common sense.
I would love to be able to read the file and in fact my...
April 30, 2010 at 9:51 am
Thanks to everyone for the replies. It helps alot to know what others are doing.
April 30, 2010 at 7:08 am
The sad part is that is the best explanation I could find ont he subject.
April 27, 2010 at 3:14 pm
HEre is a blog post that atleast might get you part of the answer
http://sqlblog.com/blogs/kalen_delaney/archive/2006/09/06/186.aspx
April 27, 2010 at 3:00 pm
It might look something like this.
Assuming you have some sort of key field. we will call it pkey
I would select this into a temp table
select
involved,
case
...
April 27, 2010 at 2:44 pm
It looks like you forgot the "_" in the field name in your trigger.
April 27, 2010 at 2:36 pm
Here is a link to another forum where they apear to have atleast a similiar issue. Hope this is helpful.
April 27, 2010 at 2:31 pm
I would look at the linked server object in management studio. that will allow you to look at all the information in one window and might give you an...
April 27, 2010 at 2:06 pm
Is this a pre 2005 instance?
April 27, 2010 at 2:03 pm
Viewing 15 posts - 556 through 570 (of 629 total)