Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 6,216 total)

  • RE: So frustrating

    Hey, turns out I was further along than I thought. I've added a switch to the profile to allow you to turn off the fancy editor AND I think fixed...

  • RE: Typed Data Objects - Code Generation

    I know my friend Jon Winer (columnist) likes CodeSmith, havent had a chance to try it. Code generation is indeed worth doing in places. I use the VB6 stored procedure...

  • RE: Newbie Question

    I like SQL Data Compare from RedGate, think maybe ApexSQL has a tool that does it too (I know it compares schema, not sure about data). It scripts it over,...

  • RE: comparison tools

    We have reviews up of both RedGate and Apex compare tools, plus one from AdeptSQL. Worth looking at. Havent tried the auditing tools.

  • RE: Re subscribe with loopback_detection

    So it doesnt sync?

  • RE: Setting Database OwnerShip

    You can also just alias the user directly as dbo, take a look at sp_addalias.

  • RE: So frustrating

    The forum software just supports global on/off of the fancy stuff, Im in the middle of making it configurable per user. Get a lot of people that like the stuff,...

  • RE: Ability to Set Forum Defaults

    I like being able to configure stuff like that myself. We'll get there! Planning to add a switch that allows you to turn off the graphical editor here as well,...

  • RE: Alter stored proc via DMO

    Did some quick testing, the text you supply in the alter must contain the existing name of the stored proc. This works (used .Net with option strict=false):

    Dim

  • RE: How do you debug a trigger?

    Query Analyzer has a debugger, just fire some code that would activate the trigger, then step through it.

  • RE: replication connections dont stop

    I think what you're seeing is the auto refresh in Enterprise Manager that updates your replication status. If you right click there is an option not to auto refresh, see...

  • RE: How can replication be used for external non SQL data???

    I have not tried to replicate to Oracle, might be worth a post in the newsgroups to get some MS help. I know there is a least one 3rd party...

  • RE: Subscriber not connecting to Distribtion agent

    If you've got connectivity then usually it comes down to permissions. You can enable logging using a couple switches on the distribution agent, that will usually pinpoint the problem.

  • RE: Securing a Payroll Database

    It's an ugly problem with no easy answer. In the NT world you have auditing and the concept of ownership - the domain/enterprise admin can be locked out of viewing...

  • RE: Some ideas for SQL "Cleaning" Product version 3.0

    Not sure if it qualifies but something that I end up spending time on is deleting and/or archiving data out of various tables. I end up with a whole series...

Viewing 15 posts - 1,096 through 1,110 (of 6,216 total)