Viewing 15 posts - 1 through 15 (of 38 total)
Greatly appreciate all you do Grant! I have learned so much from you over the years. Wouldn't be where I am in my career without all the things you share...
August 1, 2020 at 2:33 pm
Thanks for the reply. Yes, I am aware of the limitations. That is why I was not sure the alt snapshot folder would work without the agent but...
February 1, 2011 at 11:48 am
I guess I was not clear on the problem. There are OLE Objects stored in an image column.
For example a JPEG file stored as an OLE Object. The...
January 28, 2010 at 2:42 pm
Thanks! That works great.
I really appreciate the help.
Mark
September 1, 2009 at 7:11 am
My appologies for the missing tags. Below is the code.
I have a table with and XML column similar to the example below:
CREATE TABLE Test1 (ItemID int, SerialNumbers XML);
GO
INSERT INTO...
August 31, 2009 at 4:54 pm
I grabbed it about a year and a half ago. I think it was somewhere on http://www.census.gov but I don't recall for sure.
December 4, 2007 at 5:25 pm
Sorry Jeff, I do appreciate your feedback. Sometimes trying to simplify the post can confuse the issue. I am taking data from US census on names and...
December 4, 2007 at 11:26 am
Thanks Matt.
That will work.
I would still like to understand why the optimizer chooses to do a table spool on my query and change how the query functions when...
December 3, 2007 at 2:52 pm
Ther query appears to work fine in SQL 2000 until the Last_Names table get more than about 10,000 rows. Then the optimizer changes the execution plan and the query...
December 3, 2007 at 11:14 am
Thanks for the feedback.
That would work but the performance is terrible (I killed it after 10 minutes). A cross join between my first names and last names produces over...
December 3, 2007 at 9:48 am
Here is some sample code and expected results. When I ran this sample code it worked fine in both SQL 2000 and 2005 but when I use my real...
November 30, 2007 at 4:36 pm
Ideally yes. It currently works on 2005. I do need it to work on SQL 2000 but it does not necessarily need to be the same code. ...
November 29, 2007 at 4:57 pm
Sorry. I tried to simply the post and may have confused it more.
This is part of a script that inserts data into one of our tables. So I am...
November 29, 2007 at 4:14 pm
Actually PubID exists in both but PartnerID was removed in SQL 2005.
I could probably use PubID for my purposes but still wonder if there is a cleaner way.
Thanks.
November 16, 2007 at 10:06 am
Never mind. I found the problem. I needed to include ";Provider=SQLNCLI.1" at the end of the Expression and then it worked fine.
November 7, 2007 at 1:14 pm
Viewing 15 posts - 1 through 15 (of 38 total)