Forum Replies Created

Viewing 15 posts - 10,786 through 10,800 (of 22,213 total)

  • RE: sql server 2005 join notation

    Just a suggestion, start rewriting all the code now. You might be able to limp along on one version with compatibility support, but that's extremely limiting and, in the long...

  • RE: Multi-site Availability Group

    I have not done this, but I've heard it's possible to set up a traditional HA cluster and then add that cluster to an Availability Group cluster. It's important to...

  • RE: DBCC CHECK DB

    Because CHECKDB will place additional load on the system and can affect transactions, while you do not need down time, I would schedule it during off-peak periods. Even better, if...

  • RE: Script Toolbox

    I've started using the code snippet manager built into SQL Prompt. Not only does it make it easy to store the things, but I can put a quick key on...

  • RE: Foreign Key problem.....

    Maybe you need to do a refresh of the Object Explorer?

  • RE: Code review tools for SQL 2005

    You might want to check out SQL Cop. I wrote a review of it here[/url].

  • RE: occasional high number of reads for a stored proc execution

    Try getting a look at the execution plan when it's running slow. Compare that to the execution plan when it's running fast. If they're different, that's a pretty good indication...

  • RE: SQL Server 2012 Future...

    Koen Verbeeck (6/12/2012)


    Grant Fritchey (6/12/2012)


    It's a great and wonderful piece of software, but there's nothing earth-shattering in this release.

    Wow wow wow. Hold on!

    SSIS has a working undo button and you...

  • RE: SQL Server 2012 Future...

    Grant Fritchey (6/5/2012)


    I wouldn't say that SQL Server 2012 introduces anything like a new job role or new job opportunities. It expands on existing jobs and provides a few new...

  • RE: Transaction log backups ran during a full backup.

    But if you're unsure, you can check the header information on the full backup and the log backup and compare the begin and end log sequence numbers (LSN). These will...

  • RE: Datatype stored

    You can also take a look at the free Red Gate utility SQL Search[/url]. It'll hit all the databases at the same time.

  • RE: DevConnections / SQL Server Connection event worth the time?

    jasona.work (6/7/2012)


    Thanks for the information Steve!

    If / when I go to the SQL in the City, it'll only be the second such event I've been too. I do (when...

  • RE: Licensing for Newbies

    anthony.green (6/7/2012)


    GSquared (6/7/2012)


    anthony.green (6/7/2012)


    GSquared (6/7/2012)


    Again, this is just my take on the whole mess:

    You might be better off on a per-processor license. 2012, if I understand the licensing correctly,...

  • RE: Some one devloper update a column in a table, how to I find out who updated?

    There's nothing in SQL Server that tracks who is making changes automatically. You have to set something up ahead of time. There are lots of ways to do that, so...

  • RE: Licensing for Newbies

    I trust these guys, but you know what, don't listen to them. If you want answers on licensing, go to Microsoft. That's the single best source of information and it's...

Viewing 15 posts - 10,786 through 10,800 (of 22,213 total)