Viewing 15 posts - 946 through 960 (of 1,539 total)
Abhay (6/22/2009)
June 22, 2009 at 1:06 am
you may want to add this part in ur query searching for tables
AND TABLE_NAME'Results'
------------------
SET @ColumnName =
...
June 21, 2009 at 8:31 pm
what is the code you're using to search the database? do you have a full text search index on ur database?
June 21, 2009 at 7:31 pm
I'm not sure if that happens but this is how you change a password.
ALTER LOGIN sa WITH
PASSWORD = 'new_password'
June 21, 2009 at 7:28 pm
also how are the users updating the records? one by one or bulk updates? Do you have indexes built on the columns which are used for updation?
- proper indexes will...
June 21, 2009 at 8:20 am
NOLOCK hint is what i can think of. Reading can be done using nolock but beware of the consequences, You might read inconsistent data.
June 21, 2009 at 7:58 am
caselig (6/21/2009)
Maybe I should uninstall them. And then start over. ...
June 21, 2009 at 7:19 am
smsam1 (6/21/2009)
select upper(flag)
from patient
...
June 21, 2009 at 7:05 am
if you've installed, it must be there or else it's not installed i believe.
How did you get the installation file(downloaded from microsoft's site? can u share the link from where...
June 21, 2009 at 7:00 am
Parthipan (6/21/2009)
* Take the complete image or backup of the server A that has SQL 2005 which is in production
if you're planning to take image of the entire disk, sql...
June 21, 2009 at 6:42 am
Pls post the complete name of the service as suggested by Gail.
Also, you cannot change the name of an instance without removing the installation and re-installing it or by...
June 21, 2009 at 6:26 am
Thanks Gail for detailed explaination. It certainly helped a lot.:-)
James, As suggested by Gail, you'll need to perform those steps(to rebuild transaction replication and delete it) for permanently fixing this...
June 21, 2009 at 6:10 am
Yes, very uncommon situation. waiting for Gail for her thoughts on this, on the probability of error chances :-).
June 21, 2009 at 3:47 am
Gail, I think he is running Transaction replication coz i asked him to make a transaction and it replicated to subscriber in almost no time. Also he told that his...
June 21, 2009 at 3:16 am
as as (6/20/2009)
June 20, 2009 at 10:47 pm
Viewing 15 posts - 946 through 960 (of 1,539 total)