Viewing 15 posts - 16 through 30 (of 55 total)
LutzM (9/26/2010)
I was hoping to prea-aggregate AdvStats and reduce the size of that part of your query.
But, unfortunately, it seems like it won't help at...
September 26, 2010 at 7:13 pm
Yes, absolutely they are heavy tables.
Yeah, I missed out the WHERE clause for it to behave like an INNER JOIN. What do you think was the cause of the SQL...
September 26, 2010 at 9:53 am
I don't think the ClientId column is indexed, the only indexed column that I see is the ID of MyTable and this is already an existing design when I came...
August 19, 2010 at 8:30 pm
LutzM (8/18/2010)
Side note: Is there any index on clientId to...
August 19, 2010 at 8:17 am
Hi guys, my bad..I was connecting to a different link server with no address data is present. This is okay now.
Thanks for your help guys. Really appreciate it.
August 2, 2010 at 1:34 pm
Steve Jones - Editor (8/2/2010)
How are you querying it? Same query? same permissions/user account?varchar(50) shouldn't be an issue in terms of size/type.
Yes it is the same...here is the sample query.
...
August 2, 2010 at 12:34 pm
Thanks Steve. I just notice something, OPENQUERY as I tested it actually works but in the reports table, there is an address column of type varchar(50) that I need to...
August 2, 2010 at 12:18 pm
Steve Jones - Editor (8/2/2010)
August 2, 2010 at 10:08 am
Steve Jones - Editor (8/1/2010)
You can setup a linked server between them, or you can use the OPENQUERY command from one server to get data from the other.
Thanks for the...
August 1, 2010 at 8:12 pm
Thanks for the help guys, really appreciate it. I think the DELETE CASCADE would help.
Thanks,
James
January 30, 2010 at 5:05 am
Yep but I was hoping I could see some sample implementation on how to do script for this one.
Thanks.
January 28, 2010 at 11:39 pm
Nabha (1/21/2010)
January 28, 2010 at 8:12 pm
Thanks Adi and Jeff for the prompt response. Will look/research into these suggestions you posted.
James
January 21, 2010 at 12:44 am
Good point there ALZDBA, since those are the only columns that exist on our db table..there should be index in where you can determine the latest one. I just wonder...
December 8, 2009 at 7:14 pm
Nabha - Thank you for your prompt response. Well the result is not what I want, I just need to get the last value of the columns Message and Description...
December 8, 2009 at 5:20 am
Viewing 15 posts - 16 through 30 (of 55 total)