Forum Replies Created

Viewing 15 posts - 46 through 60 (of 322 total)

  • RE: SQL Server Replication question

    Mh-397891 (7/27/2011)


    Can I do something like this:

    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...

  • RE: SQL 2008 Replication - dummy update of 100+ subscribers within a time frame

    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...

  • RE: PBM Alert

    cengland0 (7/22/2011)


    Hey, wait a second. According to:

    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...

  • RE: PBM Alert

    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....

  • RE: Login Properties

    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...

  • RE: That case filter

    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,...

  • RE: SQL Server Replication question

    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...

  • RE: That case filter

    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...

  • RE: Database Snapshot

    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...

  • RE: Database Snapshot

    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...

  • RE: Long runing Database Integrity Check after aborted index creation.

    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...

  • RE: ALTER

    hahahah I love my mind sometimes. I just realised I was thinking backwards (early start). My example WOULD fail if you were allowing NULLS, had a null entered, and then...

  • RE: ALTER

    Just having a look back over older questions (only just noticed the question of the day on newsletters!).

    I got this completely wrong but still think I was right at some...

  • RE: Issue related to server connection

    What connection string are you using?

  • RE: Log file location defaulting when drive not available - any way to stop this?

    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...

Viewing 15 posts - 46 through 60 (of 322 total)