Viewing 15 posts - 556 through 570 (of 1,539 total)
Can you run this code and paste the output here:
select log_reuse_wait_desc from sys.databases where name='test'
Replace the word test with actual database name which will tell what is preventing the...
August 11, 2009 at 8:56 am
ta.bu.shi.da.yu (8/7/2009)
insert into table1
select * from table2
You need to be sure that the columns types match on both tables.
to modify the code in the previous post, i'd write something like...
August 7, 2009 at 7:24 am
For simplicity, why dont you create a maintainanence plan for taking backup for all your databases?
August 7, 2009 at 7:20 am
Rows_Per_Page = 8096 / (Row_Size + 2)
I've always been confused abt this part of the overall equation. How exactly adding 2 to the number of rows helps in finding rows...
August 6, 2009 at 9:52 pm
vannguyenthi.ggs (8/6/2009)
I'm very interested! I would love to find out more inforamtion related to this topic. Thanks in advance.me too, I need more detailed info
for point 1, please refer sp_addlinkedserver...
August 6, 2009 at 9:33 pm
If you are adding an article to a publication, you got to re-initialize the snapshot so that new article also becomes a part of the snapshot and hence will move...
August 5, 2009 at 8:06 am
Chandu (8/4/2009)
August 4, 2009 at 10:17 am
Viewing 15 posts - 556 through 570 (of 1,539 total)