Viewing 15 posts - 46 through 60 (of 322 total)
Mh-397891 (7/27/2011)
The view is basically selecting columns from orders table.
For example in the publisher:
Create view dbo.Orders_View
as
Select col1,col2,col3,col4 from dbo.Orders
Then...
July 28, 2011 at 3:43 am
Distribute a single "dummy" table to each subscriber that has been included in the articles for the publisher "Replication_Dummy" or whatever you want and just send a record every hour...
July 25, 2011 at 7:14 am
cengland0 (7/22/2011)
http://technet.microsoft.com/en-us/library/bb510667.aspx
Administering Policy-Based Management requires membership in the PolicyAdministratorRole role in the msdb database. This role has complete control of all policies on the...
July 22, 2011 at 8:32 am
Am I doing this wrong? (QotD) Even if its a subject I don't know about I try and come up with an answer as its a test of my knowledge....
July 22, 2011 at 5:15 am
I just assumed it was NULL. Have never bothered to look in there before (at that stage) and generally our servers have had to be set to mixed mode from...
July 21, 2011 at 2:20 am
I can understand people complaining if there was a typo that meant the answer was wrong but to complain that you "assumed" the extra UNION ALL was a mistake,...
July 20, 2011 at 8:13 am
Let me see if I have this right...
Server A - Table Orders, new view Orders_View
Publication containing Orders_View as the article (select columns you require via the GUI)
Now what I would...
July 20, 2011 at 3:42 am
Misleading but got it right. I took a chance going with 0 as the answer is really that no rows are requested as its an Insert query, but the cloest...
July 20, 2011 at 2:42 am
Yep. I learned - "Don't trust what you read on Microsoft's very own website" and "If you read something on microsoft's website - don't take it for granted - track...
July 18, 2011 at 9:04 am
Some of these questions really grate my teeth! This one - I have only ever used snapshots in Enterprise. When looking up the syntax an age ago it stated "Only...
July 18, 2011 at 8:27 am
I'm thinking that perhaps the database size expanded a lot in preparing for the new index creation (and you say it was a large table) and therefore its taking longer...
July 18, 2011 at 5:45 am
What connection string are you using?
June 9, 2011 at 6:07 am
No sorry it defaulted to the D:\prog files\sql\data
The root directory listed under properties is D:\Prog Files\SQL
Default directory under db properties is blank
Model db has log file set to be D:\Prog...
June 9, 2011 at 2:51 am
Viewing 15 posts - 46 through 60 (of 322 total)