Viewing 15 posts - 121 through 135 (of 2,647 total)
I would do the following:
1. Install SQL on temp server
2. Configure SQL server to match prod (mail settings, optimize for ad hoc queries, etc.)
3. Backup and restore databases from prod
4....
June 11, 2013 at 11:38 am
Evil Kraig F (5/22/2013)
May 22, 2013 at 1:53 pm
Not experiencing any extremely high times (under a min). I was able to bring the cost down by taking out the cross apply on the nodes. Cost threshold would be...
May 22, 2013 at 6:55 am
Eugene Elutin (5/10/2013)
... NOLOCK reads data that has been changed but not committed...
NOLOCK is kind of dice - it may turn any side.
It can read some data which not...
May 10, 2013 at 8:03 am
I think you have to ask yourself what you are gaining by using NOLOCK in this case. I see nothing. NOLOCK reads data that has been changed but not committed....
May 10, 2013 at 7:44 am
Doh! Didn't read everything... You can't. sysadmin is it.
May 8, 2013 at 12:54 pm
I believe that TFS actually checks to see if the user is a member of db_owner, if it is not... It will not deploy. Whether or not there are...
May 8, 2013 at 9:46 am
SQLRNNR (5/7/2013)
The best thing to do would be to ensure there is a review...
May 8, 2013 at 5:37 am
Scott Murray-240410 (5/7/2013)
May 7, 2013 at 8:24 am
appu.cherukuri (5/7/2013)
By reseed only we can manage the insert conflicts. But how come we manage conflicts of updates and deletes in peer to peer.
http://technet.microsoft.com/en-us/library/bb934199%28v=sql.105%29.aspx
May 7, 2013 at 6:58 am
My current thought is that this information should not be in the cube. If it is, they are not utilizing the cube properly; i.e. addresses, IMHO, have no place...
May 7, 2013 at 6:35 am
Jeff Moden (5/6/2013)
Eric M Russell (5/6/2013)
mah_j (5/4/2013)
I want to archive the data of a 400G table,what is the best way of archiving?
My table has a clustered index on 2 fields...
May 6, 2013 at 2:50 pm
Changing a table name to make one that does not exist should prevent compiling, period. What errors are you expecting to see that would create this situation? Also, if...
May 2, 2013 at 10:49 am
Please provide the query that was used to get this result.
May 2, 2013 at 10:41 am
Is your select dependent on the changes from the update statement?
May 2, 2013 at 10:37 am
Viewing 15 posts - 121 through 135 (of 2,647 total)