Viewing 15 posts - 20,641 through 20,655 (of 26,490 total)
Please do not post in multiple forums. You will fragment your responses.
Please post replies here.
June 2, 2009 at 10:11 am
Please do not post in multiple forums. You will fragment your responses.
Please post replies here.
June 2, 2009 at 10:10 am
So it looks like you are running it interactively. You need to review the ENTIRE on screen log. There may be other error messages that may help shed...
June 2, 2009 at 9:39 am
Sounds like one of the charater dates isn't a real date, like 2009-02-30. You will need check the data, perhaps running a query on the problem table looking for...
June 2, 2009 at 9:14 am
I'm thinking there is another problem. How are you trying to run the package on your server?
June 2, 2009 at 8:52 am
I have to agree with the thoughts expressed while asleep. Yes, our actions and behaviour as individuals reflect on us as a group. It is human nature to...
June 2, 2009 at 7:44 am
GSquared (6/2/2009)
as long as it is liable or slander you should at least respect what I say
I think there should be a "not" in there. Right?
Yes, you are correct....
June 2, 2009 at 7:30 am
rajendran.e (6/1/2009)
I am aware of writing sql queries ,performance tuning,Backup,Restore,Creating database,Assigning Permission.
I don't have any idea about the cursor.Is this required for...
June 1, 2009 at 11:14 pm
Looks like you came up with the same idea as i was putting together some test code myself.
Good work.
June 1, 2009 at 11:08 pm
Does the following code give you any ideas on how to approach this problem?
declare @BitTest int,
@BitValue int;
set @BitTest = 2 + 4...
June 1, 2009 at 11:07 pm
Jeff Moden (6/1/2009)
I was simply speaking what I felt in my heart
Heh... me too, Lynn... me too. 😉
Yes you were, but I feel that you went a little more...
June 1, 2009 at 10:57 pm
Jeff Moden (6/1/2009)
June 1, 2009 at 9:52 pm
Patrick Ige (6/1/2009)
I don't know what else to write.
I have a query that has 3 tables joined that result in a resultset.
I can't use this query because it won't work...
June 1, 2009 at 9:15 pm
Patrick Ige (6/1/2009)
But unfortunately i can't use the query because the application needs a normal table i.e select a,b,c from...
June 1, 2009 at 7:45 pm
Viewing 15 posts - 20,641 through 20,655 (of 26,490 total)