Viewing 15 posts - 16 through 30 (of 88 total)
The database is in Full Recovery. We have the full backup of the state prior to data loss and data entry too.But we do not have log backup as it...
July 29, 2011 at 5:55 am
Thanks for the link. I got this doubt because we have one application which lists the tables in a database for further processing.
A table created by sa login was not...
July 14, 2011 at 6:02 am
Yes. I did exactly that. It took 2.51 hrs to return 150K rows. I think it also depends on what I select in output list. I think selecting only id...
June 29, 2011 at 6:59 am
Thanks Abhijeet. Can you tell me how that works internally.
June 29, 2011 at 4:21 am
Table1 contains name & address concatenated together.
ID Col1
1 Name1,address1
2 name2,address2..
There are certain set of words stored in col2 of table2(~300) and those words are...
June 29, 2011 at 4:02 am
Thanks for the reply. What should be the ideal index plan for these two tables?
June 3, 2011 at 6:57 am
You could possibly manage it with the SERIALIZABLE isolation level and the READPAST hint, selecting 10 records from each thread and holding the transaction open while you processed them
I tried...
May 20, 2011 at 4:06 am
SELECT TOP 10 Col1,Col2,Col3
FROM myTable WITH(READPAST)
WHERE Col1='XYZ'
AND Col2='ABC'
I believe this will get you ten records that are not locked for update.
Can I lock the records / rows while...
May 20, 2011 at 3:51 am
Hi Chris,
Thanks for the reply.
The records will not be actually preassigned. The records will be allocated sequentially& dynamically i.e. any top 10 records should be assigned which are not...
May 20, 2011 at 3:33 am
Does the free space on hard disk matter(Considering recovery model Simple).
We have ~20GB free space on the drive where database files are stored.
March 29, 2011 at 1:56 am
Thanks a lot.. This information is really valuable.I will check out the same. Will post it here if find anything interesting.
March 28, 2011 at 12:36 am
Thanks Jeff! We have changed the database recovery model to Simple for this database. I will check how much the log grows after the respective team runs their matching queries.
March 28, 2011 at 12:25 am
Hi Jeff,
We do srhink the log but not every night. We receive the data in lots (45K to 400k) which needs to be matched with the data in this table.
Once...
March 27, 2011 at 11:49 pm
basically we do not have any application accessing this table therefore we did not plan for normalization.
We are dropping the indexes and recreating it every month.The next month onward we...
March 27, 2011 at 11:46 pm
Viewing 15 posts - 16 through 30 (of 88 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy