Viewing 15 posts - 1 through 15 (of 20 total)
There seems to be an issue in regards to ANSI vs Unicode
When the file is viewed as an ANSI encoded file, both chars show
When the file is viewed as an...
August 27, 2014 at 1:35 pm
I tried that first...didn't work
I researched a bit and found something called a surrogate pair, where if the char number is higher than a certain range, it introduces two chars...
August 27, 2014 at 10:35 am
Lesson learned...
I thought by separating the temp table 2 statement in parenthesis, it was separated from the temp table 1 statement, and no alias would be needed...
Won't make that error...
August 1, 2012 at 9:38 am
Oh yes the search table and the joined tables have indexes on the columns used for matching.
If applied, wouldn't the transaction cause potential blocking?
Just making sure I know the impact...
August 24, 2011 at 10:31 am
Unfortunately, there is no specific pattern to the data being updated or the data being queried so clustering would not work here.
You mentioned a transaction earlier. To clarify, if...
August 24, 2011 at 9:42 am
Thanks for the response....
As far as the timing, the actual insert and delete can take a few minutes, depending on the amount of data.
What is your opinion regarding the practice...
August 24, 2011 at 8:27 am
Let me clarify...we do not do wildcard searches in the Full Text Index...
I was merely comparing normal wild card searches to Full Text searches...
Sorry for the confusion...
October 28, 2009 at 2:48 pm
Well, unfortunately, this is a table that has 13 different allowable search parameters, with no requirements i.e. must search A AND B...so users can actually search any of the 13...
October 27, 2009 at 7:29 am
Thank you...that is also my opinion...just wanted some more input!!!
October 26, 2009 at 1:39 pm
Hopefully no more than 8 hours...thanks again!
August 27, 2009 at 11:33 am
Thank you Roy for your response...
What about startup? Should there be a certain sequence or will SQL Handle it?
August 27, 2009 at 11:19 am
Hi Amit...hope this helps...
Server A serves as a publisher to subscriber Server B, DB 1, which pulls the data
Server B, DB 2 also serves as a publisher to subscribers Server...
August 26, 2009 at 4:35 pm
yes...in fact, table 2 is our job table.
What would be the impact of running a job on the server every minute? We run a lot of processes, including decrypt...
November 13, 2007 at 11:17 am
Oh...one last thing...SQL Server 2005
November 6, 2007 at 3:09 pm
yes...a friend of mine suggested doing that as we have 3 basic tables to search...Accts, SSN's, and a flat table holding all the rest of the item's data i.e. name,...
October 1, 2007 at 8:31 am
Viewing 15 posts - 1 through 15 (of 20 total)