Viewing 15 posts - 31 through 45 (of 694 total)
Thanks Dwain.C
That did the trick for that. What are you talking about, "special characters"? You did not include the article. There are some rows that use RTF data, would that...
January 27, 2014 at 11:34 pm
Thanks Luis
That worked perfectly.
I hope that you have a very nice weekend
Andrew SQLDBA
January 24, 2014 at 1:12 pm
Thanks Everyone
I was getting close, but I was struggling. Thank you very much for your assistance.
Who ever had the bright idea of storing date data like this needs to have...
January 15, 2014 at 8:10 am
Thanks Gail
I never thought of it that way. Great analogy. While looking thru some of the data, I found that one out of the 3 million rows actually had a...
January 13, 2014 at 6:28 am
Chris
Thank you for your concern and advice. I know that. But I am querying this data from another database to pump into one of my own. I have no control...
January 7, 2014 at 12:13 pm
Thank You Luis, that worked perfectly.
Greatly appreciate it.
Andrew SQLDBA
January 7, 2014 at 11:39 am
Thank You to Everyone
I just figured it out. I got up, walked away for a while, watched a little tv, and came back to hit again.
This is what I used:
UPDATE...
January 7, 2014 at 9:11 am
Also, on another note. You should Never prefix a user sproc with "sp_" that is reserved for the system sprocs. You will gain some performance when you use a different...
December 19, 2013 at 12:47 pm
Just my 3 cents......
But do not use that naming convention. You should not prefix your objects with the type of object. Everyone can easily tell it is a table.
You will...
December 9, 2013 at 11:39 am
Sounds like you have the "Default" database set to a database that the login does not have access. Check that, and make certain you change the database name to the...
December 9, 2013 at 8:40 am
I am receiving the same error in my SSIS Package after deploying it to a Prod Server. I have no messagebox in either script task, they have all been removed....
December 6, 2013 at 11:28 am
Cannot be done that I know of. you can use a simple web page that can do this. You can always use SQL Agent and schedule the sproc.
Andrew SQLDBA
December 3, 2013 at 12:08 pm
Why in the world would ever think about using dynamic SQL? That is just horrible.
Stay far away from the dynamic SQL. That would never pass one of my code reviews.
Andrew...
November 24, 2013 at 3:39 pm
Robert
But you kept trying to install SQL Server over top of things that were not working correctly any way. I have never had an issue using a .NET front-end with...
November 24, 2013 at 10:51 am
I can, but was trying to avoid it sincerely. It just makes no sense to me that installing a program on a computer is so difficult and, if anything goes...
November 24, 2013 at 7:20 am
Viewing 15 posts - 31 through 45 (of 694 total)