Viewing 13 posts - 16 through 28 (of 28 total)
I don't that there is something as single table backup. But you can always dump data into another table using SELECT INTO..
If you want to move data between instances you...
July 13, 2013 at 11:03 pm
It is usually a term that is used for a database restore. But every environment is different. And every environment has its own set of terms and definitions.
July 13, 2013 at 10:58 pm
You could use database snapshot. Database snap shot will give a snapshot of your database at the point in time you create the snapshot. You can access the snapshot while...
July 13, 2013 at 1:23 pm
Hi,
In that case the indexes you are looking at should be very small indexes. Its better you look at the page count of those indexes. Below query will give the...
July 13, 2013 at 1:07 pm
It is widley not know that Online Index Rebuild also does takes very short table level locks. A shared lock at the start of the operation(called Preparation Phase) and SCH-M...
July 12, 2013 at 5:26 pm
There are lot of stuff u can do to improve this query. First thing I would recomend is Upadating the stats on most of the tables in the query.
I...
May 9, 2013 at 6:50 pm
New Server Registration window does not even open. The error pops up even before that.
Yes, TCP/IP is enabled.
April 4, 2013 at 4:34 pm
I am using SQL Server 2008 R2 and SSMS shipped with it.
I have recently upgraded the SP to SP2
April 4, 2013 at 4:30 pm
Yeah the reason I put TRY/CATCH was so that I could catch those indexes that conatin LOB columns and cannot be done online and rebuild them manually during downtime.
I think...
January 15, 2013 at 11:46 am
Thank you very much for the advice.
Actualy We have both CDC as well as Auditing in place for the prod database. But this was a local environment. Where we have...
December 26, 2012 at 5:59 pm
Yeah I did the same thing. But the problem here is the SID was showing 0x01 which is a dbo user. i.e.. a sysadmin mapped to dbo with have SID...
December 26, 2012 at 5:39 pm
I am sorry for the repost. I will make point that I will not do it future. The reason I did that was since it was security question I wanted...
November 8, 2012 at 3:19 pm
Yep Downloded it lng time ago. Thank you.
October 23, 2012 at 6:20 pm
Viewing 13 posts - 16 through 28 (of 28 total)